Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2015-12-18 21:52:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kernel-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.kernel-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kernel-firmware"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2015-11-15 12:45:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes     
2015-12-18 21:52:46.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 15:57:48 CET 2015 - ti...@suse.de
+
+- Fix dependencies for initrd macros (boo#958562)
+- Fix missing dependency for ucode-amd, too (boo#958562)
+- Call missing initrd macro at postun (boo#958562)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kernel-firmware.spec ++++++
--- /var/tmp/diff_new_pack.Q5IcSK/_old  2015-12-18 21:52:48.000000000 +0100
+++ /var/tmp/diff_new_pack.Q5IcSK/_new  2015-12-18 21:52:48.000000000 +0100
@@ -37,8 +37,8 @@
 %define __ksyms_path ^/lib/firmware
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-# We make use of mkdir and touch during pre
-Requires(pre):  coreutils
+Requires(post): coreutils
+Requires(postun): coreutils
 Provides:       qlogic-firmware
 Obsoletes:      qlogic-firmware
 Provides:       cxgb3-firmware
@@ -77,6 +77,8 @@
 Supplements:    
modalias(x86cpu:vendor%3A0002%3Afamily%3A*%3Amodel%3A*%3Afeature%3A*)
 Summary:        Microcode updates for AMD CPUs
 Group:          System/Kernel
+Requires(post): coreutils
+Requires(postun): coreutils
 
 %description -n ucode-amd
 This package contains the microcode files used by AMD CPUs.
@@ -110,6 +112,12 @@
 %post -n ucode-amd
 %{?regenerate_initrd_post}
 
+%postun
+%{?regenerate_initrd_post}
+
+%postun -n ucode-amd
+%{?regenerate_initrd_post}
+
 %posttrans
 %{?regenerate_initrd_posttrans}
 



Reply via email to