From 9ee66c5977bf166ffba782ab97951e18926accdb016caa5ba09df08cacfaecd1 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 14 Aug 2023 07:23:58 +0000 Subject: [PATCH 1/3] Accepting request 1103292 from home:adrianSuSE:branches:security:SELinux openSUSE:Factory python-semanage flavor is configured to sync build counter with libsemanage package. This means it always triggers a build no matter which of the packages got initially triggered. I am not sure if this is needed at all, if yes, please accept this request and forward with an explenation. If not, just decline it and we will remove the build counter syncing in factory as well. thanks Details: https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/6GUU6JUQE72WCWEZCSLQYJLVVTNHBVTE/ OBS-URL: https://build.opensuse.org/request/show/1103292 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=104 --- python-semanage.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-semanage.spec b/python-semanage.spec index 561996c..0777a99 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -25,6 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semanage Version: 3.5 +#!BcntSyncTag: libsemanage Release: 0 Summary: Python bindings for SELinux's policy management library License: LGPL-2.1-only From 254717b3f17790d8e71ccd82ffe95477ffb15525cd9a336e01fd7e07c2693a54 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 14 Aug 2023 08:08:06 +0000 Subject: [PATCH 2/3] - Remove build counter syncing OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=105 --- libsemanage.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libsemanage.changes b/libsemanage.changes index 852d4d2..4e343cd 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 14 08:07:46 UTC 2023 - Johannes Segitz + +- Remove build counter syncing + ------------------------------------------------------------------- Thu May 4 14:20:40 UTC 2023 - Frederic Crozat From 30ffe318a4c513c835293b9c0666a9d167865a4957c3a80eabecaa7c73cc703e Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 14 Aug 2023 09:52:33 +0000 Subject: [PATCH 3/3] - Remove build counter syncing for real OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=106 --- libsemanage.changes | 2 +- python-semanage.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libsemanage.changes b/libsemanage.changes index 4e343cd..c3f1bff 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Aug 14 08:07:46 UTC 2023 - Johannes Segitz -- Remove build counter syncing +- Remove build counter syncing for real ------------------------------------------------------------------- Thu May 4 14:20:40 UTC 2023 - Frederic Crozat diff --git a/python-semanage.spec b/python-semanage.spec index 0777a99..561996c 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -25,7 +25,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semanage Version: 3.5 -#!BcntSyncTag: libsemanage Release: 0 Summary: Python bindings for SELinux's policy management library License: LGPL-2.1-only