Skip to content

Commit

Permalink
[packages] Add json-c to packages_in_tools, needed by cryptsetup-libs…
Browse files Browse the repository at this point in the history
…. JB#49710

Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed May 12, 2020
1 parent c5c3ed0 commit bd55266
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion rpm/sb2-tools-qt5-aarch64.spec
Expand Up @@ -7,7 +7,8 @@
# systemd: needed by uic from qt5-tools
# cryptsetup-libs: needed by uic from qt5-tools
# device-mapper-libs: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
# json-c: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs json-c qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
Name: sb2-tools-qt5-aarch64
Version: 1.0
Release: 1
Expand Down
3 changes: 2 additions & 1 deletion rpm/sb2-tools-qt5-armv7hl.spec
Expand Up @@ -7,7 +7,8 @@
# systemd: needed by uic from qt5-tools
# cryptsetup-libs: needed by uic from qt5-tools
# device-mapper-libs: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
# json-c: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs json-c qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
Name: sb2-tools-qt5-armv7hl
Version: 1.0
Release: 1
Expand Down
3 changes: 2 additions & 1 deletion rpm/sb2-tools-qt5-armv7l.spec
Expand Up @@ -7,7 +7,8 @@
# systemd: needed by uic from qt5-tools
# cryptsetup-libs: needed by uic from qt5-tools
# device-mapper-libs: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
# json-c: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs json-c qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
Name: sb2-tools-qt5-armv7l
Version: 1.0
Release: 1
Expand Down
3 changes: 2 additions & 1 deletion rpm/sb2-tools-qt5-mipsel.spec
Expand Up @@ -7,7 +7,8 @@
# systemd: needed by uic from qt5-tools
# cryptsetup-libs: needed by uic from qt5-tools
# device-mapper-libs: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
# json-c: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs json-c qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
Name: sb2-tools-qt5-mipsel
Version: 1.0
Release: 1
Expand Down
3 changes: 2 additions & 1 deletion rpm/sb2-tools-qt5-template.spec
Expand Up @@ -7,7 +7,8 @@
# systemd: needed by uic from qt5-tools
# cryptsetup-libs: needed by uic from qt5-tools
# device-mapper-libs: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
# json-c: needed by cryptsetup-libs
%define packages_in_tools cryptsetup-libs device-mapper-libs json-c qt5-qmake qt5-tools qt5-qtcore qt5-qtxml systemd systemd-libs libgcrypt libgpg-error libselinux
Name: sb2-tools-qt5-@ARCH@
Version: 1.0
Release: 1
Expand Down

0 comments on commit bd55266

Please sign in to comment.