New version 26.14-1

- Changed the required version of BlockDev to 2.0. (vponcova)
- Remove auto generated documentation (mkolman)
- Fix generated zanata.xml from https unstable branch (jkonecny)
- Don't crash if the UIC file can't be written (#1375702) (mkolman)
This commit is contained in:
Martin Kolman 2016-11-23 18:10:17 +01:00
parent 96b1c6ca0a
commit 0a7f540fb1
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@
/anaconda-26.11.tar.bz2
/anaconda-26.12.tar.bz2
/anaconda-26.13.tar.bz2
/anaconda-26.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 26.13
Version: 26.14
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -38,6 +38,7 @@ Source0: %{name}-%{version}.tar.bz2
%define libxklavierver 5.4
%define libtimezonemapver 0.4.1-2
%define helpver 22.1-1
%define libblockdevver 2.1
BuildRequires: audit-libs-devel
BuildRequires: gettext >= %{gettextver}
@ -83,6 +84,8 @@ The anaconda package is a metapackage for the Anaconda installer.
Summary: Core of the Anaconda installer
Requires: python3-dnf >= %{dnfver}
Requires: python3-blivet >= 1:2.1.6-3
Requires: python3-blockdev >= %{libblockdevver}
Requires: libblockdev-plugins-all >= %{libblockdevver}
Requires: python3-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python3
@ -325,6 +328,12 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Nov 23 2016 Martin Kolman <mkolman@redhat.com> - 26.14-1
- Changed the required version of BlockDev to 2.0. (vponcova)
- Remove auto generated documentation (mkolman)
- Fix generated zanata.xml from https unstable branch (jkonecny)
- Don't crash if the UIC file can't be written (#1375702) (mkolman)
* Wed Nov 23 2016 Martin Kolman <mkolman@redhat.com> - 26.13-1
- Fix calling of can_touch_runtime_system function (jkonecny)
- fix formating a bit (gitDeveloper)

View File

@ -1 +1 @@
52bf5a33c281c1fb997352cc970a4132 anaconda-26.13.tar.bz2
41f00b0306db18a2cc5847330d226387 anaconda-26.14.tar.bz2