From bbb2a1b855f329a9749ac297191b1b84ba6341bb Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Sat, 11 Jun 2022 18:35:34 +0200 Subject: [PATCH] Move protobuf-c to BaseOS --- autocatalog.cfg | 54 ++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/autocatalog.cfg b/autocatalog.cfg index 9d6ab23..706ad9f 100644 --- a/autocatalog.cfg +++ b/autocatalog.cfg @@ -23924,33 +23924,6 @@ package { multilib: "x86_64" } } -package { - name: "protobuf-c" - type: PACKAGE_TYPE_NORMAL_FORK - repository { - name: "AppStream" - include_filter: "protobuf-c.aarch64" - include_filter: "protobuf-c.ppc64le" - include_filter: "protobuf-c.s390x" - include_filter: "protobuf-c.i686" - include_filter: "protobuf-c.x86_64" - multilib: "x86_64" - } - repository { - name: "CRB" - include_filter: "protobuf-c-compiler.aarch64" - include_filter: "protobuf-c-devel.aarch64" - include_filter: "protobuf-c-compiler.ppc64le" - include_filter: "protobuf-c-devel.ppc64le" - include_filter: "protobuf-c-compiler.s390x" - include_filter: "protobuf-c-devel.s390x" - include_filter: "protobuf-c-compiler.i686" - include_filter: "protobuf-c-compiler.x86_64" - include_filter: "protobuf-c-devel.i686" - include_filter: "protobuf-c-devel.x86_64" - multilib: "x86_64" - } -} package { name: "ps_mem" type: PACKAGE_TYPE_NORMAL_FORK @@ -34323,6 +34296,33 @@ package { multilib: "x86_64" } } +package { + name: "protobuf-c" + type: PACKAGE_TYPE_NORMAL_FORK + repository { + name: "BaseOS" + include_filter: "protobuf-c.aarch64" + include_filter: "protobuf-c.ppc64le" + include_filter: "protobuf-c.s390x" + include_filter: "protobuf-c.i686" + include_filter: "protobuf-c.x86_64" + multilib: "x86_64" + } + repository { + name: "CRB" + include_filter: "protobuf-c-compiler.aarch64" + include_filter: "protobuf-c-devel.aarch64" + include_filter: "protobuf-c-compiler.ppc64le" + include_filter: "protobuf-c-devel.ppc64le" + include_filter: "protobuf-c-compiler.s390x" + include_filter: "protobuf-c-devel.s390x" + include_filter: "protobuf-c-compiler.i686" + include_filter: "protobuf-c-compiler.x86_64" + include_filter: "protobuf-c-devel.i686" + include_filter: "protobuf-c-devel.x86_64" + multilib: "x86_64" + } +} package { name: "psacct" type: PACKAGE_TYPE_NORMAL_FORK