From c1f8eba3e14cf4ddb13f9a66e673f0165218a72f6c2e9568dba647bba72c9a66 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 9 Jan 2019 19:04:28 +0000 Subject: [PATCH] ------------------------------------------------------------------ - 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 --- _servicedata | 4 ++-- rpmlint-checks-master.tar.xz | 4 ++-- rpmlint-tests-84.87+git20180703.88daa4e.tar.xz | 3 --- rpmlint-tests-84.87+git20181018.60e0249.tar.xz | 3 +++ rpmlint-tests.changes | 6 ++++++ rpmlint-tests.spec | 2 +- rpmlint.changes | 11 +++++++++++ 7 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 rpmlint-tests-84.87+git20180703.88daa4e.tar.xz create mode 100644 rpmlint-tests-84.87+git20181018.60e0249.tar.xz diff --git a/_servicedata b/_servicedata index 7ed8a3f..94cd3b7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/rpmlint-tests.git - 88daa4ecc60c092a31c0d3839ef936ddc16503ff + cc70cb42af4668cbd27bbdd69dc6f0c56fe05d52 https://github.com/openSUSE/rpmlint-checks.git - df7d1c3260cb21372f95fe44393c098c3af9024a \ No newline at end of file + 7574d87664a3b23189ca57309915cc079e3e55ac \ No newline at end of file diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 2a59880..5bc90b0 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:c6eeed1cec7b0c05d3c30a6637ec945aa5134e8732f1ac9694aa71542a3c689b -size 23400 +oid sha256:f8cbd082cc8e9743801de4ba74409c8c654f1a01e25cd7d5c5015b1f12ad248f +size 23512 diff --git a/rpmlint-tests-84.87+git20180703.88daa4e.tar.xz b/rpmlint-tests-84.87+git20180703.88daa4e.tar.xz deleted file mode 100644 index d9fbf31..0000000 --- a/rpmlint-tests-84.87+git20180703.88daa4e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:905d0559dccf426f5ca52451732f80bf3eb2d75cae87f84d503f6cd8553ba108 -size 11548 diff --git a/rpmlint-tests-84.87+git20181018.60e0249.tar.xz b/rpmlint-tests-84.87+git20181018.60e0249.tar.xz new file mode 100644 index 0000000..47a160d --- /dev/null +++ b/rpmlint-tests-84.87+git20181018.60e0249.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92413e53877b67125723e677bfee36a7f05f2cd57338f39c1f7b91a5d6dc12f9 +size 11604 diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes index a0eb28e..b59400c 100644 --- a/rpmlint-tests.changes +++ b/rpmlint-tests.changes @@ -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 diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 1926f93..fa3f855 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict BuildRequires: rpmlint-mini Name: rpmlint-tests -Version: 84.87+git20180703.88daa4e +Version: 84.87+git20181018.60e0249 Release: 0 Summary: rpmlint regression tests License: SUSE-Public-Domain diff --git a/rpmlint.changes b/rpmlint.changes index babdd02..8acedef 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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