- Load the system-wide Xresources (#1241724) (dshea)

- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
- Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman)
- Add a function for empty file creation (#1285519) (mkolman)
- Run actions for argparse arguments (#1285519) (mkolman)
This commit is contained in:
Brian C. Lane 2016-03-11 17:17:08 -08:00
parent 08ee2072a0
commit 985c528a5c
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -54,3 +54,4 @@
/anaconda-24.13.tar.bz2
/anaconda-25.0.tar.bz2
/anaconda-25.1.tar.bz2
/anaconda-25.2.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.1
Version: 25.2
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -314,6 +314,13 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Mar 11 2016 Brian C. Lane <bcl@redhat.com> - 25.2-1
- Load the system-wide Xresources (#1241724) (dshea)
- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
- Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman)
- Add a function for empty file creation (#1285519) (mkolman)
- Run actions for argparse arguments (#1285519) (mkolman)
* Wed Mar 09 2016 Brian C. Lane <bcl@redhat.com> - 25.1-1
- don't install kernel-PAE on x86_64 (#1313957) (awilliam)
- except block in py3.5 undefines the variable (bcl)

View File

@ -1 +1 @@
ebfe43da0e99d3eab2e5b16c53f4852c anaconda-25.1.tar.bz2
e0c08e237774ea0a29382b618973e62d anaconda-25.2.tar.bz2