New version 27.17-1
- Require "blivet-gui-runtime" instead of "blivet-gui" (vtrefny) - Fix a typo in python-meh initialization (#1462825) (mkolman)
This commit is contained in:
parent
23aae811d8
commit
557b0fbc48
1
.gitignore
vendored
1
.gitignore
vendored
@ -108,3 +108,4 @@
|
||||
/anaconda-27.14.tar.bz2
|
||||
/anaconda-27.15.tar.bz2
|
||||
/anaconda-27.16.tar.bz2
|
||||
/anaconda-27.17.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 27.16
|
||||
Version: 27.17
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -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.4
|
||||
%define blivetguiver 2.1.5-2
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: gettext >= %{gettextver}
|
||||
@ -184,7 +184,7 @@ Requires: NetworkManager-wifi
|
||||
Requires: anaconda-user-help >= %{helpver}
|
||||
Requires: yelp
|
||||
Requires: python3-gobject-base
|
||||
Requires: blivet-gui >= %{blivetguiver}
|
||||
Requires: blivet-gui-runtime >= %{blivetguiver}
|
||||
|
||||
# Needed to compile the gsettings files
|
||||
BuildRequires: gsettings-desktop-schemas
|
||||
@ -328,6 +328,10 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 01 2017 Martin Kolman <mkolman@redhat.com> - 27.17-1
|
||||
- Require "blivet-gui-runtime" instead of "blivet-gui" (vtrefny)
|
||||
- Fix a typo in python-meh initialization (#1462825) (mkolman)
|
||||
|
||||
* Mon Jun 26 2017 Martin Kolman <mkolman@redhat.com> - 27.16-1
|
||||
- Install class shouldn't set the default boot fstype (#1463297) (vponcova)
|
||||
- Store testing logs properly (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-27.16.tar.bz2) = e2b97a4e06afad8a40c3db5de6a82c915c5df091e615e0324a114f7ab22c213668c0ad9ad1b0d340a5376d7c81c218240bf8b0a0b1c0219910cd07635d872d33
|
||||
SHA512 (anaconda-27.17.tar.bz2) = dad15347c90f18fd0546365adfed05400efa595b0d33d3e9731b83aaa8f45f84ee016d87d34a28c2163b00fa41885ce072abecc8f6060e5253ccfcdce277fa1a
|
||||
|
Loading…
Reference in New Issue
Block a user