https://bugzilla.redhat.com/show_bug.cgi?id=1507103
--- Comment #85 from digimer <digi...@alteeve.ca> --- Removed the 'pkgconfig()' method of handling BuildRequires. New .spec and srpm: https://www.alteeve.com/an-repo/files/packages/kronosnet.spec.1.1-8 https://www.alteeve.com/an-repo/files/packages/kronosnet-1.1-8.fc27.src.rpm f26: https://koji.fedoraproject.org/koji/taskinfo?taskID=25592451 f27: https://koji.fedoraproject.org/koji/taskinfo?taskID=25592465 f28: https://koji.fedoraproject.org/koji/taskinfo?taskID=25592473 rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=25592491 epel7: https://koji.fedoraproject.org/koji/taskinfo?taskID=25592503 Diff from 1.1-7: ==== --- kronosnet.spec.1.1-7 2018-03-07 01:50:40.831722937 -0500 +++ kronosnet.spec.1.1-8 2018-03-09 19:48:42.630061443 -0500 @@ -70,7 +70,7 @@ Name: kronosnet Summary: Multipoint-to-Multipoint VPN daemon Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.kronosnet.org Source0: http://www.kronosnet.org/releases/kronosnet-%{version}.tar.gz @@ -79,27 +79,27 @@ BuildRequires: gcc # required to build man pages BuildRequires: libxml2-devel doxygen -BuildRequires: pkgconfig(libqb) +BuildRequires: libqb-devel %if %{defined buildsctp} BuildRequires: lksctp-tools-devel %endif %if %{defined buildcryptonss} -BuildRequires: pkgconfig(nss) +BuildRequires: nss-devel %endif %if %{defined buildcryptoopenssl} -BuildRequires: pkgconfig(openssl) +BuildRequires: openssl-devel %endif %if %{defined buildcompresszlib} -BuildRequires: pkgconfig(zlib) +BuildRequires: zlib-devel %endif %if %{defined buildcompresslz4} -BuildRequires: pkgconfig(liblz4) >= 1.7 +BuildRequires: lz4-devel %endif %if %{defined buildcompresslzo2} BuildRequires: lzo-devel %endif %if %{defined buildcompresslzma} -BuildRequires: pkgconfig(liblzma) +BuildRequires: xz-devel %endif %if %{defined buildcompressbzip2} BuildRequires: bzip2-devel @@ -470,6 +470,10 @@ %endif %changelog +* Fri Mar 09 2018 Madison Kelly <mke...@alteeve.ca> - 1.1-8 +- Changed pkgconfig() to normal package names to help avoid the wrong + package being pulled in to satisfy dependencies. + * Wed Mar 07 2018 Madison Kelly <mke...@alteeve.ca> - 1.1-7 - Moved the comment back above '%%files -n libknet1-devel'. - Added comment to '%%debug_package'. ==== -- 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@lists.fedoraproject.org To unsubscribe send an email to package-review-le...@lists.fedoraproject.org