auto-import changelog data from rpm-4.0.3-0.53.src.rpm
Mon Jun 25 2001 Jeff Johnson <jbj@redhat.com> - fix: remove executable bit on perl.req, not find-req.pl. - fix: permit partially enumerated hardlink file sets during build. - fix: resurrect rpm signature modes.
This commit is contained in:
parent
ff1ae19981
commit
1f56f5f511
19
rpm.spec
19
rpm.spec
@ -14,7 +14,7 @@ Summary: The Red Hat package management system.
|
||||
Name: rpm
|
||||
%define version 4.0.3
|
||||
Version: %{version}
|
||||
Release: 0.52
|
||||
Release: 0.53
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
|
||||
Copyright: GPL
|
||||
@ -352,11 +352,7 @@ fi
|
||||
%rpmattr %{__prefix}/lib/rpm/find-prov.pl
|
||||
%rpmattr %{__prefix}/lib/rpm/find-provides
|
||||
%rpmattr %{__prefix}/lib/rpm/find-provides.perl
|
||||
|
||||
# XXX remove executable bit to disable autogenerated perl requires for now.
|
||||
#%rpmattr %{__prefix}/lib/rpm/find-req.pe
|
||||
%attr(0644, rpm, rpm) %{__prefix}/lib/rpm/find-req.pl
|
||||
|
||||
%rpmattr %{__prefix}/lib/rpm/find-req.pl
|
||||
%rpmattr %{__prefix}/lib/rpm/find-requires
|
||||
%rpmattr %{__prefix}/lib/rpm/find-requires.perl
|
||||
%rpmattr %{__prefix}/lib/rpm/get_magic.pl
|
||||
@ -366,7 +362,11 @@ fi
|
||||
%rpmattr %{__prefix}/lib/rpm/magic.prov
|
||||
%rpmattr %{__prefix}/lib/rpm/magic.req
|
||||
%rpmattr %{__prefix}/lib/rpm/perl.prov
|
||||
%rpmattr %{__prefix}/lib/rpm/perl.req
|
||||
|
||||
# XXX remove executable bit to disable autogenerated perl requires for now.
|
||||
#%rpmattr %{__prefix}/lib/rpm/perl.req
|
||||
%attr(0644, rpm, rpm) %{__prefix}/lib/rpm/perl.req
|
||||
|
||||
%rpmattr %{__prefix}/lib/rpm/rpm[bt]
|
||||
%rpmattr %{__prefix}/lib/rpm/rpmdiff
|
||||
%rpmattr %{__prefix}/lib/rpm/rpmdiff.cgi
|
||||
@ -429,6 +429,11 @@ fi
|
||||
%{__prefix}/include/popt.h
|
||||
|
||||
%changelog
|
||||
* Mon Jun 25 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- fix: remove executable bit on perl.req, not find-req.pl.
|
||||
- fix: permit partially enumerated hardlink file sets during build.
|
||||
- fix: resurrect rpm signature modes.
|
||||
|
||||
* Fri Jun 22 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- remove executable bit to disable autogenerated perl requires until
|
||||
perl provides can be vetted.
|
||||
|
Loading…
Reference in New Issue
Block a user