New version 31.4-1
- Add tests for UnsupportedPartitioningError (vponcova) - Handle missing support for Blivet-GUI in the Storage module (#1685645) (vponcova) - Create the default partitioning requests on demand (vponcova)
This commit is contained in:
parent
66bc4269af
commit
164033c397
1
.gitignore
vendored
1
.gitignore
vendored
@ -183,3 +183,4 @@
|
||||
/anaconda-31.1.tar.bz2
|
||||
/anaconda-31.2.tar.bz2
|
||||
/anaconda-31.3.tar.bz2
|
||||
/anaconda-31.4.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 31.3
|
||||
Version: 31.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
||||
Summary: Core of the Anaconda installer
|
||||
Requires: python3-libs
|
||||
Requires: python3-dnf >= %{dnfver}
|
||||
Requires: python3-blivet >= 1:3.1.0-1
|
||||
Requires: python3-blivet >= 1:3.1.3-1
|
||||
Requires: python3-blockdev >= %{libblockdevver}
|
||||
Requires: python3-meh >= %{mehver}
|
||||
Requires: libreport-anaconda >= 2.0.21-1
|
||||
@ -354,6 +354,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Martin Kolman <mkolman@redhat.com> - 31.4-1
|
||||
- Add tests for UnsupportedPartitioningError (vponcova)
|
||||
- Handle missing support for Blivet-GUI in the Storage module (#1685645)
|
||||
(vponcova)
|
||||
- Create the default partitioning requests on demand (vponcova)
|
||||
|
||||
* Tue Mar 05 2019 Martin Kolman <mkolman@redhat.com> - 31.3-1
|
||||
- Fix live payload error introduced by clean-up (#1685258) (jkonecny)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-31.3.tar.bz2) = fabc58856a802af414d42fe1db5fa809b917149597e0f10baf76f62ed011822caf91a659067575aae3991a3584158c94079c5ebd667a4011c2139d65ab280bdd
|
||||
SHA512 (anaconda-31.4.tar.bz2) = 355a7cae064eab6c51f3172cdc09931e822a2976d1a900c88e721a77bd8a122a42387e3d57dcec4831938e7e8bf747e888016239a923e802e8c2f338d8fdd737
|
||||
|
Loading…
Reference in New Issue
Block a user