Changes of Revision 121
[-] | Changed | _service:set_version:inventory-system.spec |
x 1
2 %define pkgname inventory-system 3 Name: inventory-system 4 Release: 0 5 -Version: 0.0.8033 6 +Version: 0.0.8034 7 Url: http://www.linux-administrator.com/ 8 License: GPLv2 9 Group: System 10
11 %else 12 Requires: pmtools 13 %endif 14 +%if 0%{?suse_version} >= 1310 15 +Requires: which 16 +%endif 17 %if 0%{?sles_version} == 10 18 Requires: lsb 19 %else 20 |
||
[-] | Changed | inventory-system.spec ^ |
11 1
2 %else 3 Requires: pmtools 4 %endif 5 +%if 0%{?suse_version} >= 1310 6 +Requires: which 7 +%endif 8 %if 0%{?sles_version} == 10 9 Requires: lsb 10 %else 11 |
||
[+] | 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 |