From 97ba56564430dda29a1bcbd349f5044a572d8db4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Oct 04 2017 17:35:51 +0000 Subject: Switch BR from /usr/include/popt.h to popt-devel The BuildRequires was setup to use a file because for some older distributions popt.h was included in popt itself. It's time to remove this workaround. --- diff --git a/certmonger.spec b/certmonger.spec index 99a5b7b..15604b0 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -26,7 +26,7 @@ Name: certmonger Version: 0.79.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -74,8 +74,7 @@ BuildRequires: /usr/bin/unix2dos BuildRequires: /usr/bin/which # for dbus tests BuildRequires: dbus-python -# for popt or popt-devel, depending on the build environment -BuildRequires: /usr/include/popt.h +BuildRequires: popt-devel # we need a running system bus Requires: dbus @@ -244,6 +243,9 @@ exit 0 %endif %changelog +* Wed Oct 4 2017 Rob Crittenden 0.79.5-2 +- Switch BR from /usr/include/popt.h to popt-devel + * Fri Sep 1 2017 Rob Crittenden 0.79.5-1 - update to 0.79.5: - getcert start-tracking: use issuer option when specified