[dhcp/f20] build with --enable-log-pid

Jiří Popelka jpopelka at fedoraproject.org
Thu Jul 10 18:20:02 UTC 2014


commit 3a3c522e38f9fb0ea59ce75d12f8be8e80fdbded
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Thu Jul 10 20:19:43 2014 +0200

    build with --enable-log-pid

 dhcp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dhcp.spec b/dhcp.spec
index ece5a2b..6b1d37e 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -18,7 +18,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.7
-Release:  0.1.%{prever}%{?dist}
+Release:  0.2.%{prever}%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -351,6 +351,7 @@ CFLAGS="%{optflags} -fno-strict-aliasing" \
     --with-ldapcrypto \
     --with-libbind=%{_includedir} --with-libbind-libs=%{_libdir} \
     --disable-static \
+    --enable-log-pid \
 %if %sdt
     --enable-systemtap \
     --with-tapset-install-dir=%{tapsetdir} \
@@ -601,6 +602,9 @@ done
 
 
 %changelog
+* Thu Jul 10 2014 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.7-0.2.b1
+- build with --enable-log-pid
+
 * Thu Jul 10 2014 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.7-0.1.b1
 - 4.2.7b1
 


More information about the scm-commits mailing list