New version 28.2-1
- Fix catch TUI not main thread exceptions (jkonecny) - Document Anaconda branching workflow (mkolman) - Use constants for version number bumps and additions (mkolman) - Fix closest mirror now needs network (jkonecny) - Fix restart payload thread in Network spoke GUI (#1478970) (jkonecny) - Network spoke freeze when testing availability (#1478970) (jkonecny) - Add support for adding version numbers to makebumpver (mkolman) - Add support for major version bump to makebumpver (mkolman) - Fix proxy settings badly used when testing repos (#1478970) (jkonecny)
This commit is contained in:
parent
4109cfed28
commit
27c2dd26de
1
.gitignore
vendored
1
.gitignore
vendored
@ -113,3 +113,4 @@
|
|||||||
/anaconda-27.19.tar.bz2
|
/anaconda-27.19.tar.bz2
|
||||||
/anaconda-27.20.tar.bz2
|
/anaconda-27.20.tar.bz2
|
||||||
/anaconda-28.1.tar.bz2
|
/anaconda-28.1.tar.bz2
|
||||||
|
/anaconda-28.2.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 28.1
|
Version: 28.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
%define pykickstartver 2.36-1
|
%define pykickstartver 2.36-1
|
||||||
%define pypartedver 2.5-2
|
%define pypartedver 2.5-2
|
||||||
%define rpmver 4.10.0
|
%define rpmver 4.10.0
|
||||||
%define simplelinever 0.4-1
|
%define simplelinever 0.5-1
|
||||||
%define utillinuxver 2.15.1
|
%define utillinuxver 2.15.1
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
@ -332,6 +332,17 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 04 2017 Martin Kolman <mkolman@redhat.com> - 28.2-1
|
||||||
|
- Fix catch TUI not main thread exceptions (jkonecny)
|
||||||
|
- Document Anaconda branching workflow (mkolman)
|
||||||
|
- Use constants for version number bumps and additions (mkolman)
|
||||||
|
- Fix closest mirror now needs network (jkonecny)
|
||||||
|
- Fix restart payload thread in Network spoke GUI (#1478970) (jkonecny)
|
||||||
|
- Network spoke freeze when testing availability (#1478970) (jkonecny)
|
||||||
|
- Add support for adding version numbers to makebumpver (mkolman)
|
||||||
|
- Add support for major version bump to makebumpver (mkolman)
|
||||||
|
- Fix proxy settings badly used when testing repos (#1478970) (jkonecny)
|
||||||
|
|
||||||
* Tue Aug 29 2017 Martin Kolman <mkolman@redhat.com> - 28.1-1
|
* Tue Aug 29 2017 Martin Kolman <mkolman@redhat.com> - 28.1-1
|
||||||
- Remove the metacity theme. (vponcova)
|
- Remove the metacity theme. (vponcova)
|
||||||
- Add the option inst.decorated to allow title bar in GUI (vponcova)
|
- Add the option inst.decorated to allow title bar in GUI (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-28.1.tar.bz2) = 9ce072fe17c541c8d1b207ad87f37d7f7cdf6ed1eafd573ea2c5a665a0f802702fa00dd14dc5a56366924946ead7d07a3fc00cec935f14f55c43cef03c46bfff
|
SHA512 (anaconda-28.2.tar.bz2) = fd487edd6ac3d59e1b726e3d21e4cc8a34acea6f37221ae0650daaa5976f6860cc55ed7e8a4e9d26cb7596336d8edd48ed7475c39c4160ff2b851248d2a9de89
|
||||||
|
Loading…
Reference in New Issue
Block a user