From: Daniel Hokka Zakrisson Date: Mon, 29 Nov 2010 14:55:23 +0000 (+0000) Subject: Fedora 14 support. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8413fd18dfd8cca2707df198f42c1368759ca51c;p=util-vserver.git Fedora 14 support. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2925 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/distrib/Makefile.am b/distrib/Makefile.am index 646865a..ddb73d0 100644 --- a/distrib/Makefile.am +++ b/distrib/Makefile.am @@ -84,6 +84,9 @@ nobase_distrib_DATA = defaults/devs \ f13/pkgs/01 f13/pkgs/02 f13/pkgs/03 f13/yum/yum.conf \ $(wildcard $(srcdir)/f13/yum.repos.d/*.repo) \ $(wildcard $(srcdir)/f13/rpmlist.d/*.lst) $(wildcard $(srcdir)/f13/rpmlist.d/*.opt) \ + f14/pkgs/01 f14/pkgs/02 f14/pkgs/03 f14/yum/yum.conf \ + $(wildcard $(srcdir)/f14/yum.repos.d/*.repo) \ + $(wildcard $(srcdir)/f14/rpmlist.d/*.lst) $(wildcard $(srcdir)/f14/rpmlist.d/*.opt) \ centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \ centos4/yum/yum.conf $(wildcard $(srcdir)/centos4/yum.repos.d/*.repo) \ centos5/pkgs/01 centos5/pkgs/02 centos5/pkgs/03 \ @@ -111,7 +114,7 @@ EXTRA_DIST = $(nobase_distrib_DATA) \ $(nobase_confdistrib_DATA) \ $(defaults_DATA) -redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 f7 f8 f9 f10 f11 f12 f13 centos4 centos5 +redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 f7 f8 f9 f10 f11 f12 f13 f14 centos4 centos5 sid_style = etch lenny squeeze sid install-exec-hook: install-notify-xtra diff --git a/distrib/defaults/rpm/macros b/distrib/defaults/rpm/macros index f517815..cdecf66 100644 --- a/distrib/defaults/rpm/macros +++ b/distrib/defaults/rpm/macros @@ -1,4 +1,4 @@ # Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725 # you have to use at least one language beside 'C' %_install_langs C:de:en:es:fr -%_netsharedpath /dev:/etc/rc.d/init.d/halt:/sbin/new-kernel-pkg:/usr/bin/rhgb-client:/proc +%_netsharedpath /dev:/etc/rc.d/init.d/halt:/sbin/new-kernel-pkg:/usr/bin/rhgb-client:/proc:/lib/udev/devices/fuse diff --git a/distrib/f14/pkgs/01 b/distrib/f14/pkgs/01 new file mode 100644 index 0000000..1a5ef72 --- /dev/null +++ b/distrib/f14/pkgs/01 @@ -0,0 +1 @@ +glibc diff --git a/distrib/f14/pkgs/02 b/distrib/f14/pkgs/02 new file mode 100644 index 0000000..9ec5d2b --- /dev/null +++ b/distrib/f14/pkgs/02 @@ -0,0 +1,3 @@ +--reinstall + +filesystem diff --git a/distrib/f14/pkgs/03 b/distrib/f14/pkgs/03 new file mode 100644 index 0000000..218b1e6 --- /dev/null +++ b/distrib/f14/pkgs/03 @@ -0,0 +1,2 @@ +coreutils +initscripts diff --git a/distrib/f14/rpmlist.d/00.lst b/distrib/f14/rpmlist.d/00.lst new file mode 100644 index 0000000..c825733 --- /dev/null +++ b/distrib/f14/rpmlist.d/00.lst @@ -0,0 +1,11 @@ +glibc-[0-9]*.rpm +basesystem-*.rpm +bash-[0-9]*.rpm +filesystem-*.rpm +glibc-common-*.rpm +libgcc-[0-9]*.rpm +ncurses-base-[0-9]*.rpm +ncurses-libs-*.rpm +nss-softokn-freebl-*.rpm +setup-*.rpm +tzdata-*.rpm diff --git a/distrib/f14/yum.repos.d/fedora-updates-testing.repo b/distrib/f14/yum.repos.d/fedora-updates-testing.repo new file mode 100644 index 0000000..6d8c7c2 --- /dev/null +++ b/distrib/f14/yum.repos.d/fedora-updates-testing.repo @@ -0,0 +1,26 @@ +[updates-testing] +name=Fedora 14 - $basearch - Test Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/14/$basearch/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f14&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-testing-debuginfo] +name=Fedora 14 - $basearch - Test Updates Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/14/$basearch/debug/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f14&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-testing-source] +name=Fedora 14 - Test Updates Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/14/SRPMS/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f14&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch diff --git a/distrib/f14/yum.repos.d/fedora-updates.repo b/distrib/f14/yum.repos.d/fedora-updates.repo new file mode 100644 index 0000000..263488b --- /dev/null +++ b/distrib/f14/yum.repos.d/fedora-updates.repo @@ -0,0 +1,26 @@ +[updates] +name=Fedora 14 - $basearch - Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/14/$basearch/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f14&arch=$basearch +enabled=1 +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-debuginfo] +name=Fedora 14 - $basearch - Updates - Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/14/$basearch/debug/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f14&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-source] +name=Fedora 14 - Updates Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/14/SRPMS/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f14&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch diff --git a/distrib/f14/yum.repos.d/fedora.repo b/distrib/f14/yum.repos.d/fedora.repo new file mode 100644 index 0000000..aa5a361 --- /dev/null +++ b/distrib/f14/yum.repos.d/fedora.repo @@ -0,0 +1,29 @@ +[fedora] +name=Fedora 14 - $basearch +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-14&arch=$basearch +enabled=1 +metadata_expire=7d +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[fedora-debuginfo] +name=Fedora 14 - $basearch - Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/debug/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-14&arch=$basearch +enabled=0 +metadata_expire=7d +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[fedora-source] +name=Fedora 14 - Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/source/SRPMS/ +mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-14&arch=$basearch +enabled=0 +metadata_expire=7d +gpgcheck=1 +gpgkey=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/$basearch/os/RPM-GPG-KEY-fedora-$basearch diff --git a/distrib/f14/yum/yum.conf b/distrib/f14/yum/yum.conf new file mode 100644 index 0000000..cd0ccc9 --- /dev/null +++ b/distrib/f14/yum/yum.conf @@ -0,0 +1,11 @@ +[main] +cachedir=@YUMCACHEDIR@ +persistdir=@YUMLIBDIR@ +reposdir=@YUMETCDIR@/yum.repos.d +debuglevel=1 +logfile=@YUMLOGDIR@/log +lockfile=@YUMLOCKDIR@/yum.pid +pkgpolicy=newest +distroverpkg=fedora-release +installonlypkgs= +exactarch=0