From 881ffc00cd805e0f34226d4b9638c634f6607cda Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Tue, 11 May 2021 16:30:53 +0200 Subject: [PATCH] Rename libuser-python3 to python3-libuser Resolves: rhbz#1951968 --- libuser.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libuser.spec b/libuser.spec index 7bc71c2..d604281 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.63 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: https://pagure.io/libuser Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz @@ -47,15 +47,15 @@ Requires: glib2-devel%{?_isa} The libuser-devel package contains header files, static libraries, and other files useful for developing applications with libuser. -%package python3 +%package -n python3-libuser Summary: Python 3 bindings for the libuser library Requires: libuser%{?_isa} = %{version}-%{release} Provides: python3-libuser = %{version}-%{release} Provides: python3-libuser%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python3-libuser} -%description python3 -The libuser-python3 package contains the Python bindings for +%description -n python3-libuser +The python3-libuser package contains the Python bindings for the libuser library, which provides a Python 3 API for manipulating and administering user and group accounts. @@ -104,7 +104,7 @@ make %exclude %{_libdir}/*.la %exclude %{_libdir}/%{name}/*.la -%files python3 +%files -n python3-libuser %doc python/modules.txt %{python3_sitearch}/*.so %exclude %{python3_sitearch}/*.la @@ -116,6 +116,9 @@ make %{_datadir}/gtk-doc/html/* %changelog +* Wed May 5 2021 Tomas Halman +- Resolves: rhbz#1951968 - Rename libuser-python3 to python3-libuser + * Fri Apr 16 2021 Mohan Boddu - 0.63-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937