Kristyna Streitova
530adc25bd
- Clean up the SPEC file - Update to 1.2.2 bsc#1099674: * Expand python sitelib glob usage in files * Add new head category for PSP macros * Make flake8 happy and fix C416 * avoid adding curly braces to apparmor_reload * Bump CodeQL Actions version * Do not put curly brackets around python_libalternatives_reset_alternative * Try to fix coveralls in github actions * Update to actions/checkout@v3 and setup-python@v4 * Try to increase timeout for urlopen * Make flake8 and mypy happy * Set headers for urlopen to avoid 403 code * ubuntu-latest doesn't support 3.6 anymore * Replace calls to w3m with calls to curl * move logic that tries to change the URL field to https into _make_secure_url * Fix pep8 errors to pass flake8 tests (#296) * Extend support for patterns (boo#1195092) * update coveralls config * Ignore error N818 from pep8-naming for now * Fix URL expectations on tests * Do not put brackets on %obsolete_legacy_pattern * Fix #287: Incorrect curlification for more systemd-macros * Add new script for rpmlint. * Use github token directly - Remove spec-cleaner-psp-macros.patch that is already included in 1.2.2 release - Install new *.toml files with licenses OBS-URL: https://build.opensuse.org/request/show/1120592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=162
52 lines
2.2 KiB
Diff
52 lines
2.2 KiB
Diff
---
|
|
tests/in/mingw32-clutter.spec | 2 +-
|
|
tests/in/replace_pwdutils.spec | 2 +-
|
|
tests/out-minimal/mingw32-clutter.spec | 2 +-
|
|
tests/out-minimal/replace_pwdutils.spec | 2 +-
|
|
4 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
--- a/tests/in/mingw32-clutter.spec
|
|
+++ b/tests/in/mingw32-clutter.spec
|
|
@@ -22,7 +22,7 @@ Release: 0
|
|
Summary: The clutter library
|
|
License: LGPL-2.1+
|
|
Group: Development/Libraries
|
|
-Url: http://clutter-project.org/
|
|
+Url: https://clutter-project.org/
|
|
Source: http://www.clutter-project.org/sources/clutter/1.5/clutter-%{version}.tar.bz2
|
|
Patch0: clutter-1.6.14-windows.patch
|
|
Patch1: clutter-1.6.20-ldl.patch
|
|
--- a/tests/in/replace_pwdutils.spec
|
|
+++ b/tests/in/replace_pwdutils.spec
|
|
@@ -4,7 +4,7 @@ Release: 0
|
|
Summary: A Job Manager
|
|
License: GPL-2.0-or-later
|
|
Group: System/Daemons
|
|
-URL: http://ftp.debian.org/debian/pool/main/a/at
|
|
+URL: https://ftp.debian.org/debian/pool/main/a/at
|
|
Source: http://ftp.debian.org/debian/pool/main/a/at/%{name}_%{version}.orig.tar.gz
|
|
BuildRequires: autoconf >= 2.69
|
|
BuildRequires: automake
|
|
--- a/tests/out-minimal/mingw32-clutter.spec
|
|
+++ b/tests/out-minimal/mingw32-clutter.spec
|
|
@@ -23,7 +23,7 @@ Release: 0
|
|
Summary: The clutter library
|
|
License: LGPL-2.1-or-later
|
|
Group: Development/Libraries
|
|
-URL: http://clutter-project.org/
|
|
+URL: https://clutter-project.org/
|
|
Source: http://www.clutter-project.org/sources/clutter/1.5/clutter-%{version}.tar.bz2
|
|
Patch0: clutter-1.6.14-windows.patch
|
|
Patch1: clutter-1.6.20-ldl.patch
|
|
--- a/tests/out-minimal/replace_pwdutils.spec
|
|
+++ b/tests/out-minimal/replace_pwdutils.spec
|
|
@@ -4,7 +4,7 @@ Release: 0
|
|
Summary: A Job Manager
|
|
License: GPL-2.0-or-later
|
|
Group: System/Daemons
|
|
-URL: http://ftp.debian.org/debian/pool/main/a/at
|
|
+URL: https://ftp.debian.org/debian/pool/main/a/at
|
|
Source: http://ftp.debian.org/debian/pool/main/a/at/%{name}_%{version}.orig.tar.gz
|
|
BuildRequires: autoconf >= 2.69
|
|
BuildRequires: automake
|