From 102a31beb4d4b27466c5223d7b51cbf8b4482277 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Aug 15 2011 15:57:19 +0000 Subject: Check before setting partition label (#729599) (bcl) --- 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 - 16.14.5-1 +- Check before setting partition label (#729599) (bcl) + * Thu Aug 11 2011 Chris Lumens - 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