- remove extra space in custom.py (bcl)

This commit is contained in:
Brian C. Lane 2012-12-01 06:57:23 -08:00
parent 27942d8eef
commit 913a28e59a
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.31.tar.bz2
/anaconda-18.32.tar.bz2
/anaconda-18.33.tar.bz2
/anaconda-18.34.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.33
Version: 18.34
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -300,6 +300,9 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Sat Dec 01 2012 Brian C. Lane <bcl@redhat.com> - 18.34-1
- remove extra space in custom.py (bcl)
* Fri Nov 30 2012 Brian C. Lane <bcl@redhat.com> - 18.33-1
- Escape single percent signs in RPM changelog entries. (dcantrell)
- Fixes for PkgWrangler review. (dcantrell)

View File

@ -1 +1 @@
34eb55f3c3be6cd90a43870426a726f9 anaconda-18.33.tar.bz2
68e789d6154ed5fb25f14ad8f49185f5 anaconda-18.34.tar.bz2