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:
Matthias Gerstner 2022-08-02 08:12:13 +00:00 committed by Git OBS Bridge
parent 6d3f59fe3d
commit 129b813965
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -19,7 +19,7 @@
%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.