Skip to content

Commit

Permalink
Update the spec file to mark config files as such.
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>

Conflicts:

	xapi.spec.in
  • Loading branch information
Jon Ludlam committed Oct 25, 2012
1 parent 0cbfab0 commit a2daafb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions xapi.spec.in
Expand Up @@ -149,7 +149,7 @@ rm -rf $RPM_BUILD_ROOT
%files core %files core
%defattr(-,root,root,-) %defattr(-,root,root,-)
@OPTDIR@/bin/xapi @OPTDIR@/bin/xapi
/etc/xapi.conf %config(noreplace) /etc/xapi.conf
/etc/logrotate.d/audit /etc/logrotate.d/audit
/etc/logrotate.d/v6d /etc/logrotate.d/v6d
/etc/logrotate.d/xapi /etc/logrotate.d/xapi
Expand All @@ -161,8 +161,8 @@ rm -rf $RPM_BUILD_ROOT
/etc/rc.d/init.d/xapissl /etc/rc.d/init.d/xapissl
/etc/rc.d/init.d/xenservices /etc/rc.d/init.d/xenservices
/etc/rc.d/init.d/genptoken /etc/rc.d/init.d/genptoken
/etc/sysconfig/perfmon %config(noreplace) /etc/sysconfig/perfmon
/etc/sysconfig/xapi %config(noreplace) /etc/sysconfig/xapi
/etc/xapi.d/base-path /etc/xapi.d/base-path
/etc/xapi.d/plugins/DRAC.py /etc/xapi.d/plugins/DRAC.py
/etc/xapi.d/plugins/DRAC.pyo /etc/xapi.d/plugins/DRAC.pyo
Expand All @@ -183,11 +183,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/xapi.d/plugins/wlan.pyo /etc/xapi.d/plugins/wlan.pyo
/etc/xapi.d/plugins/wlan.pyc /etc/xapi.d/plugins/wlan.pyc
/etc/xapi.d/plugins/iovirt /etc/xapi.d/plugins/iovirt
/etc/xensource/db.conf %config(noreplace) /etc/xensource/db.conf
/etc/xensource/db.conf.rio %config(noreplace) /etc/xensource/db.conf.rio
/etc/xensource/master.d/01-example /etc/xensource/master.d/01-example
/etc/xensource/master.d/03-mpathalert-daemon /etc/xensource/master.d/03-mpathalert-daemon
/etc/xensource/pool.conf %config(noreplace) /etc/xensource/pool.conf
@OPTDIR@/bin/fix_firewall.sh @OPTDIR@/bin/fix_firewall.sh
@OPTDIR@/bin/list_domains @OPTDIR@/bin/list_domains
@OPTDIR@/bin/mpathalert @OPTDIR@/bin/mpathalert
Expand Down Expand Up @@ -259,7 +259,7 @@ rm -rf $RPM_BUILD_ROOT
@OPTDIR@/libexec/shell.pyc @OPTDIR@/libexec/shell.pyc
@OPTDIR@/libexec/shutdown @OPTDIR@/libexec/shutdown
@OPTDIR@/libexec/sparse_dd @OPTDIR@/libexec/sparse_dd
/etc/sparse_dd.conf %config(noreplace) /etc/sparse_dd.conf
@OPTDIR@/libexec/update-mh-info @OPTDIR@/libexec/update-mh-info
@OPTDIR@/libexec/upload-wrapper @OPTDIR@/libexec/upload-wrapper
@OPTDIR@/libexec/vncterm-wrapper @OPTDIR@/libexec/vncterm-wrapper
Expand Down Expand Up @@ -296,13 +296,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
@OPTDIR@/libexec/squeezed @OPTDIR@/libexec/squeezed
/etc/rc.d/init.d/squeezed /etc/rc.d/init.d/squeezed
/etc/squeezed.conf %config(noreplace) /etc/squeezed.conf


%files xenopsd %files xenopsd
%defattr(-,root,root,-) %defattr(-,root,root,-)
@OPTDIR@/libexec/xenopsd @OPTDIR@/libexec/xenopsd
/etc/rc.d/init.d/xenopsd /etc/rc.d/init.d/xenopsd
/etc/xenopsd.conf %config(noreplace) /etc/xenopsd.conf
@OPTDIR@/bin/xn @OPTDIR@/bin/xn
/usr/bin/xn /usr/bin/xn
/etc/xensource/bugtool/xenopsd.xml /etc/xensource/bugtool/xenopsd.xml
Expand All @@ -325,7 +325,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
@OPTDIR@/libexec/xcp-rrdd @OPTDIR@/libexec/xcp-rrdd
/etc/rc.d/init.d/xcp-rrdd /etc/rc.d/init.d/xcp-rrdd
/etc/xcp-rrdd.conf %config(noreplace) /etc/xcp-rrdd.conf
/usr/lib/python2.4/site-packages/rrdd.py /usr/lib/python2.4/site-packages/rrdd.py
/usr/lib/python2.4/site-packages/rrdd.pyc /usr/lib/python2.4/site-packages/rrdd.pyc
/usr/lib/python2.4/site-packages/rrdd.pyo /usr/lib/python2.4/site-packages/rrdd.pyo
Expand Down

0 comments on commit a2daafb

Please sign in to comment.