New version 28.17-1
- Modules should use the proxy pattern. (vponcova) - Variants need to be instances of the Variant class (vponcova) - kickstart: support firewall --use-system-defaults (#1526450) (dusty) - Check payload is set before accessing its data (#1524785) (mkolman) - Do not fail when test are failing in setup-env script (jkonecny) - Support running multiple commands at once (jkonecny) - Support copy Anaconda result dir out of mock (jkonecny) - Remove dependencies from Makefile (jkonecny) - Add path to Anaconda in mock to constant (jkonecny) - Properly exclude packages from the install set (ngompa13) - Add the _prepare_command helper function to setup-test-env (jkonecny) - Add run-tests parameter to setup-test-env script (jkonecny) - Remove /anaconda in mock before copying new one (jkonecny)
This commit is contained in:
parent
417b67e2db
commit
dc22da1c1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -127,3 +127,4 @@
|
||||
/anaconda-28.14.tar.bz2
|
||||
/anaconda-28.15.tar.bz2
|
||||
/anaconda-28.16.tar.bz2
|
||||
/anaconda-28.17.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 28.16
|
||||
Version: 28.17
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -37,7 +37,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define partedver 1.8.1
|
||||
%define pykickstartver 2.43-1
|
||||
%define pykickstartver 2.44-1
|
||||
%define pypartedver 2.5-2
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 0.8-1
|
||||
@ -335,6 +335,21 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 05 2018 Martin Kolman <mkolman@redhat.com> - 28.17-1
|
||||
- Modules should use the proxy pattern. (vponcova)
|
||||
- Variants need to be instances of the Variant class (vponcova)
|
||||
- kickstart: support firewall --use-system-defaults (#1526450) (dusty)
|
||||
- Check payload is set before accessing its data (#1524785) (mkolman)
|
||||
- Do not fail when test are failing in setup-env script (jkonecny)
|
||||
- Support running multiple commands at once (jkonecny)
|
||||
- Support copy Anaconda result dir out of mock (jkonecny)
|
||||
- Remove dependencies from Makefile (jkonecny)
|
||||
- Add path to Anaconda in mock to constant (jkonecny)
|
||||
- Properly exclude packages from the install set (ngompa13)
|
||||
- Add the _prepare_command helper function to setup-test-env (jkonecny)
|
||||
- Add run-tests parameter to setup-test-env script (jkonecny)
|
||||
- Remove /anaconda in mock before copying new one (jkonecny)
|
||||
|
||||
* Tue Jan 02 2018 Martin Kolman <mkolman@redhat.com> - 28.16-1
|
||||
- Improve password checking status and error messages (mkolman)
|
||||
- Spin kickstarts shouldn't be test dependency (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-28.16.tar.bz2) = 731413e240df7e2e7964a986fcf4376f853d0c88539ad17f96686bda988e0ab7afad0c1ae47cc4371d76404e2a481edca8956794d6f647331f26d759010f94a8
|
||||
SHA512 (anaconda-28.17.tar.bz2) = a254c3b8f56e13ccfc3c722b568bab08a9cf50de199b44e4559b6f7178009f35652c4497a3b0b0f6611916af7e8b8fcdffade1cd35eafe2ed8c6d84a1edd4934
|
||||
|
Loading…
Reference in New Issue
Block a user