Update to anaconda-34.25.1.3
- Run restorecon in chroot when handling home dirs (vslavik) Resolves: rhbz#2072426 - Move restorecon calls in Tasks to a helper function (vslavik) Related: rhbz#2072426 - Add Virtuozzo Linux profile to Anaconda (dsilakov) Resolves: rhbz#2067195
This commit is contained in:
parent
374a87ae89
commit
6eb513b471
1
.gitignore
vendored
1
.gitignore
vendored
@ -310,3 +310,4 @@
|
||||
/anaconda-34.25.0.27.tar.bz2
|
||||
/anaconda-34.25.1.1.tar.bz2
|
||||
/anaconda-34.25.1.2.tar.bz2
|
||||
/anaconda-34.25.1.3.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.1.2
|
||||
Version: 34.25.1.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -407,6 +407,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.3-1
|
||||
- Run restorecon in chroot when handling home dirs (vslavik)
|
||||
Resolves: rhbz#2072426
|
||||
- Move restorecon calls in Tasks to a helper function (vslavik)
|
||||
Related: rhbz#2072426
|
||||
- Add Virtuozzo Linux profile to Anaconda (dsilakov)
|
||||
Resolves: rhbz#2067195
|
||||
|
||||
* Wed Apr 20 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.2-1
|
||||
- ovirt: move /var/tmp to its own partition (sbonazzo)
|
||||
Resolves: rhbz#2058538
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.1.2.tar.bz2) = ef790ac6d55a44b4762452d4ca1ace7d1a276d36c55a74916213a13182cb49b3f9c6b52fb52021d8c45eb321c38112094663dedefa85f408621e2277e044f103
|
||||
SHA512 (anaconda-34.25.1.3.tar.bz2) = 0c4930a3ae45f8bd9b2f40f23a5c81953bf30a87427df73218feff361282d6018f8d6da0e5134d9307be492ef5157f92348cace9a86447e196261df2f22e354e
|
||||
|
Loading…
Reference in New Issue
Block a user