auto-import rpm-4.0.3-0.52 from rpm-4.0.3-0.52.src.rpm
This commit is contained in:
parent
698b80d78b
commit
ff1ae19981
14
rpm.spec
14
rpm.spec
@ -14,7 +14,7 @@ Summary: The Red Hat package management system.
|
||||
Name: rpm
|
||||
%define version 4.0.3
|
||||
Version: %{version}
|
||||
Release: 0.51
|
||||
Release: 0.52
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
|
||||
Copyright: GPL
|
||||
@ -352,7 +352,11 @@ fi
|
||||
%rpmattr %{__prefix}/lib/rpm/find-prov.pl
|
||||
%rpmattr %{__prefix}/lib/rpm/find-provides
|
||||
%rpmattr %{__prefix}/lib/rpm/find-provides.perl
|
||||
%rpmattr %{__prefix}/lib/rpm/find-req.pl
|
||||
|
||||
# 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-requires
|
||||
%rpmattr %{__prefix}/lib/rpm/find-requires.perl
|
||||
%rpmattr %{__prefix}/lib/rpm/get_magic.pl
|
||||
@ -425,6 +429,12 @@ fi
|
||||
%{__prefix}/include/popt.h
|
||||
|
||||
%changelog
|
||||
* Fri Jun 22 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- remove executable bit to disable autogenerated perl requires until
|
||||
perl provides can be vetted.
|
||||
- disable per-platform %%configure use of %%_gnu until libtool package
|
||||
stabilizes.
|
||||
|
||||
* Thu Jun 21 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- propagate %%{_gnu} to per-platform configuration.
|
||||
- fix: parameterized macros with massive mumber of options need
|
||||
|
Loading…
Reference in New Issue
Block a user