forked from pool/permissions
Accepting request 991795 from home:coolo:factory:ring0
- 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 OBS-URL: https://build.opensuse.org/request/show/991795 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=304
This commit is contained in:
parent
6d3f59fe3d
commit
129b813965
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Jul 13 13:52:09 UTC 2022 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define VERSION_DATE 20220713
|
%define VERSION_DATE 20220713
|
||||||
|
|
||||||
Name: permissions
|
Name: permissions
|
||||||
Version: %{VERSION_DATE}.%{suse_version}
|
Version: %{suse_version}_%{VERSION_DATE}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SUSE Linux Default Permissions
|
Summary: SUSE Linux Default Permissions
|
||||||
# Maintained in github by the security team.
|
# 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
|
%package config
|
||||||
Summary: SUSE Linux Default Permissions config files
|
Summary: SUSE Linux Default Permissions config files
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: %{suse_version}_%{VERSION_DATE}
|
|
||||||
Release: 0
|
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(post): chkstat
|
Requires(post): chkstat
|
||||||
#!BuildIgnore: group(trusted)
|
#!BuildIgnore: group(trusted)
|
||||||
@ -93,8 +91,6 @@ The actual permissions configuration files, /usr/share/permissions/permission.*.
|
|||||||
%package -n chkstat
|
%package -n chkstat
|
||||||
Summary: SUSE Linux Default Permissions tool
|
Summary: SUSE Linux Default Permissions tool
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: %{suse_version}_%{VERSION_DATE}
|
|
||||||
Release: 0
|
|
||||||
|
|
||||||
%description -n chkstat
|
%description -n chkstat
|
||||||
Tool to check and set file permissions.
|
Tool to check and set file permissions.
|
||||||
|
Loading…
Reference in New Issue
Block a user