New version 27.7-1
- Make some missed adjustments to blivet API changes. (#1440134) (dlehman) - Bump required version for blivet-gui (vtrefny) - BlivetGuiSpoke: Set keyboard shortcuts for blivet-gui (#1439608) (vtrefny) - BlivetGuiSpoke: Refresh blivet-gui UI after spoke is entered (vtrefny) - Really fix with tmux 2.4 (version comparison was busted) (awilliam) - Show or hide the content of the expander on Fedora (vponcova) - itertools.chain can be iterated only once (#1414391) (vponcova)
This commit is contained in:
parent
cd7d9d7ed7
commit
cec06ac736
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
|||||||
/anaconda-27.4.tar.bz2
|
/anaconda-27.4.tar.bz2
|
||||||
/anaconda-27.5.tar.bz2
|
/anaconda-27.5.tar.bz2
|
||||||
/anaconda-27.6.tar.bz2
|
/anaconda-27.6.tar.bz2
|
||||||
|
/anaconda-27.7.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 27.6
|
Version: 27.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -39,7 +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.2
|
%define blivetguiver 2.1.4
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
BuildRequires: gettext >= %{gettextver}
|
BuildRequires: gettext >= %{gettextver}
|
||||||
@ -328,6 +328,15 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 05 2017 Martin Kolman <mkolman@redhat.com> - 27.7-1
|
||||||
|
- Make some missed adjustments to blivet API changes. (#1440134) (dlehman)
|
||||||
|
- Bump required version for blivet-gui (vtrefny)
|
||||||
|
- BlivetGuiSpoke: Set keyboard shortcuts for blivet-gui (#1439608) (vtrefny)
|
||||||
|
- BlivetGuiSpoke: Refresh blivet-gui UI after spoke is entered (vtrefny)
|
||||||
|
- Really fix with tmux 2.4 (version comparison was busted) (awilliam)
|
||||||
|
- Show or hide the content of the expander on Fedora (vponcova)
|
||||||
|
- itertools.chain can be iterated only once (#1414391) (vponcova)
|
||||||
|
|
||||||
* Fri Apr 28 2017 Martin Kolman <mkolman@redhat.com> - 27.6-1
|
* Fri Apr 28 2017 Martin Kolman <mkolman@redhat.com> - 27.6-1
|
||||||
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
|
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
|
||||||
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
|
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-27.6.tar.bz2) = 7d269372bc960758cd85ee6c0d5de4aad3ad0fb783f9a823c0c50413bff299214a0737b4fb2d2d23c83aaf31cb316488925a8febd9caa4f1410e7b6ee641cfeb
|
SHA512 (anaconda-27.7.tar.bz2) = 37b05f37b8006a53c1a2e12c03c740616dfcbd3e57bea2df6a4a24290a4bf03e7b88f37490b87945b5d69cab20f2afde81e2cf1ff3e0a6fc64da4a49ff9eb86e
|
||||||
|
Loading…
Reference in New Issue
Block a user