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

Christopher Edward Lumens clumens at fedoraproject.org
Tue Mar 1 15:48:46 UTC 2011


commit 49c1b9fc8e9ff9949fcee9959c67e7d5c1a9e553
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Mar 1 10:48:35 2011 -0500

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

 .gitignore    |    1 +
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
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 <clumens at redhat.com> - 16.1-1
+- Fix another unused return value error message. (clumens)
+
 * Tue Mar 01 2011 Chris Lumens <clumens at 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)
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


More information about the scm-commits mailing list