diff --git a/.files b/.files index ee056e1..a20fd7b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 4615902..61d7a88 100644 --- a/.rev +++ b/.rev @@ -1997,4 +1997,12 @@ and stuff that has no relevance to the end user (i.e CI related commits) (forwar 939049 + + 313b2f1f209c576a16e935783d94917b + 055+suse.194.gdd41932a + + dimstar_suse + + 947267 + diff --git a/.servicemark b/.servicemark index 34bd97a..0563467 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -0181361c86f0ef51f7e6e1619f40248b +077905b06cd4be3179e7efe50005e941 diff --git a/_servicedata b/_servicedata index 5adadbc..ddeeac1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/opensuse/dracut.git - 83368e246ecc7deb2f4377bb93530b5b1654855f \ No newline at end of file + 11521375426fa21ef03a7701b4b587478809f263 \ No newline at end of file diff --git a/dracut-055+suse.179.g3cf989c2.obscpio b/dracut-055+suse.179.g3cf989c2.obscpio deleted file mode 120000 index 27e10e1..0000000 --- a/dracut-055+suse.179.g3cf989c2.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeievyb5upji3hzr7ghoqwkwgkxl5jf3bxsve5ciyg3yaiok2neha7i \ No newline at end of file diff --git a/dracut-055+suse.194.gdd41932a.obscpio b/dracut-055+suse.194.gdd41932a.obscpio new file mode 120000 index 0000000..edd222c --- /dev/null +++ b/dracut-055+suse.194.gdd41932a.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeigrllwyttoexkb3pqxmozv2xqrpyt23fzixgnsq3z6s4nop5u77lu \ No newline at end of file diff --git a/dracut.changes b/dracut.changes index 7369c8d..baf209b 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Mon Jan 17 11:20:56 UTC 2022 - antonio.feijoo@suse.com + +- Update to version 055+suse.194.gdd41932a: + * fix(network-legacy): add wicked as an alternative to arping (bsc#1193670) + * fix(network): add wicked as an alternative to arping (bsc#1193670) + +------------------------------------------------------------------- +Mon Jan 17 09:45:53 UTC 2022 - antonio.feijoo@suse.com + +- Update to version 055+suse.191.g67eb4ea8: + * fix(dracut-initramfs-restore.sh): add test for SUSE initrd name (bsc#1194570) + * fix(dracut.spec): require util-linux-systemd (bsc#1194162) + * fix(network-wicked): multiple path corrections + * fix(drm): add privacy screen modules to the initrd (bsc#1193590) + * fix(dracut.spec): update usrmerged mkinitrd dir + * fix(url-lib): improve ca-bundle detection (bsc#1175892) + +------------------------------------------------------------------- Thu Dec 09 19:35:36 UTC 2021 - ddiss@suse.com - Update to version 055+suse.179.g3cf989c2: diff --git a/dracut.obsinfo b/dracut.obsinfo index 8712d43..4619caa 100644 --- a/dracut.obsinfo +++ b/dracut.obsinfo @@ -1,5 +1,5 @@ name: dracut -version: 055+suse.179.g3cf989c2 -mtime: 1638957245 -commit: 3cf989c235a7bebd1273e93b7c4f6960f4772a18 +version: 055+suse.194.gdd41932a +mtime: 1642418207 +commit: dd41932a78c4b1934f4876de169c1dcf205c713f diff --git a/dracut.spec b/dracut.spec index 0a2f07f..69d1f73 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,7 +1,7 @@ # # spec file for package dracut # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,14 @@ %define dracutlibdir %{_prefix}/lib/dracut +%if 0%{?suse_version} >= 1550 +%define dracut_sbindir %{_sbindir} +%else +%define dracut_sbindir /sbin +%endif + Name: dracut -Version: 055+suse.179.g3cf989c2 +Version: 055+suse.194.gdd41932a Release: 0 Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -56,11 +62,12 @@ Requires: systemd >= 219 Requires: systemd-sysvinit Requires: udev > 166 Requires: util-linux >= 2.21 +Requires: util-linux-systemd >= 2.36.2 Recommends: xz Requires: zstd # We use 'btrfs fi usage' that was not present before Conflicts: btrfsprogs < 3.18 -# suse-module-tools >= 16.0.3 is prepared for the removal of mkinitrd-suse.sh +# suse-module-tools >= 15.4.7 is prepared for the removal of mkinitrd-suse.sh Conflicts: suse-module-tools < 15.4.7 %{?systemd_requires} @@ -122,6 +129,7 @@ Group: System/Base Requires: %{name} = %{version}-%{release} Requires: dracut Obsoletes: mkinitrd < 2.8.2 +Provides: dracut:/sbin/mkinitrd Provides: mkinitrd = 2.8.2 %description mkinitrd-deprecated @@ -158,11 +166,7 @@ install -m 0644 dracut.conf.d/ima.conf.example %{buildroot}%{_sysconfdir}/dracut install -m 0644 suse/s390x_persistent_device.conf %{buildroot}%{_sysconfdir}/dracut.conf.d/10-s390x_persistent_device.conf %endif -%if 0%{?suse_version} < 1550 - install -D -m 0755 suse/mkinitrd-suse.sh %{buildroot}/sbin/mkinitrd -%else - install -D -m 0755 suse/mkinitrd-suse.sh %{buildroot}/%{_sbindir}/mkinitrd -%endif +install -D -m 0755 suse/mkinitrd-suse.sh %{buildroot}/%{dracut_sbindir}/mkinitrd mv %{buildroot}%{_mandir}/man8/mkinitrd-suse.8 %{buildroot}%{_mandir}/man8/mkinitrd.8 @@ -254,11 +258,7 @@ fi %{dracutlibdir}/modules.d/95znet %files mkinitrd-deprecated -%if 0%{?suse_version} < 1550 - /sbin/mkinitrd -%else - %{_sbindir}/mkinitrd -%endif +%{dracut_sbindir}/mkinitrd %{_mandir}/man8/mkinitrd.8* %files