auto-import changelog data from parted-1.6.11-4.src.rpm

Mon Jul 19 2004 Karsten Hopp <karsten@redhat.de> 1.6.11-4
- update dasd patch for dos-type partitions on mainframes (scsi disks)
Fri Jun 25 2004 Jeremy Katz <katzj@redhat.com> - 1.6.11-3
- install-info (#77687)
This commit is contained in:
cvsdist 2004-09-09 10:01:57 +00:00
parent 6c323eff26
commit fb5ed2a0ca

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program. Summary: The GNU disk partition manipulation program.
Name: parted Name: parted
Version: 1.6.11 Version: 1.6.11
Release: 2 Release: 4
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0: parted-1.6.3-fat.c.patch Patch0: parted-1.6.3-fat.c.patch
Patch1: parted-1.6.6-gptver.patch Patch1: parted-1.6.6-gptver.patch
@ -21,6 +21,7 @@ Group: Applications/System
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: automake17 BuildRequires: automake17
Prereq: /sbin/install-info
%description %description
The GNU Parted program allows you to create, destroy, resize, move, The GNU Parted program allows you to create, destroy, resize, move,
@ -69,9 +70,13 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%clean %clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT [ -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 %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
@ -88,7 +93,13 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%{_libdir}/*.a* %{_libdir}/*.a*
%changelog %changelog
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Mon Jul 19 2004 Karsten Hopp <karsten@redhat.de> 1.6.11-4
- update dasd patch for dos-type partitions on mainframes (scsi disks)
* Fri Jun 25 2004 Jeremy Katz <katzj@redhat.com> - 1.6.11-3
- install-info (#77687)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - 1.6.11-2
- rebuilt - rebuilt
* Tue Jun 1 2004 Jeremy Katz <katzj@redhat.com> * Tue Jun 1 2004 Jeremy Katz <katzj@redhat.com>