diff --git a/0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch b/0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch deleted file mode 100644 index 8d54e5d..0000000 --- a/0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch +++ /dev/null @@ -1,23 +0,0 @@ -From c2785ac67339fa3253b03bd98f6939d4017c45fd Mon Sep 17 00:00:00 2001 -From: Jimmy Berry -Date: Tue, 25 Oct 2016 13:29:08 -0500 -Subject: [PATCH 2/2] Update license1 test for Leap 42.2 severity reduction. - ---- - tests/license1.ref | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/license1.ref b/tests/license1.ref -index ba3db25..2c7299d 100644 ---- a/tests/license1.ref -+++ b/tests/license1.ref -@@ -1,3 +1,3 @@ --license1: E: invalid-license (Badness: 100000) GPLv2+ --license1: E: invalid-license (Badness: 100000) BSD-2-Clause ; BSL-1.0 --1 packages and 0 specfiles checked; 2 errors, 0 warnings. -+license1: W: invalid-license GPLv2+ -+license1: W: invalid-license BSD-2-Clause ; BSL-1.0 -+1 packages and 0 specfiles checked; 0 errors, 2 warnings. --- -2.10.1 - diff --git a/_service b/_service index b2dd394..9915f6f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ 1 - 13.2+git%cd.%h + 84.87+git%cd.%h http://github.com/openSUSE/rpmlint-tests.git git enable diff --git a/_servicedata b/_servicedata index 1ad2804..89a32f4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ http://github.com/openSUSE/rpmlint-tests.git - 8d99488dee290853c470199fa1fe80aec8e33784 + 2e9ac0b51df081e099c187c33fdecac17cbf0d10 http://github.com/openSUSE/rpmlint-checks.git - 5e8508e132800b5f1afb6abd4ce7003c9e0c248a \ No newline at end of file + 95d3b0f320ed291184a382c3949602aef53e4f43 \ No newline at end of file diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 8a6b9d1..4171027 100644 --- a/rpmlint-checks-master.tar.xz +++ b/rpmlint-checks-master.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5763a661f6cd722e3a9892f6aab863f69658af0dcac4ee767548137418d7ce79 -size 24528 +oid sha256:675175b9fde9d16b8873c51d8dc88c41f5ab63aea772134dc42a6adddb8fd7f8 +size 24916 diff --git a/rpmlint-tests-13.2+git20160725.8d99488.tar.xz b/rpmlint-tests-13.2+git20160725.8d99488.tar.xz deleted file mode 100644 index 16a6fb7..0000000 --- a/rpmlint-tests-13.2+git20160725.8d99488.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a7cffa9789c2655a17863613b1a2cd4d776b44860f19ca7fedf06a37f3f79ee -size 11500 diff --git a/rpmlint-tests-84.87+git20161214.5500838.tar.xz b/rpmlint-tests-84.87+git20161214.5500838.tar.xz new file mode 100644 index 0000000..b549611 --- /dev/null +++ b/rpmlint-tests-84.87+git20161214.5500838.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ab3edbabb8b04af7206fcb8057bdecdf933a51672d3db7110810eebdd85356 +size 11916 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index 8bcdf55..2c5675d 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 09 15:16:52 UTC 2017 - lnussel@suse.de + +- Update to version 84.87+git20161214.5500838 + * add checks for shlib-policy-name-error and "no dependency on *lib*" +- remove + 0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch as + rpmlint-Factory-strict is pulled in always. + ------------------------------------------------------------------- Tue Oct 25 18:32:52 UTC 2016 - jberry@suse.com diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index e1b6c2f..db6aa41 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -23,7 +23,7 @@ BuildRequires: rpmlint-Factory-strict BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 13.2+git20160725.8d99488 +Version: 84.87+git20161214.5500838 Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain @@ -32,7 +32,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.opensuse.org/ Source: rpmlint-tests-%version.tar.xz Patch1: 0001-Update-varrun-test-for-Leap-42.2-severity-reduction.patch -Patch2: 0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch %description This package doesn't actually contain any files and is not meant to @@ -43,7 +42,6 @@ regression tests against rpmlint(-mini). %setup -q %if 0%{?sle_version} >= 120200 %patch1 -p1 -%patch2 -p1 %endif %build diff --git a/rpmlint.changes b/rpmlint.changes index b04ce76..ded41fc 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 09 16:29:39 UTC 2017 - lnussel@suse.de + +- rpmlint-checks: + * Check for old SysVinit scripts and the usage of insserv (FATE#322953) + * Prevent a false-positive in systemd + ------------------------------------------------------------------- Thu Mar 2 09:37:22 UTC 2017 - mimi.vx@gmail.com