- Fix dependency on zram-generator (rvykydal)
Resolves: rhbz#1991617
This commit is contained in:
parent
d0c85f5ae7
commit
5a80494a69
1
.gitignore
vendored
1
.gitignore
vendored
@ -293,3 +293,4 @@
|
|||||||
/anaconda-34.25.0.10.tar.bz2
|
/anaconda-34.25.0.10.tar.bz2
|
||||||
/anaconda-34.25.0.11.tar.bz2
|
/anaconda-34.25.0.11.tar.bz2
|
||||||
/anaconda-34.25.0.12.tar.bz2
|
/anaconda-34.25.0.12.tar.bz2
|
||||||
|
/anaconda-34.25.0.13.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 34.25.0.12
|
Version: 34.25.0.13
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
|
|
||||||
@ -222,7 +222,7 @@ Requires: gdb
|
|||||||
Requires: rsync
|
Requires: rsync
|
||||||
# only WeakRequires elsewhere and not guaranteed to be present
|
# only WeakRequires elsewhere and not guaranteed to be present
|
||||||
Requires: device-mapper-multipath
|
Requires: device-mapper-multipath
|
||||||
Requires: rust-zram-generator
|
Requires: zram-generator
|
||||||
|
|
||||||
%description install-img-deps
|
%description install-img-deps
|
||||||
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
||||||
@ -405,6 +405,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 11 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.13-1
|
||||||
|
- Fix dependency on zram-generator (rvykydal)
|
||||||
|
Resolves: rhbz#1991617
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 34.25.0.12-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 34.25.0.12-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-34.25.0.12.tar.bz2) = 298b70af0e5acaa9dc08f2300f886d91e353674d302ea5fb2e6497d9c77f7cefaab7f7fb8f63d15f1ef4afc5345ea22ce011e20703f60a94f8375827550d3605
|
SHA512 (anaconda-34.25.0.13.tar.bz2) = 1c4c71139c4e0a5dfdab9928d332fa10af51f2fdb6fc92111aca1fe3359bb79967202400c7b3bf7fdac004e33a29a6250be87dbc7886e01fde1e04e4eacd0b52
|
||||||
|
Loading…
Reference in New Issue
Block a user