From 6c504b45e477e721385361cc3b158b4ac60b7b5f5c9d183c5987ecd1839f2635 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 24 Aug 2023 10:03:22 +0000 Subject: [PATCH 1/3] Accepting request 1084728 from home:fcrozat:branches:server:dns - Add _multibuild to define additional spec files as additional flavors. Eliminates the need for source package links in OBS. - Add _multibuild to define additional spec files as additional flavors. Eliminates the need for source package links in OBS. OBS-URL: https://build.opensuse.org/request/show/1084728 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=161 --- _multibuild | 4 ++++ libunbound-devel-mini.changes | 7 +++++++ unbound.changes | 7 +++++++ 3 files changed, 18 insertions(+) create mode 100644 _multibuild diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..eb83b06 --- /dev/null +++ b/_multibuild @@ -0,0 +1,4 @@ + + libunbound-devel-mini + + diff --git a/libunbound-devel-mini.changes b/libunbound-devel-mini.changes index 4c87afa..565ed2b 100644 --- a/libunbound-devel-mini.changes +++ b/libunbound-devel-mini.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 4 13:57:54 UTC 2023 - Frederic Crozat + +- Add _multibuild to define additional spec files as additional + flavors. + Eliminates the need for source package links in OBS. + ------------------------------------------------------------------- Thu Feb 23 09:15:48 UTC 2023 - Pedro Monreal diff --git a/unbound.changes b/unbound.changes index 8bedaf7..c17cc0e 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 4 13:57:54 UTC 2023 - Frederic Crozat + +- Add _multibuild to define additional spec files as additional + flavors. + Eliminates the need for source package links in OBS. + ------------------------------------------------------------------- Thu Feb 23 09:15:48 UTC 2023 - Pedro Monreal From 1661813f4beda249e52e07e7e3c5da16fe3a5c1dcd3e6d4dd29f1c6357da9710 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 24 Aug 2023 10:06:41 +0000 Subject: [PATCH 2/3] Accepting request 1103293 from home:adrianSuSE:branches:server:dns openSUSE:Factory libunbound-devel-mini flavor is configured to sync build counter with unbound package. This means it always triggers a bootstrap 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/1103293 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=162 --- libunbound-devel-mini.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libunbound-devel-mini.spec b/libunbound-devel-mini.spec index 350c22b..006080b 100644 --- a/libunbound-devel-mini.spec +++ b/libunbound-devel-mini.spec @@ -23,6 +23,7 @@ # Name: libunbound-devel-mini Version: 1.17.1 +#!BcntSyncTag: unbound Release: 0 Summary: Just a devel package for build loops License: BSD-3-Clause From fbf5ab58363e9c89c5acb7e34ff4100daaca84c38c46da1301de9251ae075236 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 24 Aug 2023 10:09:17 +0000 Subject: [PATCH 3/3] add changes entry OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=163 --- unbound.changes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/unbound.changes b/unbound.changes index c17cc0e..e20ce8c 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Aug 24 10:07:02 UTC 2023 - Marcus Rueckert + +- openSUSE:Factory libunbound-devel-mini flavor is configured to + sync build counter with unbound package. This means it always + triggers a bootstrap 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. + + This adds the !BcntSyncTag: unbound to the mini spec file + + Details: + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/6GUU6JUQE72WCWEZCSLQYJLVVTNHBVTE/ + ------------------------------------------------------------------- Thu May 4 13:57:54 UTC 2023 - Frederic Crozat