forked from pool/rpmlint
Accepting request 591011 from devel:openSUSE:Factory:rpmlint
OBS-URL: https://build.opensuse.org/request/show/591011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=289
This commit is contained in:
commit
cd1b69352f
4
config
4
config
@ -474,6 +474,7 @@ setOption('StandardGroups', (
|
|||||||
'tomcat',
|
'tomcat',
|
||||||
'tomcat4',
|
'tomcat4',
|
||||||
'tor',
|
'tor',
|
||||||
|
'tox',
|
||||||
'trusted',
|
'trusted',
|
||||||
'ts-shell',
|
'ts-shell',
|
||||||
'tss',
|
'tss',
|
||||||
@ -650,6 +651,7 @@ setOption('StandardUsers', (
|
|||||||
'tomcat',
|
'tomcat',
|
||||||
'tomcat4',
|
'tomcat4',
|
||||||
'tor',
|
'tor',
|
||||||
|
'toxcmd',
|
||||||
'tss',
|
'tss',
|
||||||
'ulogd',
|
'ulogd',
|
||||||
'upsd',
|
'upsd',
|
||||||
@ -1018,7 +1020,7 @@ setOption("DBUSServices.WhiteList", (
|
|||||||
"pam_dbus.service",
|
"pam_dbus.service",
|
||||||
# tpm2-abrmd (bnc#1049694)
|
# tpm2-abrmd (bnc#1049694)
|
||||||
"tpm2-abrmd.conf",
|
"tpm2-abrmd.conf",
|
||||||
"tpm2-abrmd.service",
|
"com.intel.tss2.Tabrmd.service",
|
||||||
# nfs-ganesha (bsc#997880)
|
# nfs-ganesha (bsc#997880)
|
||||||
"org.ganesha.nfsd.conf",
|
"org.ganesha.nfsd.conf",
|
||||||
"nfs-ganesha.service",
|
"nfs-ganesha.service",
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 22 20:00:30 UTC 2018 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
|
- Add tox user and toxcmd group as standard openSUSE GID and UID
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 9 14:28:13 UTC 2018 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Corrected tpm2-abrmd (bnc#1049694). The D-Bus activation file is named
|
||||||
|
differently than the configuration file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 20 12:52:18 UTC 2018 - dimstar@opensuse.org
|
Tue Feb 20 12:52:18 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: rpmlint
|
|||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM file correctness checker
|
Summary: RPM file correctness checker
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Url: https://github.com/rpm-software-management/rpmlint
|
Url: https://github.com/rpm-software-management/rpmlint
|
||||||
Source0: https://github.com/rpm-software-management/rpmlint/archive/rpmlint-%{version}.tar.gz
|
Source0: https://github.com/rpm-software-management/rpmlint/archive/rpmlint-%{version}.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user