From 3d3fd430fafcf5bb7382578d86dfc0cec8e1a4a7 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Tue, 12 Oct 2004 01:28:00 +0000 Subject: [PATCH] #135100 req python-abi (Robert Scheck) --- pyparted.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index 5ae3795..3a81938 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,13 +1,14 @@ Summary: python module for parted Name: pyparted Version: 1.6.8 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: parted >= 1.6.12 BuildRequires: parted-devel >= 1.6.12, python-devel +Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description Python modules for the parted library. It is used for manipulation @@ -37,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 11 2004 Warren Togami - 1.6.8-2 +- #135100 req python-abi (Robert Scheck) + * Tue Aug 17 2004 Jeremy Katz - 1.6.8-1 - update for new parted ABI - device -> heads, sectors, cylinders now refer to the bios geometry