SHA256
1
0
forked from pool/rpmlint

Accepting request 477991 from devel:openSUSE:Factory:rpmlint

- 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.

- rpmlint-checks:
  * Check for old SysVinit scripts and the usage of insserv (FATE#322953)
  * Prevent a false-positive in systemd

OBS-URL: https://build.opensuse.org/request/show/477991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=267
This commit is contained in:
Dominique Leuenberger 2017-03-13 14:30:07 +00:00 committed by Git OBS Bridge
commit c55b182e10
9 changed files with 25 additions and 34 deletions

View File

@ -1,23 +0,0 @@
From c2785ac67339fa3253b03bd98f6939d4017c45fd Mon Sep 17 00:00:00 2001
From: Jimmy Berry <jberry@suse.com>
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

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">1</param>
<param name="versionformat">13.2+git%cd.%h</param>
<param name="versionformat">84.87+git%cd.%h</param>
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">8d99488dee290853c470199fa1fe80aec8e33784</param></service><service name="tar_scm">
<param name="changesrevision">2e9ac0b51df081e099c187c33fdecac17cbf0d10</param></service><service name="tar_scm">
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">5e8508e132800b5f1afb6abd4ce7003c9e0c248a</param></service></servicedata>
<param name="changesrevision">95d3b0f320ed291184a382c3949602aef53e4f43</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5763a661f6cd722e3a9892f6aab863f69658af0dcac4ee767548137418d7ce79
size 24528
oid sha256:675175b9fde9d16b8873c51d8dc88c41f5ab63aea772134dc42a6adddb8fd7f8
size 24916

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a7cffa9789c2655a17863613b1a2cd4d776b44860f19ca7fedf06a37f3f79ee
size 11500

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43ab3edbabb8b04af7206fcb8057bdecdf933a51672d3db7110810eebdd85356
size 11916

View File

@ -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

View File

@ -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

View File

@ -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