New version 26.21-1
- Add blivet-gui as requirement for the GUI package (vtrefny) - Add a bottom bar to the Blivet GUI spoke (mkolman) - Hide storage config spokes marked by SAM as visited (mkolman) - Keep last used partitioning method selected (mkolman) - Rollback planned storage changes if partitioning method changes (mkolman) - Add blivet-gui spoke (vpodzime) - docs: fix formating a bit for Links (Frodox) - Fix a typo (mkolman) - Polish unsupported filesystems in the custom spoke (jkonecny)
This commit is contained in:
parent
c15ec78c19
commit
72bb422b29
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@
|
|||||||
/anaconda-26.18.tar.bz2
|
/anaconda-26.18.tar.bz2
|
||||||
/anaconda-26.19.tar.bz2
|
/anaconda-26.19.tar.bz2
|
||||||
/anaconda-26.20.tar.bz2
|
/anaconda-26.20.tar.bz2
|
||||||
|
/anaconda-26.21.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 26.20
|
Version: 26.21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -39,6 +39,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
%define libtimezonemapver 0.4.1-2
|
%define libtimezonemapver 0.4.1-2
|
||||||
%define helpver 22.1-1
|
%define helpver 22.1-1
|
||||||
%define libblockdevver 2.1
|
%define libblockdevver 2.1
|
||||||
|
%define blivetguiver 2.1.0
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
BuildRequires: gettext >= %{gettextver}
|
BuildRequires: gettext >= %{gettextver}
|
||||||
@ -182,6 +183,7 @@ Requires: NetworkManager-wifi
|
|||||||
Requires: anaconda-user-help >= %{helpver}
|
Requires: anaconda-user-help >= %{helpver}
|
||||||
Requires: yelp
|
Requires: yelp
|
||||||
Requires: python3-gobject-base
|
Requires: python3-gobject-base
|
||||||
|
Requires: blivet-gui >= %{blivetguiver}
|
||||||
|
|
||||||
# Needed to compile the gsettings files
|
# Needed to compile the gsettings files
|
||||||
BuildRequires: gsettings-desktop-schemas
|
BuildRequires: gsettings-desktop-schemas
|
||||||
@ -325,6 +327,17 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 27 2017 Martin Kolman <mkolman@redhat.com> - 26.21-1
|
||||||
|
- Add blivet-gui as requirement for the GUI package (vtrefny)
|
||||||
|
- Add a bottom bar to the Blivet GUI spoke (mkolman)
|
||||||
|
- Hide storage config spokes marked by SAM as visited (mkolman)
|
||||||
|
- Keep last used partitioning method selected (mkolman)
|
||||||
|
- Rollback planned storage changes if partitioning method changes (mkolman)
|
||||||
|
- Add blivet-gui spoke (vpodzime)
|
||||||
|
- docs: fix formating a bit for Links (Frodox)
|
||||||
|
- Fix a typo (mkolman)
|
||||||
|
- Polish unsupported filesystems in the custom spoke (jkonecny)
|
||||||
|
|
||||||
* Tue Feb 07 2017 Martin Kolman <mkolman@redhat.com> - 26.20-1
|
* Tue Feb 07 2017 Martin Kolman <mkolman@redhat.com> - 26.20-1
|
||||||
- Update dracut test for network --ipv6gateway (rvykydal)
|
- Update dracut test for network --ipv6gateway (rvykydal)
|
||||||
- Correctly propagate --ipv6gateway to ifcfg files(#1170845) (mkolman)
|
- Correctly propagate --ipv6gateway to ifcfg files(#1170845) (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-26.20.tar.bz2) = 281c3a47d668c85fad183aec4b35a1311df2a3e213523c96862f36b619a27833f6c7045e1ec4b480c31e362eb1a876e58c4487fd904c270f787b795de0929582
|
SHA512 (anaconda-26.21.tar.bz2) = 7b2ebfc6e48acab9f889178a81732f4e1be88b57deecc6df4d5e94463a675398f3b2a260000a2e4c3e591e189c9a04d4356d91321b486e73eefec9ce140c9f5b
|
||||||
|
Loading…
Reference in New Issue
Block a user