forked from pool/permissions
Accepting request 1043915 from Base:System
- Update to version 20221220: * profiles: remove outdated kdesud, apptainer entries OBS-URL: https://build.opensuse.org/request/show/1043915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=154
This commit is contained in:
commit
a937513fef
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">635ffefbd3c6222429e235fae0de82d5f1f6bcf0</param></service></servicedata>
|
||||
<param name="changesrevision">a19300c9a239ea0e232a7010aeba95fab389c552</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f144c4f86aba8122cd8fc5c23c1793aaded99e5ab650870cc9e03b463c1777a
|
||||
size 47508
|
3
permissions-20221220.tar.xz
Normal file
3
permissions-20221220.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:565e3dbb0e52a2799b7f04153d4b86b8b1d8b1bb1562a311cede46305c2b77b2
|
||||
size 47428
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 10:04:33 UTC 2022 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 20221220:
|
||||
* profiles: remove outdated kdesud, apptainer entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 14:30:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
5
permissions.rpmlintrc
Normal file
5
permissions.rpmlintrc
Normal file
@ -0,0 +1,5 @@
|
||||
# the base package needs to have Arch, otherwise we get no -source and
|
||||
# -debuginfo package (which we need for the chkstat sub package)
|
||||
addFilter("no-binary")
|
||||
# it's hard not to repeat "permissions" in the summary
|
||||
addFilter("name-repeated-in-summary")
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define VERSION_DATE 20220912
|
||||
%define VERSION_DATE 20221220
|
||||
|
||||
Name: permissions
|
||||
Version: %{suse_version}_%{VERSION_DATE}
|
||||
@ -28,6 +28,7 @@ Group: Productivity/Security
|
||||
URL: http://github.com/openSUSE/permissions
|
||||
Source: permissions-%{VERSION_DATE}.tar.xz
|
||||
Source1: fix_version.sh
|
||||
Source2: permissions.rpmlintrc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-progs
|
||||
@ -54,9 +55,9 @@ tests/regtest.py --skip-make > /dev/null
|
||||
%endif
|
||||
|
||||
%description
|
||||
Permission settings of files and directories depending on the local
|
||||
security settings. The local security setting ("easy", "secure", or "paranoid")
|
||||
can be configured in /etc/sysconfig/security.
|
||||
File and directory permission settings depending on the local security
|
||||
settings. The local security setting ("easy", "secure", or "paranoid") can be
|
||||
configured in /etc/sysconfig/security.
|
||||
|
||||
This package does not contain files, it just requires the necessary packages.
|
||||
|
||||
@ -70,6 +71,7 @@ Requires(post): chkstat
|
||||
#!BuildIgnore: group(trusted)
|
||||
Requires(pre): group(trusted)
|
||||
Obsoletes: permissions-doc <= %{suse_version}_%{VERSION_DATE}
|
||||
BuildArch: noarch
|
||||
|
||||
%description config
|
||||
The actual permissions configuration files, /usr/share/permissions/permission.*.
|
||||
|
Loading…
Reference in New Issue
Block a user