Skip to content

Commit 733da02

Browse files
committed
build: update to dracut 103
From downstream commit 3fce598 onto upstream tag 103 (3fce598).
1 parent 8b1f753 commit 733da02

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

.distro/dracut.spec

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%global __requires_exclude pkg-config
88

99
Name: dracut
10-
Version: 102
10+
Version: 103
1111
Release: 1%{?dist}
1212

1313
Summary: Initramfs generator using udev
@@ -426,7 +426,16 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
426426
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
427427

428428
%changelog
429-
* Tue Jun 04 2024 Pavel Valena <pvalena@redhat.com> - 102-1
429+
* Mon Sep 16 2024 Pavel Valena <pvalena@redhat.com> - 103-1
430+
- Update to dracut 103.
431+
432+
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 102-3
433+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
434+
435+
* Sat Jul 13 2024 Pavel Valena <pvalena@redhat.com> - 102-2
436+
- Fixes for rhbz#2276271, rhbz#2295215
437+
438+
* Fri Jun 28 2024 Pavel Valena <pvalena@redhat.com> - 102-1
430439
- Update to dracut 102.
431440

432441
* Thu May 16 2024 Pavel Valena <pvalena@redhat.com> - 101-1

.distro/source-git.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
upstream_project_url: git@github.com:dracut-ng/dracut-ng.git
2-
upstream_ref: 1a8ee6e00bbe017717a5ef9e9bcfefb3b88f629e
2+
upstream_ref: "103"
33
downstream_package_name: dracut
44
specfile_path: .distro/dracut.spec
55
patch_generation_ignore_paths:
@@ -19,4 +19,4 @@ files_to_sync:
1919
- exclude .gitignore
2020
sources:
2121
- path: dracut-ng-102.tar.gz
22-
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/102.tar.gz
22+
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/103.tar.gz

.packit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ patch_generation_ignore_paths:
1212
patch_generation_patch_id_digits: 1
1313
sync_changelog: true
1414

15-
upstream_ref: 1a8ee6e00bbe017717a5ef9e9bcfefb3b88f629e
15+
upstream_ref: "103"
1616

1717
upstream_package_name: dracut
1818
downstream_package_name: dracut

0 commit comments

Comments
 (0)