From e854ef5d0209be57d3a7054077c55a64d086f932 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 9 Mar 2011 08:03:24 +0100 Subject: [PATCH] fix packaging --- setup.py | 2 +- sfa.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 46a8fe4e..3ccb93fc 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'sfa/trust/sig.xsd', 'sfa/trust/xml.xsd', 'sfa/trust/protogeni-rspec-common.xsd', - 'flash_policy/flashpolicy_config.xml', + 'flashpolicy/sfa_flashpolicy_config.xml', ]), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), diff --git a/sfa.spec b/sfa.spec index 4f4c4123..e61472c5 100644 --- a/sfa.spec +++ b/sfa.spec @@ -164,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT %files flashpolicy %{_bindir}/sfa_flashpolicy.py -/etc/sfa/flashpolicy_config.xml +/etc/sfa/sfa_flashpolicy_config.xml %files tests %{_datadir}/sfa/tests -- 2.47.0