Update to anaconda-34.25.4.6-1
- Disable bug reporting to Bugzilla from anaconda (kkoukiou) Resolves: RHEL-24419 - Fixed file-write operation to a public directory (ataf) Resolves: RHEL-23345
This commit is contained in:
parent
812097c09b
commit
20b6087356
1
.gitignore
vendored
1
.gitignore
vendored
@ -345,3 +345,4 @@
|
|||||||
/anaconda-34.25.4.3.tar.bz2
|
/anaconda-34.25.4.3.tar.bz2
|
||||||
/anaconda-34.25.4.4.tar.bz2
|
/anaconda-34.25.4.4.tar.bz2
|
||||||
/anaconda-34.25.4.5.tar.bz2
|
/anaconda-34.25.4.5.tar.bz2
|
||||||
|
/anaconda-34.25.4.6.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 34.25.4.5
|
Version: 34.25.4.6
|
||||||
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
|
||||||
@ -231,8 +231,6 @@ 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
|
|
||||||
# External tooling for managing NVMe-FC devices in the installation environment
|
# External tooling for managing NVMe-FC devices in the installation environment
|
||||||
Requires: nvme-cli
|
Requires: nvme-cli
|
||||||
|
|
||||||
@ -417,6 +415,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 07 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.6-1
|
||||||
|
- Disable bug reporting to Bugzilla from anaconda (kkoukiou)
|
||||||
|
Resolves: RHEL-24419
|
||||||
|
- Fixed file-write operation to a public directory (ataf)
|
||||||
|
Resolves: RHEL-23345
|
||||||
|
|
||||||
* Thu Feb 01 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.5-1
|
* Thu Feb 01 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.5-1
|
||||||
- bootupd: Use --write-uuid (walters)
|
- bootupd: Use --write-uuid (walters)
|
||||||
Related: RHEL-17205
|
Related: RHEL-17205
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-34.25.4.5.tar.bz2) = c1edbc7738bf8e2d0e4cd29a57ce185ea2606fc2964ec251c57d480a68f772cae741dfb23b5a86794677375c42cef90d8fa9572f48e3bcb7ef28e2849e205a36
|
SHA512 (anaconda-34.25.4.6.tar.bz2) = 914da4de87597c12b3b108fdb6bd31c397ab4087191cb4a596322580628173de667159bde94cc9a8eab2496971eb3e4dab2cf0c88d319429e01a9257900cc56a
|
||||||
|
Loading…
Reference in New Issue
Block a user