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

Problem getting expanded diff: service tar_scm failed:

Changes of Revision 117

[-] Changed inventory-system.changes
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Tue Mar  4 16:00:43 UTC 2014 - cs@linux-administrator.com
4
+
5
+- add new functions
6
+  * get_baseboard_manufacturer
7
+  * get_baseboard_productname 
8
+
9
+-------------------------------------------------------------------
10
 Thu Nov 15 20:09:00 UTC 2012 - cs@linux-administrator.com
11
 
12
 - disable cups 
13
[-] Changed inventory-system.spec ^
25
 
1
@@ -9,6 +9,7 @@
2
 Source0:   %{pkgname}-%{version}.tar.bz2
3
 Source1:   %{name}.conf
4
 Source2:   addon-functions.sh
5
+Source3:   mainboard-functions.sh
6
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
7
 %if 0%{?suse_version}
8
 %define wwwdir /srv/www/inventory-system
9
@@ -73,6 +74,7 @@
10
 %__install -d %{buildroot}/%{wwwdir}
11
 %__install -m644 server/*.php %{buildroot}/%{wwwdir}/
12
 %__install -D -m755 %{S:2} %{buildroot}%{_sysconfdir}/inventory-system.d/addon-functions.sh
13
+%__install -D -m755 %{S:3} %{buildroot}%{_sysconfdir}/inventory-system.d/mainboard-functions.sh
14
 
15
 %clean
16
 rm -rf %{buildroot}
17
@@ -92,6 +94,7 @@
18
 %{_sysconfdir}/cron.d/inventory-system
19
 %dir %{_sysconfdir}/inventory-system.d
20
 %{_sysconfdir}/inventory-system.d/addon-functions.sh
21
+%{_sysconfdir}/inventory-system.d/mainboard-functions.sh
22
 %{_sbindir}/%{name}
23
 
24
 %files server
25
[+] Changed debian.rules ^
[+] Changed inventory-system.conf ^
[+] Added mainboard-functions.sh ^