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.
This commit is contained in:
Rob Crittenden 2017-10-04 13:35:02 -04:00
parent 41e3137ddf
commit 3987281325

View File

@ -26,7 +26,7 @@
Name: certmonger Name: certmonger
Version: 0.79.5 Version: 0.79.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
Group: System Environment/Daemons Group: System Environment/Daemons
@ -74,8 +74,7 @@ BuildRequires: /usr/bin/unix2dos
BuildRequires: /usr/bin/which BuildRequires: /usr/bin/which
# for dbus tests # for dbus tests
BuildRequires: dbus-python BuildRequires: dbus-python
# for popt or popt-devel, depending on the build environment BuildRequires: popt-devel
BuildRequires: /usr/include/popt.h
# we need a running system bus # we need a running system bus
Requires: dbus Requires: dbus
@ -244,6 +243,9 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Oct 4 2017 Rob Crittenden <rcritten@redhat.com> 0.79.5-2
- Switch BR from /usr/include/popt.h to popt-devel
* Fri Sep 1 2017 Rob Crittenden <rcritten@redhat.com> 0.79.5-1 * Fri Sep 1 2017 Rob Crittenden <rcritten@redhat.com> 0.79.5-1
- update to 0.79.5: - update to 0.79.5:
- getcert start-tracking: use issuer option when specified - getcert start-tracking: use issuer option when specified