Fix typo in patch for rsvg-pixbuf-loaders
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
e561908685
commit
5e436664e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ clog
|
||||
/lorax-templates-rhel-10.0-34.tar.gz
|
||||
/lorax-templates-rhel-10.0-35.tar.gz
|
||||
/lorax-templates-rhel-10.0-36.tar.gz
|
||||
/lorax-templates-rhel-10.0-37.tar.gz
|
||||
|
@ -98,10 +98,10 @@ installpkg kbd kbd-misc
|
||||
## required for anaconda-dracut (img-lib etc.)
|
||||
installpkg tar xz curl bzip2
|
||||
|
||||
+## this is only recommended by librsvg2 since 2023-07, but in the
|
||||
+## installer environment many icons used are only present as SVGs,
|
||||
+## so we really need it
|
||||
+installpkg rsvg-pixbuf-loader
|
||||
## this is only recommended by librsvg2 since 2023-07, but in the
|
||||
## installer environment many icons used are only present as SVGs,
|
||||
## so we really need it
|
||||
installpkg rsvg-pixbuf-loader
|
||||
|
||||
## basic system stuff
|
||||
installpkg systemd-sysv systemd-units
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 36%{?dist}
|
||||
Release: 37%{?dist}
|
||||
Summary: RHEL build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
# This tarball is generated from the contents of this dist-git repository
|
||||
# by running the command `make tar`.
|
||||
# See README for full details of how to update this package
|
||||
Source0: lorax-templates-rhel-10.0-36.tar.gz
|
||||
Source0: lorax-templates-rhel-10.0-37.tar.gz
|
||||
|
||||
# Required for the template branding support
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -40,8 +40,8 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 24 2023 Adam Williamson <awilliam@redhat.com> - 10.0-36
|
||||
- ()
|
||||
* Tue Jul 25 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-37
|
||||
- Install rsvg-pixbuf-loaders to the install environment
|
||||
|
||||
* Fri Jun 09 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-35
|
||||
- ()
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-10.0-36.tar.gz) = 6b71308c21988ce7f6fac26e2f623fe37fc6162792a19b04945bf30cd976ccdfba25349980b4103e5364a1e25db009584559274dbb847884f7b6fcc601c1e11d
|
||||
SHA512 (lorax-templates-rhel-10.0-37.tar.gz) = be27c328512c1af7c49d290cc11036ed0abbc4e57aaca588736b6456f30355b580793c0a309c1341cee2f9a0f290b5929cdd37de03c3221f4df3a222af7c8903
|
||||
|
Loading…
Reference in New Issue
Block a user