auto-import rpm-4.0.3-0.51 from rpm-4.0.3-0.51.src.rpm
This commit is contained in:
parent
eb7c2ec41f
commit
698b80d78b
15
rpm.spec
15
rpm.spec
@ -14,7 +14,7 @@ Summary: The Red Hat package management system.
|
|||||||
Name: rpm
|
Name: rpm
|
||||||
%define version 4.0.3
|
%define version 4.0.3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 0.50
|
Release: 0.51
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
@ -285,6 +285,7 @@ fi
|
|||||||
|
|
||||||
%ifarch i386 i486 i586 i686 athlon
|
%ifarch i386 i486 i586 i686 athlon
|
||||||
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/i[3456]86*
|
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/i[3456]86*
|
||||||
|
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/athlon*
|
||||||
%endif
|
%endif
|
||||||
%ifarch alpha
|
%ifarch alpha
|
||||||
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/alpha*
|
%attr(-, rpm, rpm) %{__prefix}/lib/rpm/alpha*
|
||||||
@ -424,6 +425,12 @@ fi
|
|||||||
%{__prefix}/include/popt.h
|
%{__prefix}/include/popt.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 21 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- propagate %%{_gnu} to per-platform configuration.
|
||||||
|
- fix: parameterized macros with massive mumber of options need
|
||||||
|
"optind = 1" "Dmitry V. Levin" <ldv@alt-linux.org>.
|
||||||
|
- add athlon per-platform configuration.
|
||||||
|
|
||||||
* Wed Jun 20 2001 Jeff Johnson <jbj@redhat.com>
|
* Wed Jun 20 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- fix: partial sets of hardlinked files permitted in payload.
|
- fix: partial sets of hardlinked files permitted in payload.
|
||||||
- fix: mark rpmdb files with %config to prevent erasure on downgrade.
|
- fix: mark rpmdb files with %config to prevent erasure on downgrade.
|
||||||
@ -431,9 +438,9 @@ fi
|
|||||||
- fix: rpm -qlv link count for directories dinna include '..'.
|
- fix: rpm -qlv link count for directories dinna include '..'.
|
||||||
- fix: rpm -qlv size for directories should be zero.
|
- fix: rpm -qlv size for directories should be zero.
|
||||||
- add --noghost to filter non-payload files from rpm -qlv output.
|
- add --noghost to filter non-payload files from rpm -qlv output.
|
||||||
- add %{_gnu} macro to append "-gnu" to %{_target_platform} to
|
- add %%{_gnu} macro to append "-gnu" to %%{_target_platform} to
|
||||||
support --target/--host flavored %configure. Legacy behavior
|
support --target/--host flavored %%configure. Legacy behavior
|
||||||
available by undefining %{_gnu}.
|
available by undefining %%{_gnu}.
|
||||||
|
|
||||||
* Tue Jun 19 2001 Jeff Johnson <jbj@redhat.com>
|
* Tue Jun 19 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- finalize per-header methods, accessing headerFoo through vector.
|
- finalize per-header methods, accessing headerFoo through vector.
|
||||||
|
Loading…
Reference in New Issue
Block a user