update spec for new version
This commit is contained in:
parent
53f3178f51
commit
3d1beb4acd
@ -1,7 +1,7 @@
|
||||
Summary: python module for parted
|
||||
Name: pyparted
|
||||
Version: 1.6.9
|
||||
Release: 5
|
||||
Version: 1.6.10
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
@ -18,7 +18,7 @@ partition tables.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="-fPIC"
|
||||
export CFLAGS="-fPIC -O2 -g2"
|
||||
%configure --with-python-version=2.4
|
||||
make
|
||||
|
||||
@ -38,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 11 2005 Peter Jones <pjones@redhat.com> - 1.6.10-1
|
||||
- rebuild for new parted.
|
||||
- add debugging options for make so debuginfo isn't useless
|
||||
|
||||
* Wed Nov 9 2005 Jeremy Katz <katzj@redhat.com> - 1.6.9-5
|
||||
- rebuild for new parted
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user