15
0

- Whitespace in prep phase to ensure we build on Leap 42

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzillatools?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2018-07-18 11:52:52 +00:00
committed by Git OBS Bridge
parent f489a201ae
commit 1b1c2908e5
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 18 11:52:31 UTC 2018 - tchvatal@suse.com
- Whitespace in prep phase to ensure we build on Leap 42
-------------------------------------------------------------------
Thu May 31 10:40:54 UTC 2018 - mcepl@suse.com

View File

@@ -17,7 +17,6 @@
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bugzillatools
Version: 0.5.5
@@ -35,12 +34,12 @@ Patch1: no-bzrlib-py3k.patch
BuildRequires: %{python_module devel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
#Recommends: bzr
# File conflict for /usr/bin/bugzilla:
Conflicts: python-bugzilla
# We want to conflict even package literally called python-bugzilla
# without the python version number
Conflicts: %{oldpython}-bugzilla
#Recommends: bzr
# File conflict for /usr/bin/bugzilla:
Conflicts: python-bugzilla
BuildArch: noarch
%python_subpackages
@@ -51,6 +50,7 @@ systems that enable interaction with Bugzilla installations.
%prep
%autosetup -p1 -n bugzillatools-%{version}
sed -i "/.bugzillarc.sample/d" setup.py
%build