[packages/libmodulemd] - fix python 2 package name - rel 2

baggins baggins at pld-linux.org
Sun Mar 14 09:35:31 CET 2021


commit 2c5a14169583e48129760d26d845589504a32b5d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 14 09:35:05 2021 +0100

    - fix python 2 package name
    - rel 2

 libmodulemd.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libmodulemd.spec b/libmodulemd.spec
index 52c19c0..3049970 100644
--- a/libmodulemd.spec
+++ b/libmodulemd.spec
@@ -7,7 +7,7 @@
 Summary:	Module metadata manipulation library
 Name:		libmodulemd
 Version:	2.12.0
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries
 Source0:	https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-%{version}/modulemd-%{version}.tar.xz
@@ -64,13 +64,13 @@ API documentation for %{name} library.
 %description apidocs -l pl.UTF-8
 Dokumentacja API biblioteki %{name}.
 
-%package -n python2-%{name}
+%package -n python-%{name}
 Summary:	Python 2 bindings for %{name}
 Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	python-pygobject3
 Requires:	python-six
 
-%description -n python2-%{name}
+%description -n python-%{name}
 Python 2 bindings for %{name}
 
 %package -n python3-%{name}
@@ -139,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with python2}
-%files -n python2-%{name}
+%files -n python-%{name}
 %defattr(644,root,root,755)
 %{py_sitedir}/gi/overrides/Modulemd.py
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmodulemd.git/commitdiff/2c5a14169583e48129760d26d845589504a32b5d



More information about the pld-cvs-commit mailing list