Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
managed
:
testing
>
ix-inventory-system
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 86
[-]
[+]
Changed
ix-inventory-system.spec
@@ -72,6 +72,8 @@ %__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{pkgname}.conf %__install -d %{buildroot}/%{wwwdir} %__install -D -m755 client/ix-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/ix-functions.sh +%__install -D -m755 client/cpu-mem-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/cpu-mem-functions.sh +%__install -D -m755 client/hdd-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/hdd-functions.sh %__install -m644 server/*.php %{buildroot}/%{wwwdir}/ %clean @@ -93,6 +95,8 @@ %{_sbindir}/%{pkgname} %dir %{_sysconfdir}/inventory-system.d %{_sysconfdir}/inventory-system.d/ix-functions.sh +%{_sysconfdir}/inventory-system.d/cpu-mem-functions.sh +%{_sysconfdir}/inventory-system.d/hdd-functions.sh %files server %defattr(-,root,root)