rpms/mirrormanager/devel .cvsignore, 1.6, 1.7 mirrormanager.spec, 1.8, 1.9 sources, 1.6, 1.7

Matt Domsch mdomsch at fedoraproject.org
Wed Sep 9 02:31:26 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16635

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	7 Apr 2009 16:53:08 -0000	1.6
+++ .cvsignore	9 Sep 2009 02:31:25 -0000	1.7
@@ -1 +1 @@
-mirrormanager-1.2.11.tar.bz2
+mirrormanager-1.3.0.tar.bz2


Index: mirrormanager.spec
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/mirrormanager.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mirrormanager.spec	25 Jul 2009 14:34:57 -0000	1.8
+++ mirrormanager.spec	9 Sep 2009 02:31:26 -0000	1.9
@@ -1,16 +1,16 @@
 Name:           mirrormanager
-Version:        1.2.11
-Release:        2%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        Fedora mirror management system
 BuildArch:      noarch
 
 Group:          Applications/Internet
-License:        MIT and GPLv2 and GPLv3
+License:        MIT and GPLv2
 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
+Requires:       TurboGears, python-IPy, python-GeoIP, wget, yum, psmisc, python-dns, python-fedora >= 0.3.14
 
 %define py_ver         %(echo `python -c "import sys; print sys.version[:3]"`)
 %if "%{py_ver}" < "2.5"
@@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %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 LICENSES LICENSE-MIT-X11 LICENSE-GPLv2
 %doc server/*.cfg
 
 %files client
@@ -72,8 +72,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Mon Sep  7 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.0-1
+- add CSRF protection, add Requires: python-fedora
+- add IPv6 capability
+- switch DNS lookups to use python-dns
+- other misc bugfixes
+
+* Thu Jul  9 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.12-1
+- bug fixes post F11 release
+
+* Mon Apr 20 2009 Mike McGrath <mmcgrath at fedoraproject.org> 1.2.11-2
+- Added psmisc Requires
 
 * Tue Apr  7 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.11-1
 - fix quite a few bugs from previous version


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	7 Apr 2009 16:53:08 -0000	1.6
+++ sources	9 Sep 2009 02:31:26 -0000	1.7
@@ -1 +1 @@
-e984e646df8154dcbe511fc8d384ceaa  mirrormanager-1.2.11.tar.bz2
+1be6ae3e072b88fe37d1e3cf01237820  mirrormanager-1.3.0.tar.bz2




More information about the fedora-extras-commits mailing list