From 83e6864b78d014901a49d34be92b53157e13e9b0 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 13 Aug 2019 09:34:56 -0700 Subject: [PATCH 1/2] Version bump in Linux packages for new binaries. --- debian/changelog | 7 +++++++ zerotier-one.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d5c049ad..0bf2307a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zerotier-one (1.4.2-2) unstable; urgency=medium + + * See https://github.com/zerotier/ZeroTierOne for release notes. + * This is a new build that fixes a binary build issue with containers and SELinux + + -- Adam Ierymenko Thu, 04 Aug 2019 01:00:00 -0700 + zerotier-one (1.4.2) unstable; urgency=medium * See https://github.com/zerotier/ZeroTierOne for release notes. diff --git a/zerotier-one.spec b/zerotier-one.spec index 6123eb70..46e166fd 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,6 +1,6 @@ Name: zerotier-one Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ZeroTier One network virtualization service License: GPLv3 From a0fb5196962ddd885edba83c23c82376eae4e122 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 13 Aug 2019 12:58:14 -0700 Subject: [PATCH 2/2] Make sure libstdc++ is in RH spec file --- zerotier-one.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerotier-one.spec b/zerotier-one.spec index 46e166fd..6649e653 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -14,7 +14,7 @@ BuildRequires: systemd BuildRequires: systemd %endif -Requires: iproute +Requires: iproute libstdc++ %if 0%{?rhel} >= 7 Requires: systemd