From b37414929fc28b4e7fca8aac8752ce660da281d9 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 Oct 2006 19:23:42 +0000 Subject: [PATCH 01/11] Initialize branch FC-6 for util-vserver --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..d5b6362 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +FC-6 From b88f3e1732fe11c9f6c52081759d683820ef8bd8 Mon Sep 17 00:00:00 2001 From: ensc Date: Sun, 10 Dec 2006 17:22:44 +0000 Subject: [PATCH 02/11] - updated to 0.30.212 - updated URLs - requires 'rsync' for -build to support new 'rsync' build method - added graphviz + ghostscript BR --- sources | 4 ++-- util-vserver.spec | 19 ++++++++++++------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/sources b/sources index a21c847..4bd109f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b0e8d503ba1cf5a7014eb41a72ec8fe2 util-vserver-0.30.211.tar.bz2 -400c5fad81a029dc88fb03485a9a503e util-vserver-0.30.211.tar.bz2.asc +386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2 +0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc diff --git a/util-vserver.spec b/util-vserver.spec index ceac773..8023022 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -20,13 +20,13 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.211 +Version: 0.30.212 Release: %release_func 1 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +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 BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -37,9 +37,8 @@ Obsoletes: vserver < %version BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel -BuildRequires: doxygen tetex-latex -## HACK; 'make check' fails there due to a kernel bug -## https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172389 +BuildRequires: doxygen tetex-latex graphviz ghostscript +## dietlibc is not available for PPC ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir @@ -59,7 +58,7 @@ Requires: util-linux %package build Summary: Tools which can be used to build vservers Group: Applications/System -Requires: rpm wget binutils tar e2fsprogs +Requires: rpm wget binutils tar e2fsprogs rsync Requires: %name = %version-%release Requires(pre): %confdir Requires(postun): %confdir @@ -351,6 +350,12 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 +- updated to 0.30.212 +- updated URLs +- requires 'rsync' for -build to support new 'rsync' build method +- added graphviz + ghostscript BR + * Thu Oct 12 2006 Enrico Scholz - 0.30.211-1 - updated to 0.30.211 From 4b05569240b226673f62b8baab3e10e36f7d0153 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 19 Jan 2007 04:28:11 +0000 Subject: [PATCH 03/11] rebuild with ppc support --- util-vserver.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/util-vserver.spec b/util-vserver.spec index 8023022..b91c180 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -21,7 +21,7 @@ Summary: Linux virtual server utilities Name: util-vserver Version: 0.30.212 -Release: %release_func 1 +Release: %release_func 2 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ @@ -38,8 +38,6 @@ BuildRequires: mount vconfig gawk iproute iptables BuildRequires: gcc-c++ wget which diffutils BuildRequires: e2fsprogs-devel beecrypt-devel BuildRequires: doxygen tetex-latex graphviz ghostscript -## dietlibc is not available for PPC -ExcludeArch: ppc Requires(post): %name-core Requires(pre): %pkglibdir Requires(postun): %pkglibdir @@ -350,6 +348,9 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Fri Jan 19 2007 David Woodhouse - 0.30.212-2 +- rebuilt with PPC support + * Sun Dec 10 2006 Enrico Scholz - 0.30.212-1 - updated to 0.30.212 - updated URLs From 181502448eeb377ace01f5b2f6ace897b29c8500 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 19 Jan 2007 05:39:03 +0000 Subject: [PATCH 04/11] Deal with 64KiB page size in sigbus test --- util-vserver-0.30.212-pagesize.patch | 11 +++++++++++ util-vserver.spec | 9 +++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 util-vserver-0.30.212-pagesize.patch diff --git a/util-vserver-0.30.212-pagesize.patch b/util-vserver-0.30.212-pagesize.patch new file mode 100644 index 0000000..d97bcc2 --- /dev/null +++ b/util-vserver-0.30.212-pagesize.patch @@ -0,0 +1,11 @@ +--- util-vserver-0.30.212/lib_internal/testsuite/sigbus.c~ 2006-12-10 03:15:34.000000000 +1100 ++++ util-vserver-0.30.212/lib_internal/testsuite/sigbus.c 2007-01-19 16:23:31.000000000 +1100 +@@ -33,7 +33,7 @@ + + int wrapper_exit_code = 1; + +-#define TEST_BLOCKSIZE 0x10000 ++#define TEST_BLOCKSIZE 0x20000 + static bool is_gremlin = false; + static int sync_p[2]; + diff --git a/util-vserver.spec b/util-vserver.spec index b91c180..3fb2842 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -21,12 +21,14 @@ Summary: Linux virtual server utilities Name: util-vserver Version: 0.30.212 -Release: %release_func 2 +Release: %release_func 3 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 @@ -165,7 +167,7 @@ develop VServer related applications. %prep %setup -q - +%patch0 -p1 %build %configure --with-initrddir=%_initrddir --enable-release \ @@ -348,6 +350,9 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Fri Jan 19 2007 David Woodhouse - 0.30.212-3 +- Build with 64KiB page size + * Fri Jan 19 2007 David Woodhouse - 0.30.212-2 - rebuilt with PPC support From 94e0cf5dd88ce0f4ead8d5baa3aa1f31bd362586 Mon Sep 17 00:00:00 2001 From: ensc Date: Fri, 1 Jun 2007 07:10:45 +0000 Subject: [PATCH 05/11] - updated to 0.30.213 - disabled dietlibc build for PPC64 - enabled support for 'util-vserver' initscript - BR some tools tested by ./configure --- sources | 4 ++-- util-vserver-0.30.212-pagesize.patch | 11 ----------- util-vserver.spec | 28 ++++++++++++++++++++++------ 3 files changed, 24 insertions(+), 19 deletions(-) delete mode 100644 util-vserver-0.30.212-pagesize.patch diff --git a/sources b/sources index 4bd109f..744053d 100644 --- a/sources +++ b/sources @@ -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 diff --git a/util-vserver-0.30.212-pagesize.patch b/util-vserver-0.30.212-pagesize.patch deleted file mode 100644 index d97bcc2..0000000 --- a/util-vserver-0.30.212-pagesize.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- util-vserver-0.30.212/lib_internal/testsuite/sigbus.c~ 2006-12-10 03:15:34.000000000 +1100 -+++ util-vserver-0.30.212/lib_internal/testsuite/sigbus.c 2007-01-19 16:23:31.000000000 +1100 -@@ -33,7 +33,7 @@ - - int wrapper_exit_code = 1; - --#define TEST_BLOCKSIZE 0x10000 -+#define TEST_BLOCKSIZE 0x20000 - static bool is_gremlin = false; - static int sync_p[2]; - diff --git a/util-vserver.spec b/util-vserver.spec index 3fb2842..59b0232 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -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) @@ -40,11 +46,12 @@ BuildRequires: mount vconfig gawk iproute iptables 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 @@ -167,7 +174,7 @@ develop VServer related applications. %prep %setup -q -%patch0 -p1 + %build %configure --with-initrddir=%_initrddir --enable-release \ @@ -218,7 +225,7 @@ test "$1" != 0 || rm -rf %_localstatedir/cache/vservers/* 2>/dev/null || : %post sysv %chkconfig --add vservers-default %chkconfig --add vprocunhide - +%chkconfig --add util-vserver %preun sysv @@ -226,6 +233,7 @@ test "$1" != 0 || %_initrddir/vprocunhide stop &>/dev/null || : test "$1" != 0 || %chkconfig --del vprocunhide test "$1" != 0 || %chkconfig --del vservers-default +test "$1" != 0 || %chkconfig --del util-vserver %postun sysv @@ -350,6 +358,14 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Thu May 31 2007 Enrico Scholz - 0.30.213-1 +- updated to 0.30.213 +- disabled dietlibc build for PPC64 +- enabled support for 'util-vserver' initscript + +* Fri Apr 20 2007 Enrico Scholz - 0.30.212-4 +- BR some tools tested by ./configure + * Fri Jan 19 2007 David Woodhouse - 0.30.212-3 - Build with 64KiB page size From 01a398fdb1cf7398190775465d9b3e86e0db8f76 Mon Sep 17 00:00:00 2001 From: ensc Date: Sat, 4 Aug 2007 10:52:07 +0000 Subject: [PATCH 06/11] added patch to make 'vyum' work with a patched yum-3.2 --- util-vserver-0.30.213-yum32.patch | 11 +++++++++++ util-vserver.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 util-vserver-0.30.213-yum32.patch diff --git a/util-vserver-0.30.213-yum32.patch b/util-vserver-0.30.213-yum32.patch new file mode 100644 index 0000000..f6dab44 --- /dev/null +++ b/util-vserver-0.30.213-yum32.patch @@ -0,0 +1,11 @@ +--- util-vserver-0.30.213/scripts/vyum-worker.yum32 ++++ util-vserver-0.30.213/scripts/vyum-worker +@@ -60,7 +60,7 @@ case $($yum --version|tail -n 1) in + (2.[012345]*) + check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))' + ;; +- (2.[6789]*|3.0*) ++ (2.[6789]*|3.[012]*) + check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))' + ;; + (*) diff --git a/util-vserver.spec b/util-vserver.spec index 59b0232..7b7464e 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -28,12 +28,13 @@ Summary: Linux virtual server utilities Name: util-vserver Version: 0.30.213 -Release: %release_func 1 +Release: %release_func 2 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.213-yum32.patch BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) @@ -174,6 +175,7 @@ develop VServer related applications. %prep %setup -q +%patch0 -p1 -b .yum32 %build @@ -358,6 +360,9 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Sat Aug 4 2007 Enrico Scholz - 0.30.213-2 +- added patch to make 'vyum' work with a patched yum-3.2 + * Thu May 31 2007 Enrico Scholz - 0.30.213-1 - updated to 0.30.213 - disabled dietlibc build for PPC64 From ec2e3e41f8816ddf2f289ac47d393eba23b0966c Mon Sep 17 00:00:00 2001 From: ensc Date: Mon, 3 Sep 2007 07:57:45 +0000 Subject: [PATCH 07/11] updated to 0.30.214 --- sources | 4 ++-- util-vserver-0.30.213-yum32.patch | 11 ----------- util-vserver-0.30.214-stat.patch | 14 ++++++++++++++ util-vserver.spec | 17 ++++++++--------- 4 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 util-vserver-0.30.213-yum32.patch create mode 100644 util-vserver-0.30.214-stat.patch diff --git a/sources b/sources index 744053d..b7bc5b6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2a444e725f7789f751ade259a38553ed util-vserver-0.30.213.tar.bz2 -876de69ad4303e746052907867b7bb88 util-vserver-0.30.213.tar.bz2.asc +8bad879e36a6a1b9b4858d0d6d3c8c76 util-vserver-0.30.214.tar.bz2 +ce8fd758ce4d201791020f6f87f0bddf util-vserver-0.30.214.tar.bz2.asc diff --git a/util-vserver-0.30.213-yum32.patch b/util-vserver-0.30.213-yum32.patch deleted file mode 100644 index f6dab44..0000000 --- a/util-vserver-0.30.213-yum32.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- util-vserver-0.30.213/scripts/vyum-worker.yum32 -+++ util-vserver-0.30.213/scripts/vyum-worker -@@ -60,7 +60,7 @@ case $($yum --version|tail -n 1) in - (2.[012345]*) - check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))' - ;; -- (2.[6789]*|3.0*) -+ (2.[6789]*|3.[012]*) - check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))' - ;; - (*) diff --git a/util-vserver-0.30.214-stat.patch b/util-vserver-0.30.214-stat.patch new file mode 100644 index 0000000..c33ef4c --- /dev/null +++ b/util-vserver-0.30.214-stat.patch @@ -0,0 +1,14 @@ +Index: lib_internal/util-safechdir.h +=================================================================== +--- lib_internal/util-safechdir.h (revision 2605) ++++ lib_internal/util-safechdir.h (working copy) +@@ -19,7 +19,8 @@ + #ifndef H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H + #define H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H + +-struct stat; ++#include ++ + int safeChdir(char const *, struct stat const *exp_stat) NONNULL((1,2)); + + #define EsafeChdir(PATH,EXP_STAT) \ diff --git a/util-vserver.spec b/util-vserver.spec index 7b7464e..d835ba4 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -6,13 +6,9 @@ ## Fedora Extras specific customization below... -%ifarch ppc64 -%bcond_with dietlibc -%else %bcond_without dietlibc -%endif - %bcond_with xalan + ## %global confdir %_sysconfdir/vservers @@ -27,14 +23,14 @@ Summary: Linux virtual server utilities Name: util-vserver -Version: 0.30.213 -Release: %release_func 2 +Version: 0.30.214 +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.213-yum32.patch +Patch0: util-vserver-0.30.214-stat.patch BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) @@ -175,7 +171,7 @@ develop VServer related applications. %prep %setup -q -%patch0 -p1 -b .yum32 +%patch0 -p0 -b .stat %build @@ -360,6 +356,9 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Mon Sep 3 2007 Enrico Scholz - 0.30.214-1 +- updated to 0.30.214 + * Sat Aug 4 2007 Enrico Scholz - 0.30.213-2 - added patch to make 'vyum' work with a patched yum-3.2 From 0c873542913d798fbf4201986d0972a8776f1bde Mon Sep 17 00:00:00 2001 From: ensc Date: Mon, 3 Sep 2007 17:56:55 +0000 Subject: [PATCH 08/11] disabled dietlibc build for ppc64 again --- util-vserver.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util-vserver.spec b/util-vserver.spec index d835ba4..0a30eaf 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -6,7 +6,12 @@ ## Fedora Extras specific customization below... +%ifarch ppc64 +%bcond_with dietlibc +%else %bcond_without dietlibc +%endif + %bcond_with xalan ## From 974ece4b571121d9dae327334d1151119bae1246 Mon Sep 17 00:00:00 2001 From: ensc Date: Wed, 19 Sep 2007 20:11:18 +0000 Subject: [PATCH 09/11] - fixed upgrade path from 0.30.213 to 0.30.214; rpm fails to handle when a directory becomes a symlink. Hence, remove the 'etch' directory in %%pre --- util-vserver.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/util-vserver.spec b/util-vserver.spec index 0a30eaf..bc70af3 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -29,7 +29,7 @@ Summary: Linux virtual server utilities Name: util-vserver Version: 0.30.214 -Release: %release_func 1 +Release: %release_func 2 License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ @@ -261,6 +261,9 @@ copy fedora /etc/pki/rpm-gpg/RPM-GPG-* copy centos /usr/share/doc/centos-*/RPM-GPG-KEY-* +%pre build +d=%_libdir/util-vserver/distributions/etch; test x"$1" = x1 -o ! -d "$d" -o -L "$d" || rm -rf "$d" || : + %post build test -d /vservers/.hash || mkdir -m0700 /vservers/.hash @@ -361,6 +364,11 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %changelog +* Wed Sep 19 2007 Enrico Scholz - 0.30.214-2 +- fixed upgrade path from 0.30.213 to 0.30.214; rpm fails to handle when + a directory becomes a symlink. Hence, remove the 'etch' directory in + %%pre + * Mon Sep 3 2007 Enrico Scholz - 0.30.214-1 - updated to 0.30.214 From ba35af2fc237e5adc6cdfb28b9efd9c75506e2f5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:16:41 +0000 Subject: [PATCH 10/11] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca269bd..ec2f183 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := util-vserver SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 15bf1f3002ec011a845e459c819092ddec64f823 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:50:50 +0000 Subject: [PATCH 11/11] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index ec2f183..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: util-vserver -# $Id$ -NAME := util-vserver -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6