forked from pool/itstool
Accepting request 749186 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/749186 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/itstool?expand=0&rev=32
This commit is contained in:
parent
a4e365744d
commit
1a553cc14a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 18 07:40:25 UTC 2019 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
- BuildRequires python3-libxml2-python for SLE and Leap 15, which
|
||||||
|
are using older version libxml2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 16:53:41 UTC 2019 - suse+build@de-korte.org
|
Tue Sep 17 16:53:41 UTC 2019 - suse+build@de-korte.org
|
||||||
|
|
||||||
|
@ -26,8 +26,13 @@ URL: http://itstool.org
|
|||||||
Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
|
Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
|
%if 0%{?sle_version}
|
||||||
|
BuildRequires: python3-libxml2-python
|
||||||
|
Requires: python3-libxml2-python
|
||||||
|
%else
|
||||||
BuildRequires: python3-libxml2
|
BuildRequires: python3-libxml2
|
||||||
Requires: python3-libxml2
|
Requires: python3-libxml2
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user