From 777782f86eaaa2421f5c7090cb75c91395164fb1 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sun, 24 Jun 2007 21:28:18 +0000 Subject: [PATCH] Add Fedora 7. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2553 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- distrib/Makefile.am | 6 +++- distrib/f7/apt/rpmpriorities | 7 ++++ distrib/f7/apt/sources.list | 7 ++++ distrib/f7/pkgs/01 | 1 + distrib/f7/pkgs/02 | 3 ++ distrib/f7/pkgs/03 | 2 ++ distrib/f7/rpmlist.d/00.lst | 7 ++++ distrib/f7/yum.repos.d/fedora-development.repo | 42 ++++++++++++++++++++++ distrib/f7/yum.repos.d/fedora-updates-testing.repo | 23 ++++++++++++ distrib/f7/yum.repos.d/fedora-updates.repo | 23 ++++++++++++ distrib/f7/yum/yum.conf | 10 ++++++ 11 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 distrib/f7/apt/rpmpriorities create mode 100644 distrib/f7/apt/sources.list create mode 100644 distrib/f7/pkgs/01 create mode 100644 distrib/f7/pkgs/02 create mode 100644 distrib/f7/pkgs/03 create mode 100644 distrib/f7/rpmlist.d/00.lst create mode 100644 distrib/f7/yum.repos.d/fedora-development.repo create mode 100644 distrib/f7/yum.repos.d/fedora-updates-testing.repo create mode 100644 distrib/f7/yum.repos.d/fedora-updates.repo create mode 100644 distrib/f7/yum/yum.conf diff --git a/distrib/Makefile.am b/distrib/Makefile.am index d80b4bf..487116b 100644 --- a/distrib/Makefile.am +++ b/distrib/Makefile.am @@ -57,6 +57,9 @@ nobase_distrib_DATA = defaults/devs \ fc6/apt/rpmpriorities fc6/pkgs/01 fc6/pkgs/02 fc6/pkgs/03 \ fc6/yum/yum.conf $(wildcard fc6/yum.repos.d/*.repo) \ $(wildcard fc6/rpmlist.d/*.lst) $(wildcard fc6/rpmlist.d/*.opt) \ + f7/apt/rpmpriorities f7/pkgs/01 f7/pkgs/02 f7/pkgs/03 \ + f7/yum/yum.conf $(wildcard f7/yum.repos.d/*.repo) \ + $(wildcard f7/rpmlist.d/*.lst) $(wildcard f7/rpmlist.d/*.opt) \ centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \ centos4/yum/yum.conf $(wildcard centos4/yum.repos.d/*.repo) \ centos5/pkgs/01 centos5/pkgs/02 centos5/pkgs/03 \ @@ -74,6 +77,7 @@ nobase_confdistrib_DATA = rh9/apt/sources.list \ fc4/apt/sources.list \ fc5/apt/sources.list \ fc6/apt/sources.list \ + f7/apt/sources.list \ suse91/apt/sources.list AM_INSTALLCHECK_STD_OPTIONS_EXEMPT \ @@ -84,7 +88,7 @@ EXTRA_DIST = $(nobase_distrib_DATA) \ $(nobase_confdistrib_DATA) \ $(defaults_DATA) -redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 centos4 centos5 +redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 f7 centos4 centos5 install-exec-hook: install-notify-xtra install-data-hook: install-data-xtras diff --git a/distrib/f7/apt/rpmpriorities b/distrib/f7/apt/rpmpriorities new file mode 100644 index 0000000..f4a90e2 --- /dev/null +++ b/distrib/f7/apt/rpmpriorities @@ -0,0 +1,7 @@ +Essential: + basesystem + coreutils + filesystem + glibc + setup + fedora-release diff --git a/distrib/f7/apt/sources.list b/distrib/f7/apt/sources.list new file mode 100644 index 0000000..b833d31 --- /dev/null +++ b/distrib/f7/apt/sources.list @@ -0,0 +1,7 @@ +# rpm http://ftp.ultra.csn.tu-chemnitz.de/pub/mirror/fedora/core/.apt 3/i386 os patches updates + +# rpm ftp://ftp.ussg.iu.edu/pub/linux/fedora/fedora/fedora 3/i386 os updates +# rpm ftp://ftp.tu-chemnitz.de/pub/linux/fedora/fedora 3/i386 os updates +# rpm http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora 3/i386 os updates +# rpm http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/fedora/fedora 3/i386 os updates +# rpm http://download.fedora.us/fedora/fedora 3/i386 os updates diff --git a/distrib/f7/pkgs/01 b/distrib/f7/pkgs/01 new file mode 100644 index 0000000..1a5ef72 --- /dev/null +++ b/distrib/f7/pkgs/01 @@ -0,0 +1 @@ +glibc diff --git a/distrib/f7/pkgs/02 b/distrib/f7/pkgs/02 new file mode 100644 index 0000000..9ec5d2b --- /dev/null +++ b/distrib/f7/pkgs/02 @@ -0,0 +1,3 @@ +--reinstall + +filesystem diff --git a/distrib/f7/pkgs/03 b/distrib/f7/pkgs/03 new file mode 100644 index 0000000..218b1e6 --- /dev/null +++ b/distrib/f7/pkgs/03 @@ -0,0 +1,2 @@ +coreutils +initscripts diff --git a/distrib/f7/rpmlist.d/00.lst b/distrib/f7/rpmlist.d/00.lst new file mode 100644 index 0000000..85a9617 --- /dev/null +++ b/distrib/f7/rpmlist.d/00.lst @@ -0,0 +1,7 @@ +basesystem-*.rpm +filesystem-*.rpm +glibc-common-*.rpm +glibc-[0-9]*.rpm +libgcc-[0-9]*.rpm +setup-*.rpm +tzdata-*.rpm diff --git a/distrib/f7/yum.repos.d/fedora-development.repo b/distrib/f7/yum.repos.d/fedora-development.repo new file mode 100644 index 0000000..3d5861f --- /dev/null +++ b/distrib/f7/yum.repos.d/fedora-development.repo @@ -0,0 +1,42 @@ +# These packages are untested and still under development. This +# repository is used for updates to test releases, and for +# development of new releases. +# +# This repository can see significant daily turnover and major +# functionality changes which cause unexpected problems with other +# development packages. Please use these packages if you want to work +# with the Fedora developers by testing these new development packages. +# +# fedora-test-list@redhat.com is available as a discussion forum for +# testing and troubleshooting for development packages in conjunction +# with new test releases. +# +# More information is available at http://fedoraproject.org/wiki/Testing +# +# Reproducible and reportable issues should be filed at +# http://bugzilla.redhat.com/. +# +# Product: Fedora +# Version: devel + +[development] +name=Fedora - Development +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/os/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch +enabled=0 +gpgcheck=0 + +[development-debuginfo] +name=Fedora - Development - Debug +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/debug/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-debug&arch=$basearch +enabled=0 +gpgcheck=0 + +[development-source] +name=Fedora - Development - Source +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch +enabled=0 +gpgcheck=0 + diff --git a/distrib/f7/yum.repos.d/fedora-updates-testing.repo b/distrib/f7/yum.repos.d/fedora-updates-testing.repo new file mode 100644 index 0000000..ec933e4 --- /dev/null +++ b/distrib/f7/yum.repos.d/fedora-updates-testing.repo @@ -0,0 +1,23 @@ +[updates-testing] +name=Fedora 7 - $basearch - Test Updates +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/7/$basearch/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f7&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/7/Everything/$basearch/os/RPM-GPG-KEY-fedora-test + +[updates-testing-debuginfo] +name=Fedora 7 - $basearch - Test Updates Debug +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/7/$basearch/debug/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f7&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/7/Everything/$basearch/os/RPM-GPG-KEY-fedora-test + +[updates-testing-source] +name=Fedora 7 - Test Updates Source +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/7/SRPMS/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f7&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/7/Everything/$basearch/os/RPM-GPG-KEY-fedora-test diff --git a/distrib/f7/yum.repos.d/fedora-updates.repo b/distrib/f7/yum.repos.d/fedora-updates.repo new file mode 100644 index 0000000..c786e96 --- /dev/null +++ b/distrib/f7/yum.repos.d/fedora-updates.repo @@ -0,0 +1,23 @@ +[updates] +name=Fedora 7 - $basearch - Updates +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/$basearch/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=$basearch +enabled=1 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/7/Everything/$basearch/os/RPM-GPG-KEY-fedora + +[updates-debuginfo] +name=Fedora 7 - $basearch - Updates - Debug +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/$basearch/debug/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f7&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/7/Everything/$basearch/os/RPM-GPG-KEY-fedora + +[updates-source] +name=Fedora 7 - Updates Source +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/SRPMS/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f7&arch=$basearch +enabled=0 +gpgcheck=1 +gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/releases/7/Everything/$basearch/os/RPM-GPG-KEY-fedora diff --git a/distrib/f7/yum/yum.conf b/distrib/f7/yum/yum.conf new file mode 100644 index 0000000..1d21cd1 --- /dev/null +++ b/distrib/f7/yum/yum.conf @@ -0,0 +1,10 @@ +[main] +cachedir=@YUMCACHEDIR@ +reposdir=@YUMETCDIR@/yum.repos.d +debuglevel=1 +logfile=@YUMLOGDIR@/log +lockfile=@YUMLOCKDIR@/yum.pid +pkgpolicy=newest +distroverpkg=fedora-release +installonlypkgs= +exactarch=0 -- 1.8.1.5