SPECS: rpm.spec - first platform file entry can't contain regexps
arekm
arekm at pld-linux.org
Tue May 29 19:05:39 CEST 2007
Author: arekm Date: Tue May 29 17:05:39 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- first platform file entry can't contain regexps
---- Files affected:
SPECS:
rpm.spec (1.820 -> 1.821)
---- Diffs:
================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.820 SPECS/rpm.spec:1.821
--- SPECS/rpm.spec:1.820 Tue May 29 17:25:30 2007
+++ SPECS/rpm.spec Tue May 29 19:05:34 2007
@@ -790,7 +790,8 @@
pylibdir=%{py_libdir} \
pkgbindir="%{_bindir}"
-echo "%{_target_cpu}-%{_target_vendor}-linux(-gnu)?" > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
+# first platform file entry can't contain regexps
+echo "%{_target_cpu}-%{_target_vendor}-linux-gnu" > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/platform
# x86_64 things
%ifarch x86_64
@@ -1234,6 +1235,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.821 2007/05/29 17:05:34 arekm
+- first platform file entry can't contain regexps
+
Revision 1.820 2007/05/29 15:25:30 arekm
- new urls
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.820&r2=1.821&f=u
More information about the pld-cvs-commit
mailing list