forked from pool/permissions
Accepting request 501683 from Base:System
- BuildIgnore group(trusted): we don't really care for this group in the buildroot and do not want to get system-users into the bootstrap cycle as we can avoid it. (forwarded request 501680 from dimstar) OBS-URL: https://build.opensuse.org/request/show/501683 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=107
This commit is contained in:
commit
b4418484eb
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">8ee9ae34fc10f290b5cd4b3295004704cde86a5a</param></service></servicedata>
|
||||
<param name="changesrevision">1cf8eb193920f201e1d313046bba2271f745bd0e</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbf850e74b5b2cf1c181460e4d40e1c39320bd35d6638cea1b1ec5167281258e
|
||||
size 19728
|
3
permissions-20170602.tar.xz
Normal file
3
permissions-20170602.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9348c6d19ecfd6244ddb1befa7e992fec7cf920a7edb71005a4bbae4da54610d
|
||||
size 19700
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 10:58:37 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- BuildIgnore group(trusted): we don't really care for this group
|
||||
in the buildroot and do not want to get system-users into the
|
||||
bootstrap cycle as we can avoid it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 3 07:21:24 UTC 2017 - meissner@suse.com
|
||||
|
||||
- Require: group(trusted), as we are handing it out to some unsuspecting
|
||||
binaries and it is no longer default. (bsc#1041159 for fuse, also cronie, etc)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 10:55:09 UTC 2017 - meissner@suse.com
|
||||
|
||||
- Update to version 20170602:
|
||||
* make /etc/ppp owned by root:root. The group dialout usage is no longer used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 07 12:00:00 UTC 2016 - meissner@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package permissions
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -20,14 +20,18 @@
|
||||
BuildRequires: libcap-devel
|
||||
|
||||
Name: permissions
|
||||
Version: 20160807
|
||||
Version: 20170602
|
||||
Release: 0
|
||||
Provides: aaa_base:/etc/permissions
|
||||
PreReq: %fillup_prereq
|
||||
Summary: SUSE Linux Default Permissions
|
||||
# Maintained in github by the security team.
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Security
|
||||
# Maintained in github by the security team.
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires(pre): group(trusted)
|
||||
#!BuildIgnore: group(trusted)
|
||||
%endif
|
||||
Source: permissions-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://github.com/openSUSE/permissions
|
||||
|
Loading…
Reference in New Issue
Block a user