11Summary: initramfs
22Name: initramfs
33Version: 3.0
4- Release: 4 %{?dist }
4+ Release: 5 %{?dist }
55License: Apache License
66Vendor: Microsoft Corporation
77Distribution: Azure Linux
@@ -19,7 +19,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dracut.conf.d
1919install -D -m644 %{SOURCE0 } %{buildroot }%{_sysconfdir }/dracut.conf.d/
2020
2121%define watched_path %{_sbindir } %{_libdir }/udev/rules.d %{_libdir }/systemd/system /lib/modules %{_sysconfdir }/dracut.conf.d
22- %define watched_pkgs e2fsprogs, systemd, kpartx, device-mapper-multipath, verity-read-only-root, dracut-fips, dracut-megaraid, dracut-hostonly, dracut-hyperv, dracut-overlayfs, dracut-virtio, dracut-vrf, dracut-xen
22+ %define watched_pkgs e2fsprogs, systemd, kpartx, device-mapper-multipath, dracut-fips, dracut-megaraid, dracut-hostonly, dracut-hyperv, dracut-overlayfs, dracut-virtio, dracut-vrf, dracut-xen
2323
2424%define removal_action() rm -rf %{_localstatedir }/lib/rpm-state/initramfs
2525
@@ -112,6 +112,9 @@ echo "initramfs" %{version}-%{release} "postun" >&2
112112%{_sysconfdir }/dracut.conf.d/fscks.conf
113113
114114%changelog
115+ * Tue Jul 02 2024 Daniel McIlvaney <damcilva@microsoft.com> - 3.0-5
116+ - Remove old dm-verity boot support
117+
115118* Thu Mar 23 2024 Cameron Baird <cameronbaird@microsoft.com> - 3.0-4
116119- Flag all dracut driver list configs as watched pkgs for initramfs regen
117120
@@ -130,11 +133,11 @@ echo "initramfs" %{version}-%{release} "postun" >&2
130133
131134* Fri Oct 06 2023 Cameron Baird <cameronbaird@microsoft.com> - 2.0-14
132135- Ensure grub2-mkconfig is called after the initramfs generation
133- - Deprecate old linuxloader; no longer copy initrd image to efi partition
136+ - Deprecate old linuxloader; no longer copy initrd image to efi partition
134137
135138* Wed Jun 28 2023 Cameron Baird <cameronbaird@microsoft.com> - 2.0-13
136139- Copy the initrd image to /boot/efi to maintain backwards compatibility
137- with the old linuxloader. Let the initrd remain in /boot as well.
140+ with the old linuxloader. Let the initrd remain in /boot as well.
138141
139142* Fri Apr 07 2023 Andy Zaugg <azaugg@linkedin.com> - 2.0-12
140143- Added fsck.xfs into initrd
0 commit comments