- Add dependency for bugzilla reporting plugin (vslavik)
Resolves: rhbz#1992991
This commit is contained in:
parent
0fb5b15e4a
commit
3120b766ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -295,3 +295,4 @@
|
|||||||
/anaconda-34.25.0.12.tar.bz2
|
/anaconda-34.25.0.12.tar.bz2
|
||||||
/anaconda-34.25.0.13.tar.bz2
|
/anaconda-34.25.0.13.tar.bz2
|
||||||
/anaconda-34.25.0.14.tar.bz2
|
/anaconda-34.25.0.14.tar.bz2
|
||||||
|
/anaconda-34.25.0.15.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 34.25.0.14
|
Version: 34.25.0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -223,6 +223,8 @@ 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: zram-generator
|
Requires: zram-generator
|
||||||
|
# Submitting bugs to bugzilla
|
||||||
|
Requires: libreport-rhel-anaconda-bugzilla
|
||||||
|
|
||||||
%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 +407,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.15-1
|
||||||
|
- Add dependency for bugzilla reporting plugin (vslavik)
|
||||||
|
Resolves: rhbz#1992991
|
||||||
|
|
||||||
* Tue Aug 24 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.14-1
|
* Tue Aug 24 2021 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.14-1
|
||||||
- Check source type directly, not via DBus (mkolman)
|
- Check source type directly, not via DBus (mkolman)
|
||||||
Resolves: rhbz#1955311
|
Resolves: rhbz#1955311
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-34.25.0.14.tar.bz2) = 2afffeb3289c801920f6a108249c50f611edff9611d00c08a3f452ff30cad27a40590d7755b54774e95d0f57ea71e402c3844565930ded7697cb6dd53b782504
|
SHA512 (anaconda-34.25.0.15.tar.bz2) = 3ee5ca6180d66b047020a3a221a89f53a75722a5dc2ecfb067a5b2de987178abdf6fc9edbd934fb0569b5a844748e6164e27fc9bcdfeb2c4e09b10f6bc847399
|
||||||
|
Loading…
Reference in New Issue
Block a user