forked from pool/rpmlint
Accepting request 768785 from home:jsegitz:branches:devel:openSUSE:Factory:rpmlint
- Update to version 84.87+git20200130.c0de5f4: * libzork4.spec: removed define for 'basename' in libzork4.spec. This causes build errors because 'basename' is a builtin and it's not used - Update to version 84.87+git20200115.9339533: * use uname -m instead of uname -i as the latter is not portable * remove rpm directory upon make clean * Support for different output based on architecture. For that create a <NAME>.<ARCH>.ref file instead of <NAME>.ref E.g. debug.i386.ref * verify that new permissions paths need whitelisting - Update to version master: * CheckCronJobs: correct cronjob-unauthorized-file explanation * Use named constants to check file modes * CheckSUIDPermissions.py: check new permission paths OBS-URL: https://build.opensuse.org/request/show/768785 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=706
This commit is contained in:
parent
8db6ea5999
commit
32adcd543d
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
|
||||
<param name="changesrevision">e27d43198d06699c9a705b71e2d511a94efab752</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">6e0e54e073ce56ea3a81cedbce436f3f4b8cb094</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
|
||||
<param name="changesrevision">00e6393112de7c6da46780842cd787f693b05af3</param></service></servicedata>
|
||||
<param name="changesrevision">20b469207308def7aa2d27665c9a9a224d3afe25</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2005a3c915bda8dbf006a62c9153752eaf4b64c1b439f3dd7570e53e57d055f
|
||||
size 28168
|
||||
oid sha256:0371ffa4f83f5e3b58bc2ba92836059588f37454b7b5cb824d44c824c9decf60
|
||||
size 28352
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9a6b8d586b8b87e9cb410d17381911988dc564daa8b177c75fbb19c788439b1
|
||||
size 11620
|
3
rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz
Normal file
3
rpmlint-tests-84.87+git20200130.c0de5f4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d46866656a6f55737b200834bb345f04fca1ae504582aaafebd4db5702ff8d9
|
||||
size 11784
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 12:34:02 UTC 2020 - jsegitz@suse.de
|
||||
|
||||
- Update to version 84.87+git20200130.c0de5f4:
|
||||
* libzork4.spec: removed define for 'basename' in libzork4.spec.
|
||||
This causes build errors because 'basename' is a builtin and it's
|
||||
not used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 08:06:14 UTC 2020 - jsegitz@suse.de
|
||||
|
||||
- Update to version 84.87+git20200115.9339533:
|
||||
* use uname -m instead of uname -i as the latter is not portable
|
||||
* remove rpm directory upon make clean
|
||||
* Support for different output based on architecture. For that create a
|
||||
<NAME>.<ARCH>.ref file instead of <NAME>.ref E.g. debug.i386.ref
|
||||
* verify that new permissions paths need whitelisting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 13:22:14 UTC 2019 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpmlint-tests
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict
|
||||
BuildRequires: rpmlint-mini
|
||||
|
||||
Name: rpmlint-tests
|
||||
Version: 84.87+git20190920.e27d431
|
||||
Version: 84.87+git20200130.c0de5f4
|
||||
Release: 0
|
||||
Summary: rpmlint regression tests
|
||||
License: SUSE-Public-Domain
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 08:06:15 UTC 2020 - jsegitz@suse.de
|
||||
|
||||
- Update to version master:
|
||||
* CheckCronJobs: correct cronjob-unauthorized-file explanation
|
||||
* Use named constants to check file modes
|
||||
* CheckSUIDPermissions.py: check new permission paths
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 11:41:24 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpmlint
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user