Skip to content

Commit

Permalink
[packages] Add libselinux to packages_in_tools, needed by systemd-lib…
Browse files Browse the repository at this point in the history
…s. JB#43487
  • Loading branch information
jusa committed Aug 21, 2019
1 parent 1d5cc71 commit a91c360
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down
5 changes: 4 additions & 1 deletion 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
Expand Down
5 changes: 4 additions & 1 deletion 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
Expand Down
5 changes: 4 additions & 1 deletion 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
Expand Down
5 changes: 4 additions & 1 deletion 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
Expand Down

0 comments on commit a91c360

Please sign in to comment.