Accepting request 492365 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/492365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docutils?expand=0&rev=21
This commit is contained in:
commit
546f8dc6b3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 1 19:33:19 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Make only the python2 package provide the "docutils" package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 20 15:43:28 UTC 2017 - toddrme2178@gmail.com
|
Thu Apr 20 15:43:28 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -32,8 +32,10 @@ BuildRequires: %{python_module xml}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
|
%ifpython2
|
||||||
Provides: docutils = %{version}
|
Provides: docutils = %{version}
|
||||||
Obsoletes: docutils < %{version}
|
Obsoletes: docutils < %{version}
|
||||||
|
%endif
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user