We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b49ea commit 5dd8925Copy full SHA for 5dd8925
1 file changed
SPECS/dracut/dracut.spec
@@ -4,7 +4,7 @@
4
Summary: dracut to create initramfs
5
Name: dracut
6
Version: 102
7
-Release: 4%{?dist}
+Release: 5%{?dist}
8
# The entire source code is GPLv2+
9
# except install/* which is LGPLv2+
10
License: GPLv2+ AND LGPLv2+
@@ -288,6 +288,9 @@ ln -srv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
288
%dir %{_sharedstatedir}/%{name}/overlay
289
290
%changelog
291
+* Sun Oct 06 2024 Jon Slobodzian <joslobo@microsoft.com> - 102-5
292
+- Bump version to build with latest systemd
293
+
294
* Mon Aug 19 2024 Cameron Baird <cameronbaird@microsoft.com> - 102-4
295
- Drop 0002-disable-xattr.patch
296
- Introduce dracut-noxattr subpackage to expose this behavior as an option
0 commit comments