From 263b63f212e95916a6c321f60adc8b216fbf32ec Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Feb 03 2009 00:57:19 +0000 Subject: - Own the %{_sysconfdir}/bodhi directory. --- diff --git a/bodhi.spec b/bodhi.spec index b554c21..a5b395c 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -3,7 +3,7 @@ Name: bodhi Version: 0.5.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -100,6 +100,7 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %{_bindir}/start-%{name} %{_bindir}/%{name}-* %{_sysconfdir}/httpd/conf.d/bodhi.conf +%dir %{_sysconfdir}/bodhi/ %attr(-,apache,root) %{_datadir}/%{name} %attr(-,apache,root) %config(noreplace) %{_sysconfdir}/bodhi/* %attr(-,apache,root) %{_localstatedir}/log/bodhi @@ -113,6 +114,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Mon Feb 2 2009 Toshio Kuratomi - 0.5.16-2 +- Own the %%{_sysconfdir}/bodhi directory. + * Mon Jan 05 2009 Luke Macken - 0.5.16-1 - Latest upstream bugfix release.