Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/anaconda.git#6f9ad3844c7b9fb7358886e71f634a682963e8fa
This commit is contained in:
parent
86fa3e77e9
commit
032334e8d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -277,3 +277,4 @@
|
||||
/anaconda-34.24.2.tar.bz2
|
||||
/anaconda-34.24.3.tar.bz2
|
||||
/anaconda-34.24.4.tar.bz2
|
||||
/anaconda-34.24.5.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.24.4
|
||||
Version: 34.24.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -238,7 +238,7 @@ Requires: rsync
|
||||
# only WeakRequires elsewhere and not guaranteed to be present
|
||||
Requires: device-mapper-multipath
|
||||
# FIXME: do not require on RHEL until the package is ready
|
||||
%if ! 0%{?rhel} == 9
|
||||
%if 0%{?rhel} != 9
|
||||
Requires: zram-generator-defaults
|
||||
%endif
|
||||
|
||||
@ -423,6 +423,16 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 Martin Kolman <mkolman@redhat.com> - 34.24.5-1
|
||||
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
|
||||
(vponcova)
|
||||
- Don't translate prompt keys (#1892830) (vponcova)
|
||||
- Fix RHEL zram conditional in spec file (mkolman)
|
||||
- Remove interactive parameter from container-rpm-test (jkonecny)
|
||||
- Add container push for rpm containers (jkonecny)
|
||||
- Enable our and blivet COPR repositories for rpm tests (jkonecny)
|
||||
- vconsole font selection to cover more langs (suanand)
|
||||
|
||||
* Thu Feb 18 2021 Martin Kolman <mkolman@redhat.com> - 34.24.4-1
|
||||
- [Storage] add btrfs_compression option (#1928857) (michel)
|
||||
- Correct branch config after merge (vslavik)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.24.4.tar.bz2) = 0c5c117ee54559e323eef18c27593560a625171c7363cfe4bfb84c917fdbf3a67d0e995c85839f35f61c812d39ab9fea0b35d4cb5f4c8212be7cc19e5b723ca0
|
||||
SHA512 (anaconda-34.24.5.tar.bz2) = 8356e3352a99b0a604189564e73496342f1e015d772a926606539ea64a45a724ec34ca95234db6cee8f268c702dcfd5d7dcaccfaf289e847ae3acc932be8662d
|
||||
|
Loading…
Reference in New Issue
Block a user