From 7163fce64c4be9072c00f13148efd4c5d94a323b Mon Sep 17 00:00:00 2001 From: Ricky Zhou (周家杰) Date: Jun 11 2009 16:42:59 +0000 Subject: - Backport a patch to add a bugzilla_email entry. --- diff --git a/python-fedora-0.3.12.1-bugzilla_email.patch b/python-fedora-0.3.12.1-bugzilla_email.patch new file mode 100644 index 0000000..e17cf47 --- /dev/null +++ b/python-fedora-0.3.12.1-bugzilla_email.patch @@ -0,0 +1,13 @@ +=== modified file 'fedora/client/fas2.py' +--- fedora/client/fas2.py 2009-06-03 19:38:59 +0000 ++++ fedora/client/fas2.py 2009-06-11 16:13:05 +0000 +@@ -143,6 +143,8 @@ + 101475: 'mail@romal.de', + # Mathieu Bridon: mathieu.bridon@gmail.com + 100753: 'bochecha@fedoraproject.org', ++ # Davide Cescato: davide.cescato@iaeste.ch ++ 123204: 'ceski@fedoraproject.org', + } + # A few people have an email account that is used in owners.list but + # have setup a bugzilla account for their primary account system email + diff --git a/python-fedora.spec b/python-fedora.spec index 64583b8..27eb929 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -2,13 +2,14 @@ Name: python-fedora Version: 0.3.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages License: GPLv2 URL: https://fedorahosted.org/python-fedora/ Source0: https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz +Patch0: python-fedora-0.3.12.1-bugzilla_email.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -44,6 +45,7 @@ TurboGears Applications such as Bodhi, PackageDB, MirrorManager, and FAS2. %prep %setup -q +%patch0 -p0 %build paver build @@ -69,6 +71,9 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Wed Jun 11 2009 Ricky Zhou - 0.3.12.1-2 +- Backport a patch to add a bugzilla_email entry. + * Wed Jun 03 2009 Ricky Zhou - 0.3.12.1-1 - Update for new FAS release.