From 1410009b244e96466434a818533984f7cecbe1fa11bd794cf5f6a377c1581997 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 13 Jul 2022 13:53:20 +0000 Subject: [PATCH 1/4] - 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 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=302 --- _servicedata | 2 +- permissions-20220309.tar.xz | 3 --- permissions-20220713.tar.xz | 3 +++ permissions.changes | 8 ++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 permissions-20220309.tar.xz create mode 100644 permissions-20220713.tar.xz diff --git a/_servicedata b/_servicedata index e63bead..c847118 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/permissions.git - aa7c920c549a16d462dd8d4145502987af18aef4 \ No newline at end of file + 2b7ab8d6b9d3e3a2567630f432fc18cb007eb994 \ No newline at end of file diff --git a/permissions-20220309.tar.xz b/permissions-20220309.tar.xz deleted file mode 100644 index ac53597..0000000 --- a/permissions-20220309.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9508d9433928c4e347aacef28e81db8f4241e597d411caf436db573a982e662 -size 47052 diff --git a/permissions-20220713.tar.xz b/permissions-20220713.tar.xz new file mode 100644 index 0000000..f58c559 --- /dev/null +++ b/permissions-20220713.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b7a963f976898bd55caaf2dadb2a3828b0fa54f80a458e45db58a77befc060 +size 47052 diff --git a/permissions.changes b/permissions.changes index 8d211ef..1f46920 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 From 6d3f59fe3d65198fcb98dc0ace08adbed7240c00464bf18447c45269a80161ed Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 13 Jul 2022 13:53:56 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=303 --- permissions.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/permissions.spec b/permissions.spec index 7afbb6a..437ed23 100644 --- a/permissions.spec +++ b/permissions.spec @@ -16,7 +16,7 @@ # -%define VERSION_DATE 20220309 +%define VERSION_DATE 20220713 Name: permissions Version: %{VERSION_DATE}.%{suse_version} From 129b813965667a909002a3e371bccaf2a8dd176ca1a317de3e919e4c27c05374 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 2 Aug 2022 08:12:13 +0000 Subject: [PATCH 3/4] 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. From 8e9d7d11f876ae29b0011bceceb9e5a532c72a3bb067b3d9f3bfed8161f94606 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Aug 2022 07:50:18 +0000 Subject: [PATCH 4/4] Accepting request 993671 from home:dimstar:Factory - Fix dependency from permissions-zypp-plugin to permissions. OBS-URL: https://build.opensuse.org/request/show/993671 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=305 --- permissions.changes | 5 +++++ permissions.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/permissions.changes b/permissions.changes index c7c6465..3b8c683 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 8 06:40:01 UTC 2022 - Dominique Leuenberger + +- Fix dependency from permissions-zypp-plugin to permissions. + ------------------------------------------------------------------- Sat Jul 30 07:14:02 UTC 2022 - Stephan Kulow diff --git a/permissions.spec b/permissions.spec index 90cc4b7..59b4bb9 100644 --- a/permissions.spec +++ b/permissions.spec @@ -101,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