rpms/preupgrade/F-12 preupgrade.spec, 1.24, 1.25 releases.txt, 1.3, 1.4 sources, 1.16, 1.17

Richard Hughes rhughes at fedoraproject.org
Mon Apr 26 11:17:03 UTC 2010


Author: rhughes

Update of /cvs/pkgs/rpms/preupgrade/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9383

Modified Files:
	preupgrade.spec releases.txt sources 
Log Message:
* Mon Apr 26 2010 Richard Hughes <richard at hughsie.com> - 1.1.5-1
- New upstream release.



Index: preupgrade.spec
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/F-12/preupgrade.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- preupgrade.spec	16 Apr 2010 12:44:42 -0000	1.24
+++ preupgrade.spec	26 Apr 2010 11:17:03 -0000	1.25
@@ -1,16 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define alphatag .20100416git
 
 Summary: Prepares a system for an upgrade
 Name: preupgrade
 Version: 1.1.5
-Release: 0.1%{?alphatag}%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
-Group: System Environment/Base
 Source: https://fedorahosted.org/releases/p/r/preupgrade/%{name}-%{version}.tar.bz2
 Source1: http://mirrors.fedoraproject.org/releases.txt
 URL: https://fedorahosted.org/preupgrade/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires: python >= 2.1, rpm-python, rpm >= 0:4.1.1
 # preupgrade-gui requires pygtk2 and libglade
@@ -33,6 +30,7 @@ Requires: util-linux-ng >= 2.15.1
 %else
 Requires: e2fsprogs
 %endif
+BuildRequires: intltool
 BuildRequires: desktop-file-utils, python
 # preupgrade's use of long append="..." strings will break older yaboot
 # and thus render ppc systems unbootable - see bug #471321
@@ -50,7 +48,6 @@ and then setting up your system to perfo
 # no op
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 ln -s consolehelper $RPM_BUILD_ROOT/%{_bindir}/%{name}
@@ -62,9 +59,6 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_RO
 
 %find_lang %name
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-, root, root)
 %dir %{_datadir}/%{name}
@@ -79,6 +73,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/%{name}
 
 %changelog
+* Mon Apr 26 2010 Richard Hughes <richard at hughsie.com> - 1.1.5-1
+- New upstream release.
+
+* Fri Apr 16 2010 Richard Hughes <richard at hughsie.com> - 1.1.5-0.1
+- New snapshot from git master fixing several issues
+- Resolves: #562036, #575400, #572148
+
 * Fri Apr 16 2010 Richard Hughes <richard at hughsie.com> 1.1.5-0.1.20100416git
 - Update from git
 


Index: releases.txt
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/F-12/releases.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- releases.txt	13 May 2009 22:33:02 -0000	1.3
+++ releases.txt	26 Apr 2010 11:17:03 -0000	1.4
@@ -36,6 +36,21 @@ version=999
 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
 #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/os
 
+[Fedora 13 (Branch)]
+stable=False
+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/development/13/$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
+
 [Fedora 11 (Leonidas)]
 stable=True
 preupgrade-ok=True
@@ -49,14 +64,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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/preupgrade/F-12/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	16 Apr 2010 12:44:42 -0000	1.16
+++ sources	26 Apr 2010 11:17:03 -0000	1.17
@@ -1 +1,2 @@
-a8fdb3650c28eb30d5eeff32d515033d  preupgrade-1.1.5.tar.bz2
+6e72fb69d6b22f910ffeb16fee678b31  preupgrade-1.1.5.tar.bz2
+



More information about the scm-commits mailing list