summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <pavel@raiskup.cz>2013-01-20 13:30:05 +0100
committerPavel Raiskup <pavel@raiskup.cz>2013-01-20 13:30:05 +0100
commitd175695c260d10d72aa78b9e8bd1127bfea4767e (patch)
treecdc33e3b350cfec292a3ca5a568b199b871ecdc6
parent1d48cf76bdb00db6caa75506c1bc32855de73b3d (diff)
downloadpybugz-d175695c260d10d72aa78b9e8bd1127bfea4767e.tar.gz
pybugz-d175695c260d10d72aa78b9e8bd1127bfea4767e.tar.xz
pybugz-d175695c260d10d72aa78b9e8bd1127bfea4767e.zip
Make the Red Hat bugzilla default in Fedora
-rw-r--r--pybugz-0.10git69cd7-downstream.patch11
-rw-r--r--pybugz.spec1
2 files changed, 7 insertions, 5 deletions
diff --git a/pybugz-0.10git69cd7-downstream.patch b/pybugz-0.10git69cd7-downstream.patch
index 167493f..cba1e83 100644
--- a/pybugz-0.10git69cd7-downstream.patch
+++ b/pybugz-0.10git69cd7-downstream.patch
@@ -1,4 +1,4 @@
-From f456eed82305019b8bd31146d4368e10ee33106a Mon Sep 17 00:00:00 2001
+From f460154895387f5f26bdd0fb5cebd7ed24175dba Mon Sep 17 00:00:00 2001
From: Pavel Raiskup <pavel@raiskup.cz>
Date: Sun, 20 Jan 2013 10:33:59 +0100
Subject: [PATCH] Downstream patch to follow
@@ -14,11 +14,11 @@ Subject: [PATCH] Downstream patch to follow
bugzrc.example | 61 --------------
conf/conf.d/gentoo.conf | 3 +
conf/conf.d/redhat.conf | 3 +
- conf/pybugz.conf | 122 +++++++++++++++++++++++++++
+ conf/pybugz.conf | 123 ++++++++++++++++++++++++++++
lbugz | 2 +-
man/bugz.1 | 12 ++-
setup.py | 4 +
- 13 files changed, 521 insertions(+), 232 deletions(-)
+ 13 files changed, 522 insertions(+), 232 deletions(-)
create mode 100644 bugz/errhandling.py
create mode 100644 bugz/log.py
delete mode 100644 bugzrc.example
@@ -969,10 +969,10 @@ index 0000000..0f50fb7
+query_statuses = NEW ASSIGNED MODIFIED ON_DEV POST
diff --git a/conf/pybugz.conf b/conf/pybugz.conf
new file mode 100644
-index 0000000..ff21972
+index 0000000..236bd11
--- /dev/null
+++ b/conf/pybugz.conf
-@@ -0,0 +1,122 @@
+@@ -0,0 +1,123 @@
+# ===========================================================================
+# The "root" configuration file of PyBugz bugzilla interface.
+# ===========================================================================
@@ -1095,6 +1095,7 @@ index 0000000..ff21972
+type = settings
+homeconf = ~/.bugzrc
+confdir = /etc/pybugz/conf.d/
++default = RedHat
diff --git a/lbugz b/lbugz
index f1b1b7a..2329859 100755
--- a/lbugz
diff --git a/pybugz.spec b/pybugz.spec
index 56e6c5d..3df6a75 100644
--- a/pybugz.spec
+++ b/pybugz.spec
@@ -85,6 +85,7 @@ mkdir -p %{buildroot}%{_docdir}
- apply downstream patches to reflect https://github.com/praiskup/pybugz
it allows hierarchy of configuration files and a bit better error handling
- update URL as upstream is now on github
+- make the RedHat bugzilla default
* Mon Oct 01 2012 Pavel Raiskup <praiskup@redhat.com> - 0.10-1
- rebase to 0.10