SPECS: util-vserver.spec - fix pld-source.conf for x86_64->amd64, ...

arekm arekm at pld-linux.org
Tue May 8 00:23:34 CEST 2007


Author: arekm                        Date: Mon May  7 22:23:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix pld-source.conf for x86_64->amd64, i486->i386 in case of pld-ac template

---- Files affected:
SPECS:
   util-vserver.spec (1.142 -> 1.143) 

---- Diffs:

================================================================
Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.142 SPECS/util-vserver.spec:1.143
--- SPECS/util-vserver.spec:1.142	Tue Mar  6 23:15:36 2007
+++ SPECS/util-vserver.spec	Tue May  8 00:23:28 2007
@@ -20,7 +20,7 @@
 Summary(pl.UTF-8):	Narzędzia dla linuksowych serwerów wirtualnych
 Name:		util-vserver
 Version:	0.30.212
-Release:	7
+Release:	8
 License:	GPL
 Group:		Applications/System
 Source0:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2
@@ -437,6 +437,10 @@
 %ifarch %{x8664}
 sed -i 's/^glibc$/glibc64/' $RPM_BUILD_ROOT%{_libdir}/%{name}/distributions/pld-ac/pkgs/01
 sed -i 's/glibc\-\[0\-9\]\*\.rpm/glibc64\-\[0\-9\]\*\.rpm/' $RPM_BUILD_ROOT%{_libdir}/%{name}/distributions/pld-ac/rpmlist.d/00.lst
+sed -i 's/x86_64/amd64/g' $RPM_BUILD_ROOT%{_sysconfdir}/vservers/.distributions/pld-ac/poldek/*.conf
+%endif
+%ifarch i486
+sed -i 's/i486/i386/g' $RPM_BUILD_ROOT%{_sysconfdir}/vservers/.distributions/pld-ac/poldek/*.conf
 %endif
 
 # XXX baggins check this: needed but seems unused
@@ -723,6 +727,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.143  2007/05/07 22:23:28  arekm
+- fix pld-source.conf for x86_64->amd64, i486->i386 in case of pld-ac template
+
 Revision 1.142  2007/03/06 22:15:36  glen
 - AC-branch merge
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.142&r2=1.143&f=u



More information about the pld-cvs-commit mailing list