[-]
[+]
|
Changed |
_service:set_version:inventory-system.spec
|
|
[-]
[+]
|
Changed |
inventory-system.spec
^
|
|
[-]
[+]
|
Changed |
_service:recompress:tar_scm:inventory-system-0.0.8034.tar.bz2/SUPPORTED_OS
^
|
@@ -8,6 +8,8 @@
RHEL 6.x
openSUSE 12.1
openSUSE 12.2
+openSUSE 12.3
+openSUSE 13.1
SUSE Linux Enterprise 10
SUSE Linux Enterprise 11
Ubuntu 12.04.x
|
[-]
[+]
|
Changed |
_service:recompress:tar_scm:inventory-system-0.0.8034.tar.bz2/client/inventory-system.sh
^
|
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# Inventory System
# Author: Carsten Schoene
-# $LastChangedDate: 2013-10-07 23:21:59 +0200 (Mon, 07 Oct 2013) $
-# $Rev: 6708 $
+# $LastChangedDate: 2014-03-04 21:15:15 +0100 (Tue, 04 Mar 2014) $
+# $Rev: 8034 $
#
# Default options (can be changed by inventory-system.conf)
DEBUG="yes"
@@ -241,7 +241,7 @@
elif [ -n "${ZYPPER}" ] && [ -f /etc/SuSE-release ] ; then
REL=`${LSB_RELEASE} -r | ${AWK} '{print $NF}'`
case ${REL} in
- 11|11.1|11.2|11.3|11.4|12.1|12.2|12.3)
+ 11|11.1|11.2|11.3|11.4|12.1|12.2|12.3|13.1)
CUPD="`${ZYPPER} -q lu | ${GREP} ${PKG}`"
if [ -n "${CUPD}" ] ; then
${ZYPPER} -q -n update ${PKG}
|
[-]
[+]
|
Changed |
_service:set_version:inventory-system.dsc
^
|
@@ -2,7 +2,7 @@
Source: inventory-system
Binary: inventory-system
Architecture: any
-Version: 0.0.8033
+Version: 0.0.8034
Maintainer: Carsten Schoene <cs@linux-administrator.com>
Standards-Version: 0.0.1
Build-Depends: cdbs, cmake, debhelper
|