From 129b813965667a909002a3e371bccaf2a8dd176ca1a317de3e919e4c27c05374 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 2 Aug 2022 08:12:13 +0000 Subject: [PATCH] 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 --- permissions.changes | 7 +++++++ permissions.spec | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/permissions.changes b/permissions.changes index 1f46920..c7c6465 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 30 07:14:02 UTC 2022 - Stephan Kulow + +- 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 diff --git a/permissions.spec b/permissions.spec index 437ed23..90cc4b7 100644 --- a/permissions.spec +++ b/permissions.spec @@ -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.