Fix renaming of the python package (#1964587)
This commit is contained in:
parent
3e1dcb0253
commit
079f35b7c3
10
libuser.spec
10
libuser.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.63
|
Version: 0.63
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://pagure.io/libuser
|
URL: https://pagure.io/libuser
|
||||||
Source: https://releases.pagure.org/libuser/libuser-%{version}.tar.xz
|
Source: https://releases.pagure.org/libuser/libuser-%{version}.tar.xz
|
||||||
@ -51,8 +51,9 @@ files useful for developing applications with libuser.
|
|||||||
%package -n python3-libuser
|
%package -n python3-libuser
|
||||||
Summary: Python 3 bindings for the libuser library
|
Summary: Python 3 bindings for the libuser library
|
||||||
Requires: libuser%{?_isa} = %{version}-%{release}
|
Requires: libuser%{?_isa} = %{version}-%{release}
|
||||||
Provides: python3-libuser = %{version}-%{release}
|
Provides: libuser-python3 = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Provides: python3-libuser%{?_isa} = %{version}-%{release}
|
Provides: libuser-python3%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
Obsoletes: libuser-python3 < 0.63-4
|
||||||
%{?python_provide:%python_provide python3-libuser}
|
%{?python_provide:%python_provide python3-libuser}
|
||||||
|
|
||||||
%description -n python3-libuser
|
%description -n python3-libuser
|
||||||
@ -117,6 +118,9 @@ make
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-5
|
||||||
|
- Fix renaming of the python package (#1964587)
|
||||||
|
|
||||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.63-4
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.63-4
|
||||||
- Rebuilt for Python 3.10
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user