SPECS: rpm.spec - drop -gnu from default platform

arekm arekm at pld-linux.org
Fri Jun 8 23:31:04 CEST 2007


Author: arekm                        Date: Fri Jun  8 21:31:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop -gnu from default platform

---- Files affected:
SPECS:
   rpm.spec (1.822 -> 1.823) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.822 SPECS/rpm.spec:1.823
--- SPECS/rpm.spec:1.822	Sun Jun  3 00:00:52 2007
+++ SPECS/rpm.spec	Fri Jun  8 23:30:59 2007
@@ -36,7 +36,7 @@
 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
@@ -791,7 +791,7 @@
 	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
@@ -1235,6 +1235,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.823  2007/06/08 21:30:59  arekm
+- drop -gnu from default platform
+
 Revision 1.822  2007/06/02 22:00:52  arekm
 - looks like we need ix86 arches in x86_64 platform file for multiarch support
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.822&r2=1.823&f=u



More information about the pld-cvs-commit mailing list