]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- drop -gnu from default platform auto/th/rpm-4_4_9-0_4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 8 Jun 2007 21:30:59 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.823

rpm.spec

index 205d225b2f61975083f0ba1d8171df693779ad44..a9f12ae2f4746b0fcc6b75f18259834c87ec7770 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:       0.3
+Release:       0.4
 License:       GPL
 Group:         Base
 Source0:       http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -790,7 +790,7 @@ install -d $RPM_BUILD_ROOT{/%{_lib},/etc/sysconfig,%{_sysconfdir}/rpm,/var/lib/b
        pkgbindir="%{_bindir}"
 
 # first platform file entry can't contain regexps
-echo "%{_target_cpu}-%{_target_vendor}-linux-gnu" > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
+echo "%{_target_cpu}-%{_target_vendor}-linux" > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
 
 # x86_64 things
 %ifarch x86_64
This page took 1.643402 seconds and 4 git commands to generate.