diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index b8eaf38..c7c3159 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -2,6 +2,8 @@ Wed Feb 10 07:47:00 UTC 2021 - FSchreiner@suse.com - Update to version 0.10.21.1612422695.2fdf897: + * fixes boo#1127353 + * fixes boo#1168573 * activate pylint3.8 and fixed false positives * don`t sanitize version if versionrewrite_pattern is set diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index e1a0b2c..4bb6aea 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -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 # @@ -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}" %else + # moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here. %check # No need to run PEP8 tests here; that would require a potentially