Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2016-04-03 23:06:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2016-02-25 
22:36:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes       2016-04-03 
23:06:53.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Mar 24 16:28:01 UTC 2016 - tr...@suse.de
+
+- Move dist config file to /usr/lib/dracut/dracut.conf.d (bsc#972143)
+- Remove stale, unused patch file:
+0181-no_systemd_cryptsetup.patch
+- Still create a debug config example in /etc/dracut.conf.d
+
+-------------------------------------------------------------------

Old:
----
  0181-no_systemd_cryptsetup.patch

New:
----
  99-debug.conf

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.MlqyTP/_old  2016-04-03 23:06:55.000000000 +0200
+++ /var/tmp/diff_new_pack.MlqyTP/_new  2016-04-03 23:06:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dracut
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
 Source4:        purge-kernels
 Source5:        purge-kernels.service
 Source6:        dracut-installkernel
+Source7:        99-debug.conf
 
 #Network:
 Patch12:        0019-40network-Fix-race-condition-when-wait-for-networks.patch
@@ -101,7 +102,6 @@
 Patch164:       0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
 Patch168:       0168-remove_plymouth_logo_file.patch
 Patch180:       0180-i18n_add_correct_fontmaps.patch
-Patch181:       0181-no_systemd_cryptsetup.patch
 Patch182:       0182-fix-include-parsing.patch
 Patch183:       0183-fix_add_drivers_hang.patch
 
@@ -311,7 +311,8 @@
 mkdir -p %{buildroot}%{_localstatedir}/log
 touch %{buildroot}%{_localstatedir}/log/dracut.log
 
-install -m 0644 dracut.conf.d/suse.conf.example 
%{buildroot}%{_sysconfdir}/dracut.conf.d/01-dist.conf
+install -D -m 0644 dracut.conf.d/suse.conf.example 
%{buildroot}/usr/lib/dracut/dracut.conf.d/01-dist.conf
+install -m 0644 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/dracut.conf.d/99-debug.conf
 install -m 0644 dracut.conf.d/fips.conf.example 
%{buildroot}%{_sysconfdir}/dracut.conf.d/40-fips.conf
 
 %ifarch %ix86 x86_64
@@ -395,8 +396,10 @@
 
 %config(noreplace) %{_sysconfdir}/dracut.conf
 %dir %{_sysconfdir}/dracut.conf.d
+%dir /usr/lib/dracut/dracut.conf.d
+%config %{_sysconfdir}/dracut.conf.d/99-debug.conf
 %if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
-%config %{_sysconfdir}/dracut.conf.d/01-dist.conf
+/usr/lib/dracut/dracut.conf.d/01-dist.conf
 %endif
 %ifarch %ix86 x86_64
 %config %{_sysconfdir}/dracut.conf.d/02-early-microcode.conf

++++++ 99-debug.conf ++++++
# Below adds additional tools to the initrd which are not urgently necessary to
# bring up the system, but help to debug problems.
# See /usr/lib/dracut/modules.d/95debug/module-setup.sh which additional tools
# are installed and add more if you need them. This specifically helps if you
# use:
# rd.break=[cmdline|pre-udev|pre-trigger|initqueue|pre-mount|
# mount|pre-pivot|cleanup]
# boot parameter or if you are forced to enter the dracut emergency shell.

# add_dracutmodules+=debug

Reply via email to