New version 30.3-1
- Save lsblk output to the Anaconda traceback file (vtrefny) - Remove librepo imports from Anaconda (#1626609) (jkonecny) - DNF 3.5 compatibility (mkolman) - Use the default LUKS version for auto partitioning (#1624680) (vponcova) - Remove the testing flag (vponcova)
This commit is contained in:
parent
aae84bc756
commit
a8e4b81ae4
1
.gitignore
vendored
1
.gitignore
vendored
@ -158,3 +158,4 @@
|
|||||||
/anaconda-29.24.tar.bz2
|
/anaconda-29.24.tar.bz2
|
||||||
/anaconda-30.1.tar.bz2
|
/anaconda-30.1.tar.bz2
|
||||||
/anaconda-30.2.tar.bz2
|
/anaconda-30.2.tar.bz2
|
||||||
|
/anaconda-30.3.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 30.2
|
Version: 30.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
|
|
||||||
%define blivetguiver 2.1.7-2
|
%define blivetguiver 2.1.7-2
|
||||||
%define dbusver 1.2.3
|
%define dbusver 1.2.3
|
||||||
%define dnfver 3.2.0
|
%define dnfver 3.5.0
|
||||||
%define dracutver 034-7
|
%define dracutver 034-7
|
||||||
%define fcoeutilsver 1.0.12-3.20100323git
|
%define fcoeutilsver 1.0.12-3.20100323git
|
||||||
%define gettextver 0.19.8
|
%define gettextver 0.19.8
|
||||||
@ -348,6 +348,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 11 2018 Martin Kolman <mkolman@redhat.com> - 30.3-1
|
||||||
|
- Save lsblk output to the Anaconda traceback file (vtrefny)
|
||||||
|
- Remove librepo imports from Anaconda (#1626609) (jkonecny)
|
||||||
|
- DNF 3.5 compatibility (mkolman)
|
||||||
|
- Use the default LUKS version for auto partitioning (#1624680) (vponcova)
|
||||||
|
- Remove the testing flag (vponcova)
|
||||||
|
|
||||||
* Thu Aug 30 2018 Martin Kolman <mkolman@redhat.com> - 30.2-1
|
* Thu Aug 30 2018 Martin Kolman <mkolman@redhat.com> - 30.2-1
|
||||||
- Add initial 32-bit ARMv7 EFI support (pbrobinson)
|
- Add initial 32-bit ARMv7 EFI support (pbrobinson)
|
||||||
- Drop legacy get_arm_machine pieces (pbrobinson)
|
- Drop legacy get_arm_machine pieces (pbrobinson)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-30.2.tar.bz2) = d0dc8ac793212e7766f03351ae0a68f0284904c13498e393a7fb2bf00bf998178a3fb3e78d835ecac774721a7ceb79c6913a3e7a69db05e5eabdc03ba82ef784
|
SHA512 (anaconda-30.3.tar.bz2) = 5c440a82f50bea26fdd77e86f0f24e4ac2799cd5663662334a5858fb133c1cdfe9cb48f01b7dfd0f723b0b6c202a342f8db5aa52477d7a23730e3e4fbf54a474
|
||||||
|
Loading…
Reference in New Issue
Block a user