-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dracut to rebuild with latest systemd
- Loading branch information
1 parent
f5b49ea
commit 0b3960c
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Summary: dracut to create initramfs | ||
Name: dracut | ||
Version: 102 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
# The entire source code is GPLv2+ | ||
# except install/* which is LGPLv2+ | ||
License: GPLv2+ AND LGPLv2+ | ||
|
@@ -288,6 +288,9 @@ ln -srv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name} | |
%dir %{_sharedstatedir}/%{name}/overlay | ||
|
||
%changelog | ||
* Sun Oct 06 2024 Jon Slobodzian <[email protected]> - 102-5 | ||
- Bump version to build with latest systemd | ||
|
||
* Mon Aug 19 2024 Cameron Baird <[email protected]> - 102-4 | ||
- Drop 0002-disable-xattr.patch | ||
- Introduce dracut-noxattr subpackage to expose this behavior as an option | ||
|