[mirrormanager/el6] upstream bugfix release 1.4.2

Matt Domsch mdomsch at fedoraproject.org
Wed Jul 24 04:21:43 UTC 2013


commit d932bd6c9dbeaa6054ce090b9ba063a5ea659bba
Author: Matt Domsch <matt at domsch.com>
Date:   Tue Jul 23 23:21:29 2013 -0500

    upstream bugfix release 1.4.2

 .gitignore         |    1 +
 mirrormanager.spec |   14 ++++++--------
 sources            |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfc01df..d292430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mirrormanager-1.3.6.tar.bz2
 /mirrormanager-1.3.7.tar.bz2
 /mirrormanager-1.4.0.tar.xz
 /mirrormanager-1.4.1.tar.xz
+/mirrormanager-1.4.2.tar.xz
diff --git a/mirrormanager.spec b/mirrormanager.spec
index e5a0f28..a59641d 100644
--- a/mirrormanager.spec
+++ b/mirrormanager.spec
@@ -1,5 +1,5 @@
 Name:           mirrormanager
-Version:        1.4.1
+Version:        1.4.2
 Release:        1%{?dist}
 Summary:        Fedora mirror management system
 BuildArch:      noarch
@@ -9,17 +9,12 @@ License:        MIT and GPLv2
 URL:            http://fedorahosted.org/mirrormanager
 Source0:        https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.xz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:  python
+# for tempfile.SpooledTemporaryFile at least.  RHEL6 has python 2.6 anyhow.
+BuildRequires:  python >= 2.6
 Requires:       TurboGears, python-IPy, python-GeoIP, wget, yum, psmisc, python-dns, python-fedora >= 0.3.14, python-fedora-turbogears, py-radix, mod_wsgi, python-TurboMail
 Requires:	supervisor
 Requires(pre):  shadow-utils
 
-%define py_ver         %(echo `python -c "import sys; print sys.version[:3]"`)
-%if "%{py_ver}" < "2.5"
-# for md5, sha1, sha256, which are native to python 2.5 and higher
-Requires: python-hashlib
-%endif
-
 %description
 MirrorManager tracks all the content provided on a master mirror
 server, and that of all public and private mirrors of that content.
@@ -102,6 +97,9 @@ exit 0
 %doc LICENSES LICENSE-GPLv2
 
 %changelog
+* Tue Jul 23 2013 Matt Domsch <mdomsch at fedoraproject.org> - 1.4.2-1
+- upstream bugfix release
+
 * Mon Jun 17 2013 Matt Domsch <mdomsch at fedoraproject.org> - 1.4.1-1
 - upstream 1.4.1 pure bugfix release
 
diff --git a/sources b/sources
index a472344..750e9da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d85ae1736f005b24047ee04d4ace228  mirrormanager-1.4.1.tar.xz
+3842cf17d3621219e34dd47758f1a659  mirrormanager-1.4.2.tar.xz


More information about the scm-commits mailing list