[anaconda/f16] matchpathcon doesn't like strings like "//lib64", so remove a slash (#730863). (clumens)

Christopher Edward Lumens clumens at fedoraproject.org
Tue Aug 16 20:01:36 UTC 2011


commit 14d34e8866b9a1ae80f9e20fb1570d414dd9d31f
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Aug 16 16:01:17 2011 -0400

    matchpathcon doesn't like strings like "//lib64", so remove a slash
    (#730863). (clumens)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d40641..5cdd0f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.14.3.tar.bz2
 /anaconda-16.14.4.tar.bz2
 /anaconda-16.14.5.tar.bz2
+/anaconda-16.14.6.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index dc54952..2666c09 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.14.5
+Version: 16.14.6
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -234,6 +234,10 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Aug 16 2011 Chris Lumens <clumens at redhat.com> - 16.14.6-1
+- matchpathcon doesn't like strings like "//lib64", so remove a slash
+  (#730863). (clumens)
+
 * Mon Aug 15 2011 Chris Lumens <clumens at redhat.com> - 16.14.5-1
 - Check before setting partition label (#729599) (bcl)
 
diff --git a/sources b/sources
index 17b0550..f4e5943 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72ff06a928f43ea42bec39c51f7c17a6  anaconda-16.14.5.tar.bz2
+0b77099e0d02ba09e88b09d8ee9102c9  anaconda-16.14.6.tar.bz2


More information about the scm-commits mailing list