- Fix another unused return value error message. (clumens)

This commit is contained in:
Chris Lumens 2011-03-01 10:48:35 -05:00
parent 36b5c790d2
commit 49c1b9fc8e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ anaconda-15.2.tar.bz2
/anaconda-15.19.tar.bz2
/anaconda-15.20.tar.bz2
/anaconda-16.0.tar.bz2
/anaconda-16.1.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 16.0
Version: 16.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -229,6 +229,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Tue Mar 01 2011 Chris Lumens <clumens@redhat.com> - 16.1-1
- Fix another unused return value error message. (clumens)
* Tue Mar 01 2011 Chris Lumens <clumens@redhat.com> - 16.0-1
- Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman)
- Clarify that loader method entries are looking for a tree. (clumens)

View File

@ -1 +1 @@
167be3e86510dba45552e325a644644f anaconda-16.0.tar.bz2
6cdffe3828d11a0f56d5773f07ea1c9d anaconda-16.1.tar.bz2