Hello community,

here is the log from the commit of package infos-creator-rpm for 
openSUSE:Factory checked in at 2019-03-28 22:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/infos-creator-rpm (Old)
 and      /work/SRC/openSUSE:Factory/.infos-creator-rpm.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "infos-creator-rpm"

Thu Mar 28 22:48:45 2019 rev:2 rq:689148 version:0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/infos-creator-rpm/infos-creator-rpm.changes      
2017-02-19 01:02:08.650209369 +0100
+++ 
/work/SRC/openSUSE:Factory/.infos-creator-rpm.new.25356/infos-creator-rpm.changes
   2019-03-28 22:48:52.731052652 +0100
@@ -1,0 +2,6 @@
+Wed Mar 27 16:50:06 UTC 2019 - Cédric Bosdonnat <cbosdon...@suse.com>
+
+- Provide and conflict kiwi_post_run (boo#1130510)
+- Clean spec file a bit 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ infos-creator-rpm.spec ++++++
--- /var/tmp/diff_new_pack.53Fmcz/_old  2019-03-28 22:48:54.199052386 +0100
+++ /var/tmp/diff_new_pack.53Fmcz/_new  2019-03-28 22:48:54.223052382 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package infos-creator-rpm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           infos-creator-rpm
 Version:        0.3
 Release:        0
-License:        MIT
 Summary:        Creates virt-builder index file part from kiwi job
-Url:            https://github.com/cbosdo/%{name}
+License:        MIT
 Group:          System/Management
+Url:            https://github.com/cbosdo/%{name}
 Source0:        v%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-Requires:       xz
 Requires:       qemu-tools
+Requires:       xz
+Conflicts:      kiwi_post_run
+Provides:       kiwi_post_run
 
 %description
 OBS kiwi_post_run hook to create virt-builder site index part out of a kiwi
@@ -38,8 +41,8 @@
 %build
 
 %install
-mkdir -p %{buildroot}/usr/lib/build/
-install -m 755 kiwi_post_run %{buildroot}/usr/lib/build/
+mkdir -p %{buildroot}%{_prefix}/lib/build/
+install -Dm 755 kiwi_post_run %{buildroot}%{_prefix}/lib/build/
 
 %files
 %defattr(-,root,root)


Reply via email to