]> git.pld-linux.org Git - packages/python-os-service-types.git/commitdiff
- don't package tests; release 2 master auto/th/python-os-service-types-1.7.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Feb 2024 05:34:31 +0000 (06:34 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Feb 2024 05:34:31 +0000 (06:34 +0100)
python-os-service-types.spec

index 1038c52fbaaf690df93c2a697e8aecae7d4592c1..eba07ab33254f1b9871bb490048322b6524d4bc5 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Python library for consuming OpenStack sevice-types-authority data
 Summary(pl.UTF-8):     Biblioteka Pythona do konsumowania danych OpenStack sevice-types-authority
 Name:          python-os-service-types
 Version:       1.7.0
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/os-service-types/
@@ -129,10 +129,13 @@ rm -rf $RPM_BUILD_ROOT
 %py_install
 
 %py_postclean
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/os_service_types/tests
 %endif
 
 %if %{with python3}
 %py3_install
+
+%{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/os_service_types/tests
 %endif
 
 %clean
This page took 0.136144 seconds and 4 git commands to generate.