]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- add amd64- to platform file (to be able to use ac rpm-s); rel 3 auto/th/rpm-4_4_9-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Jul 2007 19:29:03 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.831

rpm.spec

index a88e2015451866686c69aa8afcf6bcecde5d6805..96731d897d8e0b435b00e1802ad373ebfb355754 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -35,7 +35,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.4.9
-Release:       2
+Release:       3
 License:       GPL
 Group:         Base
 Source0:       http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -806,6 +806,7 @@ echo "%{_target_cpu}-%{_target_vendor}-linux" > $RPM_BUILD_ROOT%{_sysconfdir}/rp
 
 # x86_64 things
 %ifarch x86_64
+echo "amd64-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
 echo "x86_64-[^-]*-linux(-gnu)?" >> $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
 %endif
 
This page took 0.168416 seconds and 4 git commands to generate.