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.