diff --git a/.gitignore b/.gitignore index f4b93d2..95ccce1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index abb0bcc..bba4eda 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 16.1-1 +- Fix another unused return value error message. (clumens) + * Tue Mar 01 2011 Chris Lumens - 16.0-1 - Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman) - Clarify that loader method entries are looking for a tree. (clumens) diff --git a/sources b/sources index 42ad697..8848007 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -167be3e86510dba45552e325a644644f anaconda-16.0.tar.bz2 +6cdffe3828d11a0f56d5773f07ea1c9d anaconda-16.1.tar.bz2