Hello community,

here is the log from the commit of package which for openSUSE:Factory checked 
in at 2016-07-03 12:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/which (Old)
 and      /work/SRC/openSUSE:Factory/.which.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "which"

Changes:
--------
--- /work/SRC/openSUSE:Factory/which/which.changes      2015-10-14 
16:34:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.which.new/which.changes 2016-07-03 
12:17:12.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun  7 12:16:07 UTC 2016 - [email protected]
+
+- Move installinfo scriptlet to preun so it won't fail
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ which.spec ++++++
--- /var/tmp/diff_new_pack.xQl2aS/_old  2016-07-03 12:17:13.000000000 +0200
+++ /var/tmp/diff_new_pack.xQl2aS/_new  2016-07-03 12:17:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package which
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -41,12 +41,12 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %post
 %install_info --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
 
-%postun
+%preun
 %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/which.info.gz"
 
 %files


Reply via email to