forked from pool/rpmlint
Accepting request 251986 from devel:openSUSE:Factory:rpmlint
- added standard user and group siproxd for the siproxd proxy (forwarded request 251856 from sfalken) OBS-URL: https://build.opensuse.org/request/show/251986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=229
This commit is contained in:
commit
a6065d8e67
8
_service
8
_service
@ -1,11 +1,13 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">master</param>
|
||||
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
|
||||
<param name="version">1</param>
|
||||
<param name="versionformat">13.2+git%cd.%h</param>
|
||||
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">gz</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
2
config
2
config
@ -195,6 +195,7 @@ setOption('StandardGroups', (
|
||||
'sddm',
|
||||
'sensu',
|
||||
'shadow',
|
||||
'siproxd',
|
||||
'snort',
|
||||
'squid',
|
||||
'sshd',
|
||||
@ -347,6 +348,7 @@ setOption('StandardUsers', (
|
||||
'sapdb',
|
||||
'sddm',
|
||||
'sensu',
|
||||
'siproxd',
|
||||
'snort',
|
||||
'squid',
|
||||
'sshd',
|
||||
|
3
rpmlint-tests-13.2+git20140821.c02617a.tar.xz
Normal file
3
rpmlint-tests-13.2+git20140821.c02617a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5198d16e811db5b6d3903e34ab4353e37b8a123d765858245c9c46ac71dd3c99
|
||||
size 9936
|
132
rpmlint-tests.changes
Normal file
132
rpmlint-tests.changes
Normal file
@ -0,0 +1,132 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 15:09:10 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- fix rclink* tests by adding expected systemd macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 13:12:44 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- add test cases for systemd macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 09:12:18 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- adjust for new var/run check
|
||||
- use service file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 09:44:20 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- add appdata check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 12:25:52 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- fix reference output for non-ghost* tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 09:25:40 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- add tests for rc links (bnc#860340)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 12:08:03 UTC 2013 - lnussel@suse.de
|
||||
|
||||
- update reference data to match Factory
|
||||
- generate tarball via service file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 11:07:10 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- update reference data to make checks pass again (bnc#793546))
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 14:04:28 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- omit debug packages from checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 13:33:21 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- add pam test case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 09:23:23 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- adjust to new badness score for non-position-independent-executable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 16:04:11 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- add logrotate test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 11:03:20 UTC 2012 - lnussel@suse.de
|
||||
|
||||
- add test for buildroot check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 11:07:53 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- suse-filelist-empty is not fatal anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 12:39:30 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add -devel group check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 12:07:54 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- adjust to new license check and add test case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 15:06:03 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- non-ghost-in-var-run is fatal now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 11:49:32 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- fix testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 11:56:38 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- check for false positives in pie test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 15:26:29 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add polkit test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 12:38:59 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add an actually readable package description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 15:01:12 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add check for /var/log/subsys
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 10:43:17 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- update ref files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 11:57:12 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- another init script test case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 13:11:44 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- add new initscript warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 12:03:51 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- initial package
|
||||
|
51
rpmlint-tests.spec
Normal file
51
rpmlint-tests.spec
Normal file
@ -0,0 +1,51 @@
|
||||
#
|
||||
# spec file for package rpmlint-tests
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
# icecream 0
|
||||
|
||||
|
||||
#!BuildIgnore: post-build-checks brp-check-suse
|
||||
|
||||
BuildRequires: rpmlint-mini
|
||||
|
||||
Name: rpmlint-tests
|
||||
Version: 13.2+git20140821.c02617a
|
||||
Release: 0
|
||||
Summary: rpmlint regression tests
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Tools/Building
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://www.opensuse.org/
|
||||
Source: rpmlint-tests-%version.tar.xz
|
||||
|
||||
%description
|
||||
This package doesn't actually contain any files and is not meant to
|
||||
be installed. It's only useful in the opensuse build service to run
|
||||
regression tests against rpmlint(-mini).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
mkdir rpms
|
||||
make test
|
||||
|
||||
%install
|
||||
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
|
||||
%changelog
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 16:48:13 UTC 2014 - sfalken@opensuse.org
|
||||
|
||||
- added standard user and group siproxd for the siproxd proxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 11:02:26 UTC 2014 - wagner-thomas@gmx.at
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user