Logoj0ke.net Open Build Service > Projects > internetx:managed:testing > ix-inventory-system > Changes
Sign Up | Log In

Changes of Revision 86

[-] Changed ix-inventory-system.spec
x
 
1
@@ -72,6 +72,8 @@
2
 %__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{pkgname}.conf
3
 %__install -d %{buildroot}/%{wwwdir}
4
 %__install -D -m755 client/ix-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/ix-functions.sh
5
+%__install -D -m755 client/cpu-mem-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/cpu-mem-functions.sh
6
+%__install -D -m755 client/hdd-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/hdd-functions.sh
7
 %__install -m644 server/*.php %{buildroot}/%{wwwdir}/
8
 
9
 %clean
10
@@ -93,6 +95,8 @@
11
 %{_sbindir}/%{pkgname}
12
 %dir %{_sysconfdir}/inventory-system.d
13
 %{_sysconfdir}/inventory-system.d/ix-functions.sh
14
+%{_sysconfdir}/inventory-system.d/cpu-mem-functions.sh
15
+%{_sysconfdir}/inventory-system.d/hdd-functions.sh
16
 
17
 %files server
18
 %defattr(-,root,root)
19