SHA256
1
0
forked from pool/rpmlint

Accepting request 483321 from devel:openSUSE:Factory:rpmlint

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/483321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=269
This commit is contained in:
Yuchen Lin 2017-04-07 11:52:40 +00:00 committed by Git OBS Bridge
commit b1d63a49ff
7 changed files with 17 additions and 5 deletions

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">2e9ac0b51df081e099c187c33fdecac17cbf0d10</param></service><service name="tar_scm">
<param name="changesrevision">f92cea5d87db040fb36a08ab1b58bce68ca4035d</param></service><service name="tar_scm">
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">95d3b0f320ed291184a382c3949602aef53e4f43</param></service></servicedata>

1
config
View File

@ -43,6 +43,7 @@ addCheck("CheckRCLinks")
addCheck("CheckAppdata")
addCheck("CheckSystemdInstall")
addCheck("TmpFilesCheck")
addCheck("CheckSysVinitOnSystemd")
# stuff autobuild takes care about
addFilter(".*invalid-version.*")

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 20 14:20:12 UTC 2017 - lnussel@suse.de
- Update to version 84.87+git20170320.f92cea5:
* Adjust for new init script check
-------------------------------------------------------------------
Thu Mar 09 15:16:52 UTC 2017 - lnussel@suse.de

View File

@ -23,7 +23,7 @@ BuildRequires: rpmlint-Factory-strict
BuildRequires: rpmlint-mini
Name: rpmlint-tests
Version: 84.87+git20161214.5500838
Version: 84.87+git20170320.f92cea5
Release: 0
Summary: rpmlint regression tests
License: SUSE-Public-Domain

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 20 12:25:05 UTC 2017 - lnussel@suse.de
- actually enable CheckSysVinitOnSystemd
-------------------------------------------------------------------
Fri Mar 17 09:52:43 UTC 2017 - kkaempf@suse.com