https://bugzilla.redhat.com/show_bug.cgi?id=1507103 --- Comment #50 from digimer <digimer@xxxxxxxxxx> --- Slight change as per upstream comment to make 'systemd' build dep in the kronosnetd conditional. New .spec and srpm: https://www.alteeve.com/an-repo/files/packages/kronosnet.spec.1.1-2 https://www.alteeve.com/an-repo/files/packages/kronosnet-1.1-2.fc27.src.rpm f26: https://koji.fedoraproject.org/koji/taskinfo?taskID=25311003 f27: https://koji.fedoraproject.org/koji/taskinfo?taskID=25310992 rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=25310980 epel7: https://koji.fedoraproject.org/koji/taskinfo?taskID=25311010 Diff from 1.1-1: ==== --- kronosnet.spec.1.1-1 2018-02-25 13:17:20.497971906 -0500 +++ kronosnet.spec.1.1-2 2018-02-25 23:17:33.268040008 -0500 @@ -70,14 +70,13 @@ Name: kronosnet Summary: Multipoint-to-Multipoint VPN daemon Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ + LGPLv2+ URL: http://www.kronosnet.org Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz # Build dependencies BuildRequires: gcc -BuildRequires: systemd # required to build man pages BuildRequires: libxml2-devel doxygen BuildRequires: pkgconfig(libqb) @@ -106,6 +105,7 @@ BuildRequires: bzip2-devel %endif %if %{defined buildkronosnetd} +BuildRequires: systemd BuildRequires: pam-devel %endif %if %{defined buildautogen} @@ -460,6 +460,9 @@ %endif %changelog +* Sun Feb 25 2018 Madison Kelly <mkelly@xxxxxxxxxx> - 1.1-2 +- Moved the 'BuildRequires: systemd' to be conditional with kronostnetd. + * Sun Feb 25 2018 Madison Kelly <mkelly@xxxxxxxxxx> - 1.1-1 - Rerolled for 1.1 upstream release. - Removed the (no longer needed) gcc8-fixes.patch ==== -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx