[fedora-packager] Fix URL of fedoradev-pkgowners (BZ #575517.)

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Aug 27 16:44:42 UTC 2011


commit cbcaf153ecd6adca85b8b95b646fd5009ccc9d3f
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sat Aug 27 19:44:25 2011 +0300

    Fix URL of fedoradev-pkgowners (BZ #575517.)

 fedora-packager.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index e8dbdd4..5d9af4a 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,13 +4,15 @@
 
 Name:           fedora-packager
 Version:        0.5.9.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            https://fedorahosted.org/fedora-packager
 Source0:        https://fedorahosted.org/releases/f/e/fedora-packager/fedora-packager-%{version}.tar.bz2
+# Patch correct url for fedoradev-pkgowners to work correctly
+Patch0:         fedora-packager-0.5.9.2-pkgowners-url.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -29,7 +31,7 @@ BuildArch:      noarch
 Set of utilities useful for a fedora packager in setting up their environment.
 
 %package     -n fedpkg
-Summary:        fedora utility for working with dist-git
+Summary:        Fedora utility for working with dist-git
 Group:          Applications/Databases
 Requires:       GitPython >= 0.2.0, python-argparse
 Requires:       python-pycurl, koji, python-fedora
@@ -44,7 +46,7 @@ Provides the fedpkg command for working with dist-git
 
 
 %package     -n fedora-cert
-Summary:        fedora-cert tool and python library
+Summary:        Fedora certificate tool and python library
 Group:          Applications/Databases
 Requires:       pyOpenSSL
 Requires:       python-pycurl
@@ -58,6 +60,7 @@ Provides fedora-cert and the fedora_cert python library
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 27 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.5.9.2-2
+- Fix operating URL of fedoradev-pkgowners (BZ #575517).
+
 * Sun May 22 2011 Jesse Keating <jkeating at redhat.com> - 0.5.9.2-1
 - Strip the .py off of fixbranches (jkeating)
 - Unconditionally check for new branch style (jkeating)


More information about the scm-commits mailing list