mod_netconf: notification testing version

- refs #655
diff --git a/src/mod_netconf.spec.in b/src/mod_netconf.spec.in
index af04b73..88bc5cf 100644
--- a/src/mod_netconf.spec.in
+++ b/src/mod_netconf.spec.in
@@ -20,7 +20,7 @@
 %setup
 
 %build
-%configure --with-distro=@DISTRO@ @LIBNETCONF_WITH@;
+%configure --with-distro=@DISTRO@ @LIBNETCONF_WITH@ --with-notifications;
 make
 
 %install
@@ -29,7 +29,7 @@
 %post
 #add device module to configuration only when installing, not on update or reinstall.
 #https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Running_scriptlets_only_in_certain_situations
-[ -d /var/run/httpd ] || {mkdir -p /var/run/httpd && chown apache:apache /var/run/httpd}
+[ -d /var/run/httpd ] || { mkdir -p /var/run/httpd && chown apache:apache /var/run/httpd; }
 service httpd restart
 
 %postun