Logoj0ke.net Open Build Service > Projects > server:monitoring > collectd > Changes
Sign Up | Log In

Changes of Revision 30

[-] Changed collectd.spec
x
 
1
@@ -136,6 +136,7 @@
2
 %{_sbindir}/collectd
3
 %{_sbindir}/collectdmon
4
 %dir %{_libdir}/collectd
5
+%dir %{_datadir}/collectd
6
 %{_datadir}/collectd/types.db
7
 %{_libdir}/collectd/*.so
8
 %{_libdir}/collectd/*.la
9
@@ -146,6 +147,7 @@
10
 %{perl_vendorlib}/Collectd/*
11
 %{perl_vendorarch}/auto/Collectd
12
 %{_datadir}/collectd/postgresql_default.conf
13
+%dir %{_includedir}/%{name}
14
 %{_includedir}/%{name}/*.h
15
 %doc %{_mandir}/man1/collectd.1*
16
 %doc %{_mandir}/man1/collectd-nagios.1*
17
@@ -166,6 +168,8 @@
18
 %files web
19
 %defattr(-,root,root)
20
 %config(noreplace) /etc/apache2/conf.d/%{name}.conf
21
+%dir /etc/apache2
22
+%dir /etc/apache2/conf.d
23
 /srv/www/collectd
24
 
25
 %changelog
26