forked from pool/permissions
Accepting request 993693 from Base:System
OBS-URL: https://build.opensuse.org/request/show/993693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=151
This commit is contained in:
commit
aba2402a27
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="changesrevision">aa7c920c549a16d462dd8d4145502987af18aef4</param></service></servicedata>
|
||||
<param name="changesrevision">2b7ab8d6b9d3e3a2567630f432fc18cb007eb994</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9508d9433928c4e347aacef28e81db8f4241e597d411caf436db573a982e662
|
||||
size 47052
|
3
permissions-20220713.tar.xz
Normal file
3
permissions-20220713.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3b7a963f976898bd55caaf2dadb2a3828b0fa54f80a458e45db58a77befc060
|
||||
size 47052
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 06:40:01 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix dependency from permissions-zypp-plugin to permissions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 30 07:14:02 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- Avoid different Versions for subpackages to fix build-compare
|
||||
seeing the src rpm as equal. It replaces VERSION-RELEASE but
|
||||
that will fail if subpackages use a different Version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 13:52:09 UTC 2022 - matthias.gerstner@suse.com
|
||||
|
||||
- Update to version 20220713:
|
||||
* postfix: add postlog setgid for maildrop binary (bsc#1201385)
|
||||
* libexec migration: KDE utilities now properly place their helpers
|
||||
* pccardctl: installation path has finally changed to /usr/sbin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 11:14:05 UTC 2022 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define VERSION_DATE 20220309
|
||||
%define VERSION_DATE 20220713
|
||||
|
||||
Name: permissions
|
||||
Version: %{VERSION_DATE}.%{suse_version}
|
||||
Version: %{suse_version}_%{VERSION_DATE}
|
||||
Release: 0
|
||||
Summary: SUSE Linux Default Permissions
|
||||
# Maintained in github by the security team.
|
||||
@ -62,8 +62,6 @@ This package does not contain files, it just requires the necessary packages.
|
||||
%package config
|
||||
Summary: SUSE Linux Default Permissions config files
|
||||
Group: Productivity/Security
|
||||
Version: %{suse_version}_%{VERSION_DATE}
|
||||
Release: 0
|
||||
Requires(post): %fillup_prereq
|
||||
Requires(post): chkstat
|
||||
#!BuildIgnore: group(trusted)
|
||||
@ -93,8 +91,6 @@ The actual permissions configuration files, /usr/share/permissions/permission.*.
|
||||
%package -n chkstat
|
||||
Summary: SUSE Linux Default Permissions tool
|
||||
Group: Productivity/Security
|
||||
Version: %{suse_version}_%{VERSION_DATE}
|
||||
Release: 0
|
||||
|
||||
%description -n chkstat
|
||||
Tool to check and set file permissions.
|
||||
@ -105,7 +101,7 @@ Tool to check and set file permissions.
|
||||
|
||||
%package -n permissions-zypp-plugin
|
||||
BuildArch: noarch
|
||||
Requires: permissions = %{VERSION_DATE}.%{suse_version}
|
||||
Requires: permissions = %{version}
|
||||
Requires: python3-zypp-plugin
|
||||
Requires: libzypp(plugin:commit) = 1
|
||||
Summary: A zypper commit plugin for calling chkstat
|
||||
|
Loading…
Reference in New Issue
Block a user