diff --git a/packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in b/packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in index 1ac9f929c..e39a0d3a5 100644 --- a/packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in +++ b/packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in @@ -206,6 +206,9 @@ exit 0 %prefix/bin/cf-hub %prefix/bin/cf-reactor %prefix/bin/runalerts.php +# Only verify owner group mode maj min symlink +# Don't verify md5, size, mtime +%verify(not md5 size mtime) %prefix/bin/runalerts.php #rsync %prefix/bin/rsync # init.d script enterprise part @@ -340,6 +343,9 @@ exit 0 %prefix/share/postgresql/* # PostgreSQL log file %attr(600,cfpostgres,cfpostgres) /var/log/postgresql.log +# Only verify owner group mode maj min symlink +# Don't verify md5, size, mtime +%verify(not md5 size mtime) /var/log/postgresql.log # ENT-2708, ENT-2846 %defattr(600,root,root,700) @@ -373,6 +379,9 @@ exit 0 %defattr(460,root,cfapache,570) %prefix/httpd/conf +%config %prefix/httpd/conf/httpd.conf +# Note: MPF policy must be aligned search for ENT-11096 or cfengine_mp_apache_config_ownership_perms +%attr(400,root,root) %prefix/httpd/conf/httpd.conf %prefix/httpd/error %prefix/httpd/htdocs %prefix/httpd/icons