- decode package name for /etc/sysconfig/kernel (RHBZ #1261569) (awilliam)

- Warn user before using Delete all (jkonecny)
This commit is contained in:
Samantha N. Bueno 2015-10-20 14:08:42 -04:00
parent 0dd00fd75a
commit 3af0cf9a35
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@
/anaconda-23.19.5.tar.bz2
/anaconda-23.19.6.tar.bz2
/anaconda-23.19.7.tar.bz2
/anaconda-23.19.8.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 23.19.7
Version: 23.19.8
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -305,6 +305,10 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Oct 20 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 23.19.8-1
- decode package name for /etc/sysconfig/kernel (RHBZ #1261569) (awilliam)
- Warn user before using Delete all (jkonecny)
* Thu Oct 15 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 23.19.7-1
- Fix traceback when trying to create list of unformatted DASDs. (#1268764)
(sbueno+anaconda)

View File

@ -1 +1 @@
f2a597df8b982467c0aefa87fe8cd417 anaconda-23.19.7.tar.bz2
1661d7614122cc2f75d14e24460ae7d1 anaconda-23.19.8.tar.bz2