From fb5ed2a0ca1b9b5634a884af5c917fb9bb30364b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:01:57 +0000 Subject: [PATCH] auto-import changelog data from parted-1.6.11-4.src.rpm Mon Jul 19 2004 Karsten Hopp 1.6.11-4 - update dasd patch for dos-type partitions on mainframes (scsi disks) Fri Jun 25 2004 Jeremy Katz - 1.6.11-3 - install-info (#77687) --- parted.spec | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/parted.spec b/parted.spec index 96a448c..9967661 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.11 -Release: 2 +Release: 4 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.6.3-fat.c.patch Patch1: parted-1.6.6-gptver.patch @@ -21,6 +21,7 @@ Group: Applications/System BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel BuildRequires: ncurses-devel BuildRequires: automake17 +Prereq: /sbin/install-info %description The GNU Parted program allows you to create, destroy, resize, move, @@ -69,9 +70,13 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post +/sbin/ldconfig +/sbin/install-info %{_infodir}/parted.info* %{_infodir}/dir || : -%postun -p /sbin/ldconfig +%postun +/sbin/ldconfig +/sbin/install-info --delete %{_infodir}/parted.info* %{_infodir}/dir || : %files -f %{name}.lang %defattr(-,root,root) @@ -88,7 +93,13 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog -* Tue Jun 15 2004 Elliot Lee +* Mon Jul 19 2004 Karsten Hopp 1.6.11-4 +- update dasd patch for dos-type partitions on mainframes (scsi disks) + +* Fri Jun 25 2004 Jeremy Katz - 1.6.11-3 +- install-info (#77687) + +* Tue Jun 15 2004 Elliot Lee - 1.6.11-2 - rebuilt * Tue Jun 1 2004 Jeremy Katz