Hello community,

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

Package is "kbd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2015-09-27 14:31:04.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes     2015-12-18 
21:49:59.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 10 16:31:10 CET 2015 - [email protected]
+
+- Fix missing dependency on coreutils for initrd macros (boo#958562)
+- Call missing initrd macro at postun (boo#958562)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kbd.spec ++++++
--- /var/tmp/diff_new_pack.OcVitt/_old  2015-12-18 21:50:01.000000000 +0100
+++ /var/tmp/diff_new_pack.OcVitt/_new  2015-12-18 21:50:01.000000000 +0100
@@ -74,6 +74,8 @@
 BuildRequires:  xkeyboard-config
 
 Requires(pre):  %fillup_prereq
+Requires(post): coreutils
+Requires(postun): coreutils
 # Temporarily require -legacy
 Requires:       %{name}-legacy = %{version}-%{release}
 
@@ -367,6 +369,9 @@
 #echo "See /etc/sysconfig/console, /etc/sysconfig/keyboard"
 #echo "and {_docdir}/kbd/README.SUSE."
 
+%postun
+%{?regenerate_initrd_post}
+
 %posttrans
 %{?regenerate_initrd_posttrans}
 


Reply via email to