auto-import changelog data from rpm-4.0.3-0.84.src.rpm

Mon Jul 30 2001 Tim Powers <timp@redhat.com>
- added all of the perl modules to the files list for the rpm-perl package
This commit is contained in:
cvsdist 2004-09-09 11:56:35 +00:00
parent f923ad36ca
commit e0a59a6eb6

View File

@ -19,7 +19,7 @@ Name: rpm
%define version 4.0.3 %define version 4.0.3
Version: %{version} Version: %{version}
%{expand: %%define rpm_version %{version}} %{expand: %%define rpm_version %{version}}
Release: 0.83 Release: 0.84
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
Copyright: GPL Copyright: GPL
@ -448,6 +448,8 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%rpmattr %{__prefix}/bin/rpmprune %rpmattr %{__prefix}/bin/rpmprune
%{perl_sitearch}/auto/* %{perl_sitearch}/auto/*
%{perl_sitearch}/RPM
%{perl_sitearch}/RPM.pm
%{__prefix}%{__share}/man/man1/rpmprune.1* %{__prefix}%{__share}/man/man1/rpmprune.1*
%{__prefix}%{__share}/man/man3/RPM* %{__prefix}%{__share}/man/man3/RPM*
%endif %endif
@ -499,6 +501,9 @@ fi
%{__prefix}/include/popt.h %{__prefix}/include/popt.h
%changelog %changelog
* Mon Jul 30 2001 Tim Powers <timp@redhat.com>
- added all of the perl modules to the files list for the rpm-perl package
* Fri Jul 27 2001 Jeff Johnson <jbj@redhat.com> * Fri Jul 27 2001 Jeff Johnson <jbj@redhat.com>
- fix: --noscripts is another multimode option. - fix: --noscripts is another multimode option.
- add tmpdir to configure db3 tmpdir into chroot tree. - add tmpdir to configure db3 tmpdir into chroot tree.