Logoj0ke.net Open Build Service > Projects > home:netmax:tools > inventory-system > Changes
Sign Up | Log In

Changes of Revision 104

[-] Changed _service:set_version:inventory-system.spec
x
 
1
@@ -1,7 +1,7 @@
2
 %define        pkgname inventory-system
3
 Name:      inventory-system
4
 Release:   0
5
-Version:   0.0.6381
6
+Version:   0.0.6705
7
 Url:       http://www.linux-administrator.com/
8
 License:   GPLv2
9
 Group:     System
10
@@ -68,6 +68,7 @@
11
 %install
12
 %__install -D -m755 client/%{name}.sh %{buildroot}%{_sbindir}/%{name}
13
 %__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem
14
+%__install -D -m644 client/cron.reboot %{buildroot}%{_sysconfdir}/cron.d/inventory-system
15
 %__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{name}.conf
16
 %__install -d %{buildroot}/%{wwwdir}
17
 %__install -m644 server/*.php %{buildroot}/%{wwwdir}/
18
@@ -88,6 +89,7 @@
19
 %defattr(-,root,root)
20
 %config(noreplace) %{_sysconfdir}/%{name}.conf
21
 %{_sysconfdir}/cron.daily/inventorysystem
22
+%{_sysconfdir}/cron.d/inventory-system
23
 %dir %{_sysconfdir}/inventory-system.d
24
 %{_sysconfdir}/inventory-system.d/addon-functions.sh
25
 %{_sbindir}/%{name}
26
[-] Changed inventory-system.spec ^
17
 
1
@@ -68,6 +68,7 @@
2
 %install
3
 %__install -D -m755 client/%{name}.sh %{buildroot}%{_sbindir}/%{name}
4
 %__install -D -m755 client/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/inventorysystem
5
+%__install -D -m644 client/cron.reboot %{buildroot}%{_sysconfdir}/cron.d/inventory-system
6
 %__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{name}.conf
7
 %__install -d %{buildroot}/%{wwwdir}
8
 %__install -m644 server/*.php %{buildroot}/%{wwwdir}/
9
@@ -88,6 +89,7 @@
10
 %defattr(-,root,root)
11
 %config(noreplace) %{_sysconfdir}/%{name}.conf
12
 %{_sysconfdir}/cron.daily/inventorysystem
13
+%{_sysconfdir}/cron.d/inventory-system
14
 %dir %{_sysconfdir}/inventory-system.d
15
 %{_sysconfdir}/inventory-system.d/addon-functions.sh
16
 %{_sbindir}/%{name}
17
[+] Changed _service:recompress:tar_scm:inventory-system-0.0.6705.tar.bz2/TODO ^
[+] Added _service:recompress:tar_scm:inventory-system-0.0.6705.tar.bz2/client/cron.reboot ^
[+] Changed _service:recompress:tar_scm:inventory-system-0.0.6705.tar.bz2/client/inventory-system.sh ^