New version 27.4-1
- Hide options based on storage configuration method (#1439519) (mkolman) - Catch exception when reading from in-memory connection being removed (#1439051) (rvykydal) - docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder) - docs/boot-options.rst: Remove trailing spaces (mopsfelder) - Fix logging of the storage checker report. (vponcova) - Fix a property name of luks devices in storage checking (#1439411) (vponcova) - Bump required version for blivet-gui (vtrefny) - Use newly created swaps after the installation (#1439729) (vtrefny) - docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder) - docs/boot-options.rst: Remove trailing spaces (mopsfelder) - Set default FS type for blivet-gui (#1439581) (vtrefny) - Display progress for the post installation phase (mkolman) - Display progress for the post installation phase (mkolman) - Increase verbosity of lvmdump in pre logging script (#1255659) (jkonecny)
This commit is contained in:
parent
26fa204c54
commit
89db87915f
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@
|
||||
/anaconda-27.1.tar.bz2
|
||||
/anaconda-27.2.tar.bz2
|
||||
/anaconda-27.3.tar.bz2
|
||||
/anaconda-27.4.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 27.3
|
||||
Version: 27.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -20,7 +20,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
%define gettextver 0.19.8
|
||||
%define pykickstartver 2.32-1
|
||||
%define dnfver 2.0.0
|
||||
%define dnfver 2.2.0
|
||||
%define partedver 1.8.1
|
||||
%define pypartedver 2.5-2
|
||||
%define nmver 1.0
|
||||
@ -39,7 +39,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define libtimezonemapver 0.4.1-2
|
||||
%define helpver 22.1-1
|
||||
%define libblockdevver 2.1
|
||||
%define blivetguiver 2.1.0
|
||||
%define blivetguiver 2.1.2
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: gettext >= %{gettextver}
|
||||
@ -328,6 +328,23 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2017 Martin Kolman <mkolman@redhat.com> - 27.4-1
|
||||
- Hide options based on storage configuration method (#1439519) (mkolman)
|
||||
- Catch exception when reading from in-memory connection being removed
|
||||
(#1439051) (rvykydal)
|
||||
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
|
||||
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
|
||||
- Fix logging of the storage checker report. (vponcova)
|
||||
- Fix a property name of luks devices in storage checking (#1439411) (vponcova)
|
||||
- Bump required version for blivet-gui (vtrefny)
|
||||
- Use newly created swaps after the installation (#1439729) (vtrefny)
|
||||
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
|
||||
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
|
||||
- Set default FS type for blivet-gui (#1439581) (vtrefny)
|
||||
- Display progress for the post installation phase (mkolman)
|
||||
- Display progress for the post installation phase (mkolman)
|
||||
- Increase verbosity of lvmdump in pre logging script (#1255659) (jkonecny)
|
||||
|
||||
* Thu Mar 30 2017 Martin Kolman <mkolman@redhat.com> - 27.3-1
|
||||
- Enable the install class to customize the storage checking (vponcova)
|
||||
- Replace sanity check with more advanced storage checker (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-27.3.tar.bz2) = e21fe762102f51ddbb26c7366c8879801eefad837bbd2c7d47dfb890e8ff9e2091bf89ae91220621b377e6adacb7a4f6fd86b23ac978c5123ee474bd401accde
|
||||
SHA512 (anaconda-27.4.tar.bz2) = 7eab278af3c54cee43ce2ac9b42d5909d5b48eaa3e1ae0566f6cd6d2219c54478b59423cc783cacbc5d1ba46449daafe511703f3113f29915db18b8e3ff75498
|
||||
|
Loading…
Reference in New Issue
Block a user