]> git.pld-linux.org Git - packages/python-pyroute2.git/commitdiff
- make sure correct, py3 binary is installed auto/th/python-pyroute2-0.5.18-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 11 May 2021 18:12:09 +0000 (20:12 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 11 May 2021 18:12:09 +0000 (20:12 +0200)
- rel 2

python-pyroute2.spec

index 8465bcc0011afcf571bbc2578523694581c0e7dd..86de1af7616d0731691595273cdb77614d27ce7c 100644 (file)
@@ -15,7 +15,7 @@
 Summary:       Python Netlink library
 Name:          python-%{module}
 Version:       0.5.18
-Release:       1
+Release:       2
 License:       GPLv2+ or Apache v2
 Group:         Libraries/Python
 # if pypi:
@@ -103,6 +103,8 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with python3}
+%{__rm} -f $RPM_BUILD_ROOT%{_bindir}/pyroute2-cli
+%{__rm} -f $RPM_BUILD_ROOT%{_bindir}/ss2
 %py3_install
 %endif
 
This page took 0.148155 seconds and 4 git commands to generate.