diff --git a/.gitignore b/.gitignore index 8dff725..ec59084 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ preupgrade-1.1.6.tar.bz2 /preupgrade-1.1.8.tar.bz2 +/preupgrade-1.1.9.tar.bz2 diff --git a/preupgrade.spec b/preupgrade.spec index 1976946..7116abc 100644 --- a/preupgrade.spec +++ b/preupgrade.spec @@ -1,7 +1,7 @@ Summary: Prepares a system for an upgrade Name: preupgrade -Version: 1.1.8 -Release: 2%{?dist} +Version: 1.1.9 +Release: 1%{?dist} License: GPLv2+ Source: https://fedorahosted.org/releases/p/r/preupgrade/%{name}-%{version}.tar.bz2 Source1: http://mirrors.fedoraproject.org/releases.txt @@ -45,7 +45,7 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/preupgrade/releases.list %files -f %{name}.lang %defattr(-, root, root) %dir %{_datadir}/%{name} -%doc ChangeLog README COPYING data/releases.txt +%doc ChangeLog README COPYING %config(noreplace) %{_sysconfdir}/pam.d/* %config(noreplace) %{_sysconfdir}/security/console.apps/* %{_datadir}/%{name}/* @@ -56,6 +56,9 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/preupgrade/releases.list %{python_sitelib}/%{name} %changelog +* Tue Mar 15 2011 Richard Hughes - 1.1.9-1 +- New upstream release. + * Wed Feb 09 2011 Fedora Release Engineering - 1.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/releases.txt b/releases.txt index 92baafb..6e1378e 100644 --- a/releases.txt +++ b/releases.txt @@ -28,13 +28,35 @@ # boot images (like Fedora 8's Everything tree) then an installurl or # installmirrorlist is required. -[Rawhide] -# Rawhide is *always* the newest - hence version 999 +[Fedora 15 (Lovelock)] stable=False preupgrade-ok=True -version=999 -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch -#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/os +version=15 +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-15&arch=$basearch +installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/development/15/$basearch/os/ + +[Fedora 14 (Laughlin)] +stable=True +preupgrade-ok=True +version=14 +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-14&arch=$basearch +installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/14/Fedora/$basearch/os + +[Fedora 13 (Goddard)] +stable=True +preupgrade-ok=True +version=13 +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=$basearch +installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/13/Fedora/$basearch/os +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/13/$basearch/os + +[Fedora 12 (Constantine)] +stable=True +preupgrade-ok=True +version=12 +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=$basearch +installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/12/Fedora/$basearch/os +eol-date=20101202 [Fedora 11 (Leonidas)] stable=True @@ -42,6 +64,7 @@ preupgrade-ok=True version=11 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/11/Fedora/$basearch/os +eol-date=20100625 [Fedora 10 (Cambridge)] stable=True @@ -49,14 +72,17 @@ preupgrade-ok=True version=10 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/10/Fedora/$basearch/os +eol-date=20091217 # You can't reliably preupgrade to these. # They're only here so we know when they've gone EOL. + [Fedora 9 (Sulphur)] stable=True version=9 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch installmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/9/Fedora/$basearch/os +eol-date=20090703 [Fedora 8 (Werewolf)] stable=True diff --git a/sources b/sources index 995649e..438619c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ab3137356103cf90436ac72eef6a2ae preupgrade-1.1.8.tar.bz2 +dab50adb4f8c7933e1b9b5308493e43e preupgrade-1.1.9.tar.bz2