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 d4aba39..68816bc 100644 --- a/preupgrade.spec +++ b/preupgrade.spec @@ -1,6 +1,6 @@ Summary: Prepares a system for an upgrade Name: preupgrade -Version: 1.1.8 +Version: 1.1.9 Release: 1%{?dist} License: GPLv2+ Source: https://fedorahosted.org/releases/p/r/preupgrade/%{name}-%{version}.tar.bz2 @@ -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. + * Thu Sep 09 2010 Richard Hughes - 1.1.8-1 - New upstream release. - Reinvigorate pre-upgrade-cli with the same fixes as the gui tool. diff --git a/releases.txt b/releases.txt index 1895070..7e73bb6 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 13 (Branch)] stable=False @@ -57,6 +79,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 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