forked from pool/obs-service-tar_scm
* fixes boo#1127353
* fixes boo#1168573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=295
This commit is contained in:
parent
f3c5f849ed
commit
587384b802
@ -2,6 +2,8 @@
|
|||||||
Wed Feb 10 07:47:00 UTC 2021 - FSchreiner@suse.com
|
Wed Feb 10 07:47:00 UTC 2021 - FSchreiner@suse.com
|
||||||
|
|
||||||
- Update to version 0.10.21.1612422695.2fdf897:
|
- Update to version 0.10.21.1612422695.2fdf897:
|
||||||
|
* fixes boo#1127353
|
||||||
|
* fixes boo#1168573
|
||||||
* activate pylint3.8 and fixed false positives
|
* activate pylint3.8 and fixed false positives
|
||||||
* don`t sanitize version if versionrewrite_pattern is set
|
* don`t sanitize version if versionrewrite_pattern is set
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-tar_scm
|
# spec file for package obs-service-tar_scm-test
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -252,6 +252,7 @@ source artefacts (.dsc, .origin.tar.gz and .debian.tar.gz if non-native).
|
|||||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}" WITH_GBP="%{enable_gbp}"
|
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}" WITH_GBP="%{enable_gbp}"
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
|
# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
|
||||||
%check
|
%check
|
||||||
# No need to run PEP8 tests here; that would require a potentially
|
# No need to run PEP8 tests here; that would require a potentially
|
||||||
|
Loading…
x
Reference in New Issue
Block a user