auto-import changelog data from pyparted-1.6.8-1.src.rpm

Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-1
- update for new parted ABI
- device -> heads, sectors, cylinders now refer to the bios geometry
- require parted >= 1.6.12
This commit is contained in:
cvsdist 2004-09-09 10:58:06 +00:00
parent 071c185ddf
commit 3bf261b6ea
3 changed files with 11 additions and 6 deletions

View File

@ -1 +1 @@
pyparted-1.6.7.tar.gz
pyparted-1.6.8.tar.gz

View File

@ -1,13 +1,13 @@
Summary: python module for parted
Name: pyparted
Version: 1.6.7
Release: 3
Version: 1.6.8
Release: 1
License: GPL
Group: System Environment/Libraries
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: parted >= 1.6
BuildRequires: parted-devel >= 1.6, python-devel
Requires: parted >= 1.6.12
BuildRequires: parted-devel >= 1.6.12, python-devel
%description
Python modules for the parted library. It is used for manipulation
@ -37,6 +37,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-1
- update for new parted ABI
- device -> heads, sectors, cylinders now refer to the bios geometry
- require parted >= 1.6.12
* Thu Jul 22 2004 Jeremy Katz <katzj@redhat.com> - 1.6.7-3
- build on ppc64 again

View File

@ -1 +1 @@
8caa884c5c0db167310ee10e27e29157 pyparted-1.6.7.tar.gz
6c092a58955d23b3e9287a36cacc2628 pyparted-1.6.8.tar.gz