Kristyna Streitova
cae59089e7
- Update to 1.1.4 bsc#1099674: * Exclude stuff from openstack macros * Replace 'http' with 'https' in URL * Replace legacy packageand() with 'and' expression * Replace pwdutils with shadow in Requires * Add openstack_cleanup_prep to bracketing excludes * Do not curlify yast_metainfo and yast_check * Fixup the eating of Source lines with whitespace * Document '#nospeccleaner' tag * Add docstrings to the functions and classes. * Use type hints for the most important functions * Update README and licences * Various small fixes - add a temporary patch spec-cleaner-1.1.4_test_https.patch that fixes a test that fails if there is no internet connection OBS-URL: https://build.opensuse.org/request/show/716031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=138
27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
Index: spec-cleaner-spec-cleaner-1.1.4/tests/in/spec-cleaner.spec
|
|
===================================================================
|
|
--- spec-cleaner-spec-cleaner-1.1.4.orig/tests/in/spec-cleaner.spec
|
|
+++ spec-cleaner-spec-cleaner-1.1.4/tests/in/spec-cleaner.spec
|
|
@@ -24,7 +24,7 @@ Release: 0
|
|
Summary: .spec file cleaner
|
|
License: BSD-3-Clause
|
|
Group: Development/Tools/Other
|
|
-Url: http://github.com/openSUSE/spec-cleaner
|
|
+Url: https://github.com/openSUSE/spec-cleaner
|
|
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
|
|
BuildRequires: python
|
|
%if 0%{?suse_version} > 01220
|
|
Index: spec-cleaner-spec-cleaner-1.1.4/tests/out-minimal/spec-cleaner.spec
|
|
===================================================================
|
|
--- spec-cleaner-spec-cleaner-1.1.4.orig/tests/out-minimal/spec-cleaner.spec
|
|
+++ spec-cleaner-spec-cleaner-1.1.4/tests/out-minimal/spec-cleaner.spec
|
|
@@ -23,7 +23,7 @@ Release: 0
|
|
Summary: .spec file cleaner
|
|
License: BSD-3-Clause
|
|
Group: Development/Tools/Other
|
|
-URL: http://github.com/openSUSE/spec-cleaner
|
|
+URL: https://github.com/openSUSE/spec-cleaner
|
|
Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
|
|
BuildRequires: python
|
|
Requires: python-base
|