From 7f85f2c0673d2467c7a309bbc6098f1458b866eb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 20:19:16 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- pyparted.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index 16b938c..53e5e5a 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -3,7 +3,7 @@ Summary: Python module for GNU parted Name: pyparted Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://fedorahosted.org/pyparted @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{python_sitearch}/parted %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jan 17 2011 David Cantrell - 3.5-1 - Drop dependency on python-decorator module. (dcantrell) - Differentiate the "Could not commit" messages. (jgranado)