rpms/mirrormanager/EL-5 .cvsignore, 1.7, 1.8 mirrormanager.spec, 1.6, 1.7 sources, 1.7, 1.8

Matt Domsch mdomsch at fedoraproject.org
Mon Apr 6 16:42:06 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9511

Modified Files:
	.cvsignore mirrormanager.spec sources 
Log Message:
update to 1.2.10


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/EL-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	23 Feb 2009 16:35:20 -0000	1.7
+++ .cvsignore	6 Apr 2009 16:41:36 -0000	1.8
@@ -1 +1 @@
-mirrormanager-1.2.9.tar.bz2
+mirrormanager-1.2.10.tar.bz2


Index: mirrormanager.spec
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/EL-5/mirrormanager.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mirrormanager.spec	23 Feb 2009 16:35:20 -0000	1.6
+++ mirrormanager.spec	6 Apr 2009 16:41:36 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           mirrormanager
-Version:        1.2.9
+Version:        1.2.10
 Release:        1%{?dist}
 Summary:        Fedora mirror management system
 BuildArch:      noarch
@@ -9,10 +9,15 @@
 URL:            http://fedorahosted.org/mirrormanager
 Source0:        https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
 BuildRequires:  python
 Requires:       TurboGears, python-IPy, python-GeoIP, wget, yum
 
+%include /usr/lib/rpm/macros.python
+%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.
@@ -53,6 +58,7 @@
 %dir %{_sysconfdir}/%{name}/
 %{_datadir}/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
+%config(noreplace) %{_sysconfdir}/httpd/conf.d/mirrormanager.conf
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mirrorlist-server.conf
 %doc LICENSES LICENSE-MIT-X11 LICENSE-GPLv2 LICENSE-GPLv3
 %doc server/*.cfg
@@ -62,10 +68,19 @@
 %{_bindir}/report_mirror
 %dir %{_sysconfdir}/%{name}-client
 %config(noreplace) %{_sysconfdir}/%{name}-client/report_mirror.conf
-%doc LICENSE-MIT-X11
+%doc LICENSE-MIT-X11 client/README
 
 
 %changelog
+* Mon Apr  6 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.10-1
+- improved crawler repomd.xml verification
+- improved publiclist generation
+- fix categorymap logic
+- WSGI-ify web application
+- vastly speed up report_mirror (no more stat()s on every file)
+- vastly speed up umdl
+- add rsyncFilter
+
 * Mon Feb 23 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.9-1
 - Adrian Reber:
       mirrorlist-server: check values returned by geoip before printing


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	23 Feb 2009 16:35:20 -0000	1.7
+++ sources	6 Apr 2009 16:41:36 -0000	1.8
@@ -1 +1 @@
-e14bf560359ffcf9f48f367abc4a8000  mirrormanager-1.2.9.tar.bz2
+688893a7c3d56611dbd079dc1fe770e3  mirrormanager-1.2.10.tar.bz2




More information about the scm-commits mailing list