From a91c360a7115e5d72260869286742ce83db3a9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20H=C3=A4m=C3=A4l=C3=A4inen?= Date: Wed, 21 Aug 2019 11:53:33 +0300 Subject: [PATCH] [packages] Add libselinux to packages_in_tools, needed by systemd-libs. JB#43487 --- rpm/sb2-tools-qt5-aarch64.spec | 5 ++++- rpm/sb2-tools-qt5-armv7hl.spec | 5 ++++- rpm/sb2-tools-qt5-armv7l.spec | 5 ++++- rpm/sb2-tools-qt5-mipsel.spec | 5 ++++- rpm/sb2-tools-qt5-template.spec | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/rpm/sb2-tools-qt5-aarch64.spec b/rpm/sb2-tools-qt5-aarch64.spec index a18f2f0..b6d0f65 100644 --- a/rpm/sb2-tools-qt5-aarch64.spec +++ b/rpm/sb2-tools-qt5-aarch64.spec @@ -1,7 +1,10 @@ %define __strip /bin/true %define architecture_target aarch64 %define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm -%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error +# qt5-qtcore: needed by uic from qt5-tools +# systemd-libs libgcrypt libgpg-error: needed by qt5-qtcore +# libselinux: needed by systemd-libs +%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error libselinux Name: sb2-tools-qt5-aarch64 Version: 1.0 Release: 1 diff --git a/rpm/sb2-tools-qt5-armv7hl.spec b/rpm/sb2-tools-qt5-armv7hl.spec index 6a588a5..3d8f152 100644 --- a/rpm/sb2-tools-qt5-armv7hl.spec +++ b/rpm/sb2-tools-qt5-armv7hl.spec @@ -1,7 +1,10 @@ %define __strip /bin/true %define architecture_target armv7hl %define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm -%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error +# qt5-qtcore: needed by uic from qt5-tools +# systemd-libs libgcrypt libgpg-error: needed by qt5-qtcore +# libselinux: needed by systemd-libs +%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error libselinux Name: sb2-tools-qt5-armv7hl Version: 1.0 Release: 1 diff --git a/rpm/sb2-tools-qt5-armv7l.spec b/rpm/sb2-tools-qt5-armv7l.spec index 449532e..1487220 100644 --- a/rpm/sb2-tools-qt5-armv7l.spec +++ b/rpm/sb2-tools-qt5-armv7l.spec @@ -1,7 +1,10 @@ %define __strip /bin/true %define architecture_target armv7l %define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm -%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error +# qt5-qtcore: needed by uic from qt5-tools +# systemd-libs libgcrypt libgpg-error: needed by qt5-qtcore +# libselinux: needed by systemd-libs +%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error libselinux Name: sb2-tools-qt5-armv7l Version: 1.0 Release: 1 diff --git a/rpm/sb2-tools-qt5-mipsel.spec b/rpm/sb2-tools-qt5-mipsel.spec index b08dee6..2cffc32 100644 --- a/rpm/sb2-tools-qt5-mipsel.spec +++ b/rpm/sb2-tools-qt5-mipsel.spec @@ -1,7 +1,10 @@ %define __strip /bin/true %define architecture_target mipsel %define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm -%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error +# qt5-qtcore: needed by uic from qt5-tools +# systemd-libs libgcrypt libgpg-error: needed by qt5-qtcore +# libselinux: needed by systemd-libs +%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error libselinux Name: sb2-tools-qt5-mipsel Version: 1.0 Release: 1 diff --git a/rpm/sb2-tools-qt5-template.spec b/rpm/sb2-tools-qt5-template.spec index 1e0df42..19894f4 100644 --- a/rpm/sb2-tools-qt5-template.spec +++ b/rpm/sb2-tools-qt5-template.spec @@ -1,7 +1,10 @@ %define __strip /bin/true %define architecture_target @ARCH@ %define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm -%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error +# qt5-qtcore: needed by uic from qt5-tools +# systemd-libs libgcrypt libgpg-error: needed by qt5-qtcore +# libselinux: needed by systemd-libs +%define packages_in_tools qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd-libs libgcrypt libgpg-error libselinux Name: sb2-tools-qt5-@ARCH@ Version: 1.0 Release: 1