SHA256
1
0
forked from pool/rpmlint

------------------------------------------------------------------

- Update to version 84.87+git20181018.60e0249:
  * Add test for %tmpfiles_create foo.conf with no full path

- Update rpmlint-checks to version master (bsc#1116686):
  * Ignore decoding errors as we're not sure we know the encoding
  * Use UTF-8 encoding when opening .pc file (#42)
  * whitelist otrs permission file (#41)
  * Relax various flake8 warnings
  * Handle '-n' option for %service_del_preun %service_del_postun
  * There isn't a good standard, whether the directory should be called 'tests/' or 'test/'

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=646
This commit is contained in:
Dirk Mueller 2019-01-09 19:04:28 +00:00 committed by Git OBS Bridge
parent 7d91f9fe95
commit c1f8eba3e1
7 changed files with 25 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param> <param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">88daa4ecc60c092a31c0d3839ef936ddc16503ff</param></service><service name="tar_scm"> <param name="changesrevision">cc70cb42af4668cbd27bbdd69dc6f0c56fe05d52</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param> <param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">df7d1c3260cb21372f95fe44393c098c3af9024a</param></service></servicedata> <param name="changesrevision">7574d87664a3b23189ca57309915cc079e3e55ac</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c6eeed1cec7b0c05d3c30a6637ec945aa5134e8732f1ac9694aa71542a3c689b oid sha256:f8cbd082cc8e9743801de4ba74409c8c654f1a01e25cd7d5c5015b1f12ad248f
size 23400 size 23512

View File

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

View File

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

View File

@ -1,3 +1,9 @@
------------------------------------------------------------------
Wed Jan 09 19:02:01 UTC 2019 - opensuse-packaging@opensuse.org
- Update to version 84.87+git20181018.60e0249:
* Add test for %tmpfiles_create foo.conf with no full path
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 03 12:53:18 UTC 2018 - opensuse-packaging@opensuse.org Tue Jul 03 12:53:18 UTC 2018 - opensuse-packaging@opensuse.org

View File

@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict
BuildRequires: rpmlint-mini BuildRequires: rpmlint-mini
Name: rpmlint-tests Name: rpmlint-tests
Version: 84.87+git20180703.88daa4e Version: 84.87+git20181018.60e0249
Release: 0 Release: 0
Summary: rpmlint regression tests Summary: rpmlint regression tests
License: SUSE-Public-Domain License: SUSE-Public-Domain

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 09 19:02:04 UTC 2019 - opensuse-packaging@opensuse.org
- Update rpmlint-checks to version master (bsc#1116686):
* Ignore decoding errors as we're not sure we know the encoding
* Use UTF-8 encoding when opening .pc file (#42)
* whitelist otrs permission file (#41)
* Relax various flake8 warnings
* Handle '-n' option for %service_del_preun %service_del_postun
* There isn't a good standard, whether the directory should be called 'tests/' or 'test/'
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 2 08:43:03 UTC 2019 - Martin Liška <mliska@suse.cz> Wed Jan 2 08:43:03 UTC 2019 - Martin Liška <mliska@suse.cz>