[packages/python-ubi-reader] Rel 2; lzo module is needed; switch to python3 in utils

arekm arekm at pld-linux.org
Fri Feb 18 13:20:13 CET 2022


commit 35dd2b0a47bfc184815f07a4c4db9919e7f72cf5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Feb 18 13:18:30 2022 +0100

    Rel 2; lzo module is needed; switch to python3 in utils

 python-ubi-reader.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python-ubi-reader.spec b/python-ubi-reader.spec
index 8a83380..7546f3d 100644
--- a/python-ubi-reader.spec
+++ b/python-ubi-reader.spec
@@ -8,7 +8,7 @@
 Summary:	Python scripts for reading information about and extracting data from UBI and UBIFS images
 Name:		python-%{pypi_name}
 Version:	0.7.2
-Release:	1
+Release:	2
 License:	GPL v3+
 Group:		Libraries/Python
 Source0:	https://pypi.debian.net/ubi-reader/ubi_reader-%{version}.tar.gz
@@ -23,6 +23,7 @@ BuildRequires:	python3-setuptools
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python-lzo
 Requires:	python-modules >= 1:2.5
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,6 +37,7 @@ using the mtd-utils tools.
 %package -n python3-%{pypi_name}
 Summary:	Python scripts for reading information about and extracting data from UBI and UBIFS images
 Group:		Libraries/Python
+Requires:	python3-lzo
 Requires:	python3-modules >= 1:3.2
 
 %description -n python3-%{pypi_name}
@@ -68,6 +70,8 @@ rm -rf $RPM_BUILD_ROOT
 %py3_install
 %endif
 
+sed -i -e 's#/python2#/python3#g' $RPM_BUILD_ROOT%{_bindir}/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-ubi-reader.git/commitdiff/35dd2b0a47bfc184815f07a4c4db9919e7f72cf5



More information about the pld-cvs-commit mailing list