Author: arekm Date: Sat Jun 18 12:04:45 2005 GMT Module: SPECS Tag: AC-branch ---- Log message: - rel 3; fix amd64 macros for AC
---- Files affected: SPECS: rpm.spec (1.555.2.72 -> 1.555.2.73) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.555.2.72 SPECS/rpm.spec:1.555.2.73 --- SPECS/rpm.spec:1.555.2.72 Sat Jun 18 00:28:27 2005 +++ SPECS/rpm.spec Sat Jun 18 14:04:40 2005 @@ -31,7 +31,7 @@ Name: rpm %define sover 4.4 Version: 4.4.1 -Release: 2 +Release: 3 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -1001,11 +1001,8 @@ %ifarch alpha %{_rpmlibdir}/alpha* %endif -%ifarch x86_64 -#%{_rpmlibdir}/x86_64* -%endif %ifarch amd64 -#%{_rpmlibdir}/amd64* +%{_rpmlibdir}/amd64* %{_rpmlibdir}/x86_64* %endif %ifarch ia64 @@ -1090,6 +1087,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.555.2.73 2005/06/18 12:04:40 arekm +- rel 3; fix amd64 macros for AC + Revision 1.555.2.72 2005/06/17 22:28:27 baggins - release 2 - fixed amd64 patch (don't overdo amd64 support for AC) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.555.2.72&r2=1.555.2.73&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
