-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%global __requires_exclude pkg-config | ||
|
||
Name: dracut | ||
Version: 102 | ||
Version: 103 | ||
Release: 1%{?dist} | ||
|
||
Summary: Initramfs generator using udev | ||
|
@@ -426,7 +426,16 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/ | |
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install | ||
|
||
%changelog | ||
* Tue Jun 04 2024 Pavel Valena <[email protected]> - 102-1 | ||
* Mon Sep 16 2024 Pavel Valena <[email protected]> - 103-1 | ||
- Update to dracut 103. | ||
|
||
* Wed Jul 17 2024 Fedora Release Engineering <[email protected]> - 102-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Sat Jul 13 2024 Pavel Valena <[email protected]> - 102-2 | ||
- Fixes for rhbz#2276271, rhbz#2295215 | ||
|
||
* Fri Jun 28 2024 Pavel Valena <[email protected]> - 102-1 | ||
- Update to dracut 102. | ||
|
||
* Thu May 16 2024 Pavel Valena <[email protected]> - 101-1 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
upstream_project_url: [email protected]:dracut-ng/dracut-ng.git | ||
upstream_ref: 1a8ee6e00bbe017717a5ef9e9bcfefb3b88f629e | ||
upstream_ref: "103" | ||
downstream_package_name: dracut | ||
specfile_path: .distro/dracut.spec | ||
patch_generation_ignore_paths: | ||
|
@@ -19,4 +19,4 @@ files_to_sync: | |
- exclude .gitignore | ||
sources: | ||
- path: dracut-ng-102.tar.gz | ||
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/102.tar.gz | ||
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/103.tar.gz |
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