forked from pool/permissions
Accepting request 709714 from Base:System
- Update to version 20190521: * singluarity: Add starter-suid for version 3.2.0 * adjust settings for amanda to current binary layout - Move BuildRequires: back to main package - Moved requires to subpackages (bsc#1137257) OBS-URL: https://build.opensuse.org/request/show/709714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=123
This commit is contained in:
commit
7b5694efcf
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||||
<param name="changesrevision">938c49d3c1b0820d2a301a8018709efed9a6ce61</param></service></servicedata>
|
<param name="changesrevision">aafb12397dbea3f9d50d403a05cbf79f869f6fe3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:29bd4d65d64bfd13e68e0a1aea36d9633b8a68c8d6684ed1510e7d9d8c42be4e
|
|
||||||
size 19660
|
|
3
permissions-20190521.tar.xz
Normal file
3
permissions-20190521.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a829258c85252943d5dbca9807b99621c36562b5efd742ceba983523934112a8
|
||||||
|
size 19712
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 08:57:42 UTC 2019 - meissner@suse.com
|
||||||
|
|
||||||
|
- Update to version 20190521:
|
||||||
|
* singluarity: Add starter-suid for version 3.2.0
|
||||||
|
* adjust settings for amanda to current binary layout
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 12:02:18 UTC 2019 - <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- Move BuildRequires: back to main package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 10:38:58 UTC 2019 - <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- Moved requires to subpackages (bsc#1137257)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 2 09:46:05 UTC 2019 - jsegitz@suse.com
|
Thu May 2 09:46:05 UTC 2019 - jsegitz@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define VERSION 20190429
|
%define VERSION 20190521
|
||||||
|
|
||||||
Name: permissions
|
Name: permissions
|
||||||
Version: %{VERSION}
|
Version: %{VERSION}
|
||||||
@ -29,9 +29,6 @@ Url: http://github.com/openSUSE/permissions
|
|||||||
Source: permissions-%{version}.tar.xz
|
Source: permissions-%{version}.tar.xz
|
||||||
Source1: fix_version.sh
|
Source1: fix_version.sh
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
#!BuildIgnore: group(trusted)
|
|
||||||
Requires(post): %fillup_prereq
|
|
||||||
Requires(pre): group(trusted)
|
|
||||||
Requires: chkstat
|
Requires: chkstat
|
||||||
Requires: permissions-config
|
Requires: permissions-config
|
||||||
Recommends: permissions-doc
|
Recommends: permissions-doc
|
||||||
@ -72,7 +69,10 @@ Summary: SUSE Linux Default Permissions config files
|
|||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: %{suse_version}_%{VERSION}
|
Version: %{suse_version}_%{VERSION}
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Requires(post): %fillup_prereq
|
||||||
Requires(post): chkstat
|
Requires(post): chkstat
|
||||||
|
#!BuildIgnore: group(trusted)
|
||||||
|
Requires(pre): group(trusted)
|
||||||
|
|
||||||
%description config
|
%description config
|
||||||
The actual permissions configuration files, /etc/permission.*.
|
The actual permissions configuration files, /etc/permission.*.
|
||||||
|
Loading…
Reference in New Issue
Block a user