From: Daniel Hokka Zakrisson Date: Tue, 9 Jun 2009 13:36:47 +0000 (+0000) Subject: Add F10 and F11. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c380e1287db37204e4a1d4b51d88598810b4e4f;p=util-vserver.git Add F10 and F11. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2837 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/distrib/Makefile.am b/distrib/Makefile.am index bf4b773..6e4592c 100644 --- a/distrib/Makefile.am +++ b/distrib/Makefile.am @@ -51,27 +51,33 @@ nobase_distrib_DATA = defaults/devs \ fc2/apt/rpmpriorities fc2/pkgs/01 fc2/pkgs/02 \ fc3/apt/rpmpriorities fc3/pkgs/01 fc3/pkgs/02 fc3/pkgs/03 \ fc3/yum/yum.conf $(wildcard $(srcdir)/fc3/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/fc3/rpmlist.d/*.lst) $(wildcard $(srcdir)/c3/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/fc3/rpmlist.d/*.lst) $(wildcard $(srcdir)/fc3/rpmlist.d/*.opt) \ fc4/apt/rpmpriorities fc4/pkgs/01 fc4/pkgs/02 fc4/pkgs/03 \ fc4/yum/yum.conf $(wildcard $(srcdir)/fc4/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/fc4/rpmlist.d/*.lst) $(wildcard $(srcdir)/c4/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/fc4/rpmlist.d/*.lst) $(wildcard $(srcdir)/fc4/rpmlist.d/*.opt) \ fc5/apt/rpmpriorities fc5/pkgs/01 fc5/pkgs/02 fc5/pkgs/03 \ fc5/yum/yum.conf $(wildcard $(srcdir)/fc5/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/fc5/rpmlist.d/*.lst) $(wildcard $(srcdir)/c5/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/fc5/rpmlist.d/*.lst) $(wildcard $(srcdir)/fc5/rpmlist.d/*.opt) \ fc6/apt/rpmpriorities fc6/pkgs/01 fc6/pkgs/02 fc6/pkgs/03 \ fc6/yum/yum.conf $(wildcard $(srcdir)/fc6/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/fc6/rpmlist.d/*.lst) $(wildcard $(srcdir)/c6/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/fc6/rpmlist.d/*.lst) $(wildcard $(srcdir)/fc6/rpmlist.d/*.opt) \ f7/apt/rpmpriorities f7/pkgs/01 f7/pkgs/02 f7/pkgs/03 \ f7/yum/yum.conf $(wildcard $(srcdir)/f7/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/f7/rpmlist.d/*.lst) $(wildcard $(srcdir)/7/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/f7/rpmlist.d/*.lst) $(wildcard $(srcdir)/f7/rpmlist.d/*.opt) \ f8/apt/rpmpriorities f8/pkgs/01 f8/pkgs/02 f8/pkgs/03 \ f8/yum/yum.conf $(wildcard $(srcdir)/f8/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/f8/rpmlist.d/*.lst) $(wildcard $(srcdir)/8/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/f8/rpmlist.d/*.lst) $(wildcard $(srcdir)/f8/rpmlist.d/*.opt) \ $(wildcard $(srcdir)/f8/pubkeys/RPM-GPG*) \ f9/pkgs/01 f9/pkgs/02 f9/pkgs/03 f9/yum/yum.conf \ $(wildcard $(srcdir)/f9/yum.repos.d/*.repo) \ - $(wildcard $(srcdir)/f9/rpmlist.d/*.lst) $(wildcard $(srcdir)/9/rpmlist.d/*.opt) \ + $(wildcard $(srcdir)/f9/rpmlist.d/*.lst) $(wildcard $(srcdir)/f9/rpmlist.d/*.opt) \ $(wildcard $(srcdir)/f9/pubkeys/RPM-GPG*) \ + f10/pkgs/01 f10/pkgs/02 f10/pkgs/03 f10/yum/yum.conf \ + $(wildcard $(srcdir)/f10/yum.repos.d/*.repo) \ + $(wildcard $(srcdir)/f10/rpmlist.d/*.lst) $(wildcard $(srcdir)/f10/rpmlist.d/*.opt) \ + f11/pkgs/01 f11/pkgs/02 f11/pkgs/03 f11/yum/yum.conf \ + $(wildcard $(srcdir)/f11/yum.repos.d/*.repo) \ + $(wildcard $(srcdir)/f11/rpmlist.d/*.lst) $(wildcard $(srcdir)/f11/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 \ @@ -99,7 +105,7 @@ EXTRA_DIST = $(nobase_distrib_DATA) \ $(nobase_confdistrib_DATA) \ $(defaults_DATA) -redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 f7 f8 f9 centos4 centos5 +redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 f7 f8 f9 f10 f11 centos4 centos5 sid_style = etch lenny sid install-exec-hook: install-notify-xtra diff --git a/distrib/f10/pkgs/01 b/distrib/f10/pkgs/01 new file mode 100644 index 0000000..1a5ef72 --- /dev/null +++ b/distrib/f10/pkgs/01 @@ -0,0 +1 @@ +glibc diff --git a/distrib/f10/pkgs/02 b/distrib/f10/pkgs/02 new file mode 100644 index 0000000..9ec5d2b --- /dev/null +++ b/distrib/f10/pkgs/02 @@ -0,0 +1,3 @@ +--reinstall + +filesystem diff --git a/distrib/f10/pkgs/03 b/distrib/f10/pkgs/03 new file mode 100644 index 0000000..218b1e6 --- /dev/null +++ b/distrib/f10/pkgs/03 @@ -0,0 +1,2 @@ +coreutils +initscripts diff --git a/distrib/f10/rpmlist.d/00.lst b/distrib/f10/rpmlist.d/00.lst new file mode 100644 index 0000000..d8db857 --- /dev/null +++ b/distrib/f10/rpmlist.d/00.lst @@ -0,0 +1,10 @@ +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 +setup-*.rpm +tzdata-*.rpm diff --git a/distrib/f10/yum.repos.d/fedora-updates-testing.repo b/distrib/f10/yum.repos.d/fedora-updates-testing.repo new file mode 100644 index 0000000..b471fb1 --- /dev/null +++ b/distrib/f10/yum.repos.d/fedora-updates-testing.repo @@ -0,0 +1,26 @@ +[updates-testing] +name=Fedora 10 - $basearch - Test Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/$basearch/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-fedora-test-$basearch + +[updates-testing-debuginfo] +name=Fedora 10 - $basearch - Test Updates Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/$basearch/debug/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-fedora-test-$basearch + +[updates-testing-source] +name=Fedora 10 - Test Updates Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/SRPMS/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-fedora-test-$basearch diff --git a/distrib/f10/yum.repos.d/fedora-updates.repo b/distrib/f10/yum.repos.d/fedora-updates.repo new file mode 100644 index 0000000..6b15b7c --- /dev/null +++ b/distrib/f10/yum.repos.d/fedora-updates.repo @@ -0,0 +1,26 @@ +[updates] +name=Fedora 10 - $basearch - Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/10/$basearch/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch +enabled=1 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-debuginfo] +name=Fedora 10 - $basearch - Updates - Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/10/$basearch/debug/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-source] +name=Fedora 10 - Updates Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/10/SRPMS/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch diff --git a/distrib/f10/yum.repos.d/fedora.repo b/distrib/f10/yum.repos.d/fedora.repo new file mode 100644 index 0000000..a273aa3 --- /dev/null +++ b/distrib/f10/yum.repos.d/fedora.repo @@ -0,0 +1,26 @@ +[fedora] +name=Fedora 10 - $basearch +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/10/Everything/$basearch/os/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch +enabled=1 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-$basearch + +[fedora-debuginfo] +name=Fedora 10 - $basearch - Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/10/Everything/$basearch/debug/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-$basearch + +[fedora-source] +name=Fedora 10 - Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/10/Everything/source/SRPMS/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-10&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/$basearch/os/RPM-GPG-KEY-$basearch diff --git a/distrib/f10/yum/yum.conf b/distrib/f10/yum/yum.conf new file mode 100644 index 0000000..cd0ccc9 --- /dev/null +++ b/distrib/f10/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 diff --git a/distrib/f11/pkgs/01 b/distrib/f11/pkgs/01 new file mode 100644 index 0000000..1a5ef72 --- /dev/null +++ b/distrib/f11/pkgs/01 @@ -0,0 +1 @@ +glibc diff --git a/distrib/f11/pkgs/02 b/distrib/f11/pkgs/02 new file mode 100644 index 0000000..9ec5d2b --- /dev/null +++ b/distrib/f11/pkgs/02 @@ -0,0 +1,3 @@ +--reinstall + +filesystem diff --git a/distrib/f11/pkgs/03 b/distrib/f11/pkgs/03 new file mode 100644 index 0000000..218b1e6 --- /dev/null +++ b/distrib/f11/pkgs/03 @@ -0,0 +1,2 @@ +coreutils +initscripts diff --git a/distrib/f11/rpmlist.d/00.lst b/distrib/f11/rpmlist.d/00.lst new file mode 100644 index 0000000..c825733 --- /dev/null +++ b/distrib/f11/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/f11/yum.repos.d/fedora-updates-testing.repo b/distrib/f11/yum.repos.d/fedora-updates-testing.repo new file mode 100644 index 0000000..37fc490 --- /dev/null +++ b/distrib/f11/yum.repos.d/fedora-updates-testing.repo @@ -0,0 +1,26 @@ +[updates-testing] +name=Fedora 11 - $basearch - Test Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/11/$basearch/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-test-$basearch + +[updates-testing-debuginfo] +name=Fedora 11 - $basearch - Test Updates Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/11/$basearch/debug/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-test-$basearch + +[updates-testing-source] +name=Fedora 11 - Test Updates Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/11/SRPMS/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-test-$basearch diff --git a/distrib/f11/yum.repos.d/fedora-updates.repo b/distrib/f11/yum.repos.d/fedora-updates.repo new file mode 100644 index 0000000..8bc086e --- /dev/null +++ b/distrib/f11/yum.repos.d/fedora-updates.repo @@ -0,0 +1,26 @@ +[updates] +name=Fedora 11 - $basearch - Updates +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/11/$basearch/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch +enabled=1 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-debuginfo] +name=Fedora 11 - $basearch - Updates - Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/11/$basearch/debug/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[updates-source] +name=Fedora 11 - Updates Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/11/SRPMS/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch diff --git a/distrib/f11/yum.repos.d/fedora.repo b/distrib/f11/yum.repos.d/fedora.repo new file mode 100644 index 0000000..8ee1736 --- /dev/null +++ b/distrib/f11/yum.repos.d/fedora.repo @@ -0,0 +1,26 @@ +[fedora] +name=Fedora 11 - $basearch +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/11/Everything/$basearch/os/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch +enabled=1 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[fedora-debuginfo] +name=Fedora 11 - $basearch - Debug +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/11/Everything/$basearch/debug/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch + +[fedora-source] +name=Fedora 11 - Source +failovermethod=priority +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/11/Everything/source/SRPMS/ +mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-11&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/$basearch/os/RPM-GPG-KEY-fedora-$basearch diff --git a/distrib/f11/yum/yum.conf b/distrib/f11/yum/yum.conf new file mode 100644 index 0000000..cd0ccc9 --- /dev/null +++ b/distrib/f11/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