[Git][NTPsec/ntpsec][master] OpenSUSE: fix zypper install recipe
Gary E. Miller
gitlab at mg.gitlab.com
Tue Jan 24 03:37:24 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
339329d4 by Gary E. Miller at 2017-01-23T19:36:45-08:00
OpenSUSE: fix zypper install recipe
- - - - -
1 changed file:
- buildprep
Changes:
=====================================
buildprep
=====================================
--- a/buildprep
+++ b/buildprep
@@ -85,7 +85,7 @@ case $installer in
$do $installer install libseccomp-devel openssl-devel openssl-libs
$do $installer install pps-tools pps-tools-devel python python-devel
;;
- yast|zypper)
+ yast)
echo "# SLES versions 12 and earlier do not have pps-tools"
$do $installer --install basis-devel gnuplot libcap-devel libcap2
$do $installer --install liberation-fonts libseccomp-devel
@@ -93,6 +93,14 @@ case $installer in
$do $installer --install openssl-libs openssl-devel
$do $installer --install python-devel
;;
+ zypper)
+ echo "# SLES versions 12 and earlier do not have pps-tools"
+ $do $installer install basis-devel gnuplot libcap-devel libcap2
+ $do $installer install liberation-fonts libseccomp-devel
+ $do $installer install libsodium-devel libsodium13
+ $do $installer install openssl-libs openssl-devel
+ $do $installer install python-devel
+ ;;
esac
echo "# libsodium is a point of pain; some older distributions don't carry it."
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/339329d44c7383521246b17d47ea5380c9260d35
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170124/2d49cbc3/attachment.html>
More information about the vc
mailing list