SHA256
1
0
forked from pool/createrepo_c

- Removed patch 000-Ensure_that_provides-requires_versions_are_factored_into_dep_filtering.diff

(upstream included equal patch)

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=16
This commit is contained in:
Frank Schreiner 2017-03-02 13:49:48 +00:00 committed by Git OBS Bridge
parent 7566945362
commit 10d8ca95cf
2 changed files with 10 additions and 8 deletions

View File

@ -12,7 +12,8 @@ Sun Feb 19 02:27:30 UTC 2017 - ngompa13@gmail.com
Wed Feb 8 17:42:57 UTC 2017 - ngompa13@gmail.com
- Updated upstream sources
- Dropped dep filtering patch (better version merged upstream)
- Removed patch 000-Ensure_that_provides-requires_versions_are_factored_into_dep_filtering.diff
(upstream included equal patch)
- Added missing copyright statements
- Fixed license tag and other misc cleanups

View File

@ -16,6 +16,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# Enable Python bindings selectively
%if (0%{?suse_version} == 1315 && 0%{?is_opensuse}) || 0%{?leap_version} || 0%{?suse_version} >= 1330
# Python bindings are enabled for openSUSE Leap and Tumbleweed
@ -112,19 +113,19 @@ These development files are for easy manipulation with a repodata.
%if %{with python}
%package -n python2-%{name}
Summary: Python 2 bindings for the createrepo_c library
Group: Development/Libraries/Python
Provides: python-%{name} = %{version}-%{release}
Requires: %{libname} = %{version}-%{release}
Summary: Python 2 bindings for the createrepo_c library
Group: Development/Libraries/Python
Provides: python-%{name} = %{version}-%{release}
Requires: %{libname} = %{version}-%{release}
%description -n python2-createrepo_c
Python 2 bindings for the createrepo_c library.
%if %{with python3}
%package -n python3-%{name}
Summary: Python 3 bindings for the createrepo_c library
Group: Development/Libraries/Python
Requires: %{libname} = %{version}-%{release}
Summary: Python 3 bindings for the createrepo_c library
Group: Development/Libraries/Python
Requires: %{libname} = %{version}-%{release}
%description -n python3-createrepo_c
Python 3 bindings for the createrepo_c library.