rpms/util-vserver/devel util-vserver.spec, 1.24, 1.25 sources, 1.10, 1.11

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Thu May 31 20:40:52 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/util-vserver/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1887

Modified Files:
	util-vserver.spec sources 
Log Message:
- updated to 0.30.213
- disabled dietlibc build for PPC64



Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/devel/util-vserver.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- util-vserver.spec	19 Jan 2007 05:36:29 -0000	1.24
+++ util-vserver.spec	31 May 2007 20:40:16 -0000	1.25
@@ -5,7 +5,14 @@
 ## --with    xalan           ...   require/use the xalan xslt processor
 
 ## Fedora Extras specific customization below...
+
+%ifarch ppc64
+%bcond_with		dietlibc
+%else
 %bcond_without		dietlibc
+%endif
+
+%bcond_with		xalan
 ##
 
 %global confdir		%_sysconfdir/vservers
@@ -20,14 +27,13 @@
 
 Summary:	Linux virtual server utilities
 Name:		util-vserver
-Version:	0.30.212
-Release:	%release_func 3
+Version:	0.30.213
+Release:	%release_func 1
 License:	GPL
 Group:		System Environment/Base
 URL:		http://savannah.nongnu.org/projects/util-vserver/
 Source0:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2
 Source1:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc
-Patch0:		util-vserver-0.30.212-pagesize.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:	init(%name)
 Requires:	%name-core = %version-%release
@@ -39,11 +45,12 @@
 BuildRequires:	gcc-c++ wget which diffutils
 BuildRequires:	e2fsprogs-devel beecrypt-devel
 BuildRequires:	doxygen tetex-latex graphviz ghostscript
+BuildRequires:	libxslt rsync dump
 Requires(post):		%name-core
 Requires(pre):		%pkglibdir
 Requires(postun):	%pkglibdir
 %{?with_dietlibc:BuildRequires:	dietlibc}
-%{?_with_xalan:BuildRequires:	xalan-j}
+%{?with_xalan:BuildRequires:	xalan-j}
 
 %package lib
 Summary:		Dynamic libraries for util-vserver
@@ -166,7 +173,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-initrddir=%_initrddir --enable-release \
@@ -349,6 +355,13 @@
 
 
 %changelog
+* Thu May 31 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.213-1
+- updated to 0.30.213
+- disabled dietlibc build for PPC64
+
+* Fri Apr 20 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.212-4
+- BR some tools tested by ./configure
+
 * Fri Jan 19 2007 David Woodhouse <dwmw2 at infradead.org> - 0.30.212-3
 - Build with 64KiB page size
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Dec 2006 17:22:44 -0000	1.10
+++ sources	31 May 2007 20:40:16 -0000	1.11
@@ -1,2 +1,2 @@
-386b91732b7f0f132b4e9d978389dcc2  util-vserver-0.30.212.tar.bz2
-0355cedaa22fe51580a0d4dab6d4c1a9  util-vserver-0.30.212.tar.bz2.asc
+2a444e725f7789f751ade259a38553ed  util-vserver-0.30.213.tar.bz2
+876de69ad4303e746052907867b7bb88  util-vserver-0.30.213.tar.bz2.asc




More information about the scm-commits mailing list