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

Changes of Revision 12

[-] Changed cacti-spine.spec
x
 
1
@@ -26,15 +26,14 @@
2
 
3
 %install
4
 rm -rf %{buildroot}
5
-##%{__install} -D -m0644 spine.conf %{buildroot}%{_sysconfdir}/spine.conf
6
-
7
 %makeinstall
8
+cp %{buildroot}%{_sysconfdir}/spine.conf.dist %{buildroot}%{_sysconfdir}/spine.conf
9
 
10
 %clean
11
 rm -rf %{buildroot}
12
 
13
 %files
14
-%defattr(-, root, root, 0755)
15
+%defattr(-, root, root)
16
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS
17
 %doc LICENSE LICENSE.LGPL README README-WINDOWS
18
 %config(noreplace) %{_sysconfdir}/spine.conf
19