[anaconda/f16] Check before setting partition label (#729599) (bcl)

Christopher Edward Lumens clumens at fedoraproject.org
Mon Aug 15 15:57:34 UTC 2011


commit 102a31beb4d4b27466c5223d7b51cbf8b4482277
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Aug 15 11:57:19 2011 -0400

    Check before setting partition label (#729599) (bcl)

 .gitignore    |    1 +
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad14423..7d40641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.14.2.tar.bz2
 /anaconda-16.14.3.tar.bz2
 /anaconda-16.14.4.tar.bz2
+/anaconda-16.14.5.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index c112206..dc54952 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.14.4
+Version: 16.14.5
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -234,6 +234,9 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Mon Aug 15 2011 Chris Lumens <clumens at redhat.com> - 16.14.5-1
+- Check before setting partition label (#729599) (bcl)
+
 * Thu Aug 11 2011 Chris Lumens <clumens at redhat.com> - 16.14.4-1
 - Remove as many of the /selinux path hardcodings as possible (#729563).
   (clumens)
diff --git a/sources b/sources
index 3834b9f..17b0550 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6123fb7b49891fee1e21858461caeba0  anaconda-16.14.4.tar.bz2
+72ff06a928f43ea42bec39c51f7c17a6  anaconda-16.14.5.tar.bz2


More information about the scm-commits mailing list