diff --git a/python-cpio.spec b/python-cpio.spec index 31eff6a..b251cff 100644 --- a/python-cpio.spec +++ b/python-cpio.spec @@ -3,7 +3,7 @@ Name: python-cpio Version: 0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python module for accessing cpio archives Group: Development/Languages @@ -14,7 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This is a Python module for accessing cpio archives. @@ -39,5 +38,8 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/cpioarchive.py[co] %changelog +* Mon Sep 11 2006 José Matos - 0.1-2 +- Rebuild for FC6. + * Tue Jan 3 2006 Ignacio Vazquez-Abrams 0.1-1 - Initial RPM release