Skip to content

Commit

Permalink
build: Update to dracut 101
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena committed May 15, 2024
1 parent 97941e7 commit 21dd382
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .distro/dracut.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%global __requires_exclude pkg-config

Name: dracut
Version: 060
Version: 101
Release: 1%{?dist}

Summary: Initramfs generator using udev
Expand Down Expand Up @@ -288,6 +288,7 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
%{dracutlibdir}/modules.d/09dbus
%{dracutlibdir}/modules.d/10i18n
%{dracutlibdir}/modules.d/30convertfs
%{dracutlibdir}/modules.d/45net-lib
%{dracutlibdir}/modules.d/45url-lib
%{dracutlibdir}/modules.d/50drm
%{dracutlibdir}/modules.d/50plymouth
Expand Down Expand Up @@ -426,6 +427,9 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install

%changelog
* Wed Apr 24 2024 Pavel Valena <pvalena@redhat.com> - 101-1
- Update to dracut 101

* Wed Mar 20 2024 Pavel Valena <pvalena@redhat.com> - 060-1
- Update to dracut 060.

Expand Down
6 changes: 3 additions & 3 deletions .distro/source-git.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
upstream_project_url: git@github.com:dracut-ng/dracut-ng.git
upstream_ref: 856e7acdb1462803c2517c8d64afb2e34c73c735
upstream_ref: 2255bf3464536b02342d13398c5331999fcfd4fa
downstream_package_name: dracut
specfile_path: .distro/dracut.spec
patch_generation_ignore_paths:
Expand All @@ -18,5 +18,5 @@ files_to_sync:
- exclude source-git.yaml
- exclude .gitignore
sources:
- path: dracut-ng-060.tar.gz
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/060.tar.gz
- path: dracut-ng-101.tar.gz
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/101.tar.gz
2 changes: 1 addition & 1 deletion .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ patch_generation_ignore_paths:
patch_generation_patch_id_digits: 1
sync_changelog: true

upstream_ref: 856e7acdb1462803c2517c8d64afb2e34c73c735
upstream_ref: 2255bf3464536b02342d13398c5331999fcfd4fa

upstream_package_name: dracut
downstream_package_name: dracut
Expand Down

0 comments on commit 21dd382

Please sign in to comment.