Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit supportutils
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 08 Nov 2008 20:26:56 +0100
- Message-id: <20081108192656.7B086678166@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package supportutils
checked in at Sat Nov 8 20:26:56 CET 2008.
--------
--- supportutils/supportutils.changes 2008-11-05 21:10:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/supportutils/supportutils.changes
2008-11-07 19:30:11.787043000 +0100
@@ -2 +2,9 @@
-Tue Nov 05 11:37:55 MDT 2008 - jrecord@xxxxxxxxxx
+Thu Nov 06 10:23:15 MDT 2008 - jrecord@xxxxxxxxxx
+
+-library paths beginning with ../ are now accepted in chkbin
+ *supportconfig: 2.25-61
+ *chkbin: 1.01-16
+ *schealth: 1.00-3
+
+-------------------------------------------------------------------
+Tue Nov 05 11:45:00 MDT 2008 - jrecord@xxxxxxxxxx
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ supportutils.spec ++++++
--- /var/tmp/diff_new_pack.Uo2132/_old 2008-11-08 20:26:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Uo2132/_new 2008-11-08 20:26:47.000000000 +0100
@@ -25,7 +25,7 @@
Group: System/Management
AutoReqProv: on
Version: 1.01
-Release: 21
+Release: 22
Source: %{name}-%{version}.tar.gz
Summary: Support Troubleshooting Tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -85,6 +85,11 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Nov 06 2008 jrecord@xxxxxxxxxx
+-library paths beginning with ../ are now accepted in chkbin
+ *supportconfig: 2.25-61
+ *chkbin: 1.01-16
+ *schealth: 1.00-3
* Wed Nov 05 2008 jrecord@xxxxxxxxxx
-the .md5 file is uploaded with the tarball
-http(s) silent upload now use case insensitive {TARBALL}
++++++ supportutils-1.01.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/supportutils-1.01/chkbin new/supportutils-1.01/chkbin
--- old/supportutils-1.01/chkbin 2008-11-05 21:09:43.000000000 +0100
+++ new/supportutils-1.01/chkbin 2008-11-07 19:29:22.000000000 +0100
@@ -1,6 +1,6 @@
#!/bin/bash
-SVER=1.01-15
+SVER=1.01-16
##############################################################################
# chkbin - Checks the specified binary and it shared library dependencies
@@ -304,7 +304,7 @@
fi
for BLIB in $(awk '{print $1}' $ALL_LOG) $(awk -F%
'{print $2}' $ALL_LOG | awk '{print $1}') $(awk '{print $4}' $ALL_LOG)
do
- BTEST=$(echo $BLIB | egrep "^/|^\./")
+ BTEST=$(echo $BLIB | egrep "^/|^\./|^\.\./")
if [ -n "$BTEST" ]; then
printf "%-35s - from RPM: " $BTEST >>
$LOG
BRPM=$(rpm -qf $BTEST 2>/dev/null)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/supportutils-1.01/supportconfig.conf
new/supportutils-1.01/supportconfig.conf
--- old/supportutils-1.01/supportconfig.conf 2008-11-05 21:09:43.000000000
+0100
+++ new/supportutils-1.01/supportconfig.conf 2008-11-07 19:29:22.000000000
+0100
@@ -50,28 +50,29 @@
OPTION_X=1
OPTION_XEN=1
-ADD_OPTION_EDIR=0 # -e
-ADD_OPTION_FSLIST=0 # -L
-ADD_OPTION_LOGS=0 # -l
-ADD_OPTION_MINDISK=0 # -d
-ADD_OPTION_MINYAST=0 # -y
-ADD_OPTION_RPMV=0 # -v
-ADD_OPTION_SLP=0 # -s
+ADD_OPTION_EDIR=0
+ADD_OPTION_FSLIST=0
+ADD_OPTION_LOGS=0
+ADD_OPTION_MINDISK=0
+ADD_OPTION_MINYAST=0
+ADD_OPTION_RPMV=0
+ADD_OPTION_SLP=0
-VAR_OPTION_BIN_TIMEOUT_SEC=300 # -T
-VAR_OPTION_CONTACT_COMPANY="" # -O
-VAR_OPTION_CONTACT_EMAIL="" # -E
-VAR_OPTION_CONTACT_NAME="" # -N
-VAR_OPTION_CONTACT_PHONE="" # -P
-VAR_OPTION_CONTACT_STOREID="" # -W
-VAR_OPTION_CONTACT_TERMINALID="" # -M
-VAR_OPTION_GPG_UID="" # -G
-VAR_OPTION_LINE_COUNT=500 # -I
-VAR_OPTION_LOG_DIRS="/var/log /tmp" # -R
-VAR_OPTION_MSG_MAXSIZE=500000 # -X
-VAR_OPTION_PENGINE_FILES_LIMIT=250 # -H
-VAR_OPTION_SAR_FILES_LIMIT=30 # -S
-VAR_OPTION_SILENT=0 # -Q
-VAR_OPTION_UNIQUE_FILE=0 # -q
-VAR_OPTION_UPLOAD_TARGET='https://secure-www.novell.com/upload?appname=supportconfig&file={tarball}'
# -U
+VAR_OPTION_BIN_TIMEOUT_SEC=300
+VAR_OPTION_CONTACT_COMPANY=""
+VAR_OPTION_CONTACT_EMAIL=""
+VAR_OPTION_CONTACT_NAME=""
+VAR_OPTION_CONTACT_PHONE=""
+VAR_OPTION_CONTACT_STOREID=""
+VAR_OPTION_CONTACT_TERMINALID=""
+VAR_OPTION_GPG_UID=""
+VAR_OPTION_LINE_COUNT=500
+VAR_OPTION_LOG_DIRS="/var/log /tmp"
+VAR_OPTION_MSG_MAXSIZE=500000
+VAR_OPTION_PENGINE_FILES_LIMIT=250
+VAR_OPTION_SAR_FILES_LIMIT=30
+VAR_OPTION_SILENT=0
+VAR_OPTION_UNIQUE_FILE=0
+VAR_OPTION_UPLOAD_TARGET='https://secure-www.novell.com/upload?appname=supportconfig&file={tarball}'
+#VAR_OPTION_UPLOAD_TARGET='ftp://ftp.novell.com/incoming'
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/supportutils-1.01/supportutils.changes
new/supportutils-1.01/supportutils.changes
--- old/supportutils-1.01/supportutils.changes 2008-11-05 21:09:43.000000000
+0100
+++ new/supportutils-1.01/supportutils.changes 2008-11-07 19:29:22.000000000
+0100
@@ -1,5 +1,13 @@
-------------------------------------------------------------------
-Tue Nov 05 11:37:55 MDT 2008 - jrecord@xxxxxxxxxx
+Thu Nov 06 10:23:15 MDT 2008 - jrecord@xxxxxxxxxx
+
+-library paths beginning with ../ are now accepted in chkbin
+ *supportconfig: 2.25-61
+ *chkbin: 1.01-16
+ *schealth: 1.00-3
+
+-------------------------------------------------------------------
+Tue Nov 05 11:45:00 MDT 2008 - jrecord@xxxxxxxxxx
-the .md5 file is uploaded with the tarball
-http(s) silent upload now use case insensitive {TARBALL}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/supportutils-1.01/supportutils.spec
new/supportutils-1.01/supportutils.spec
--- old/supportutils-1.01/supportutils.spec 2008-11-05 21:09:43.000000000
+0100
+++ new/supportutils-1.01/supportutils.spec 2008-11-07 19:29:22.000000000
+0100
@@ -1,5 +1,5 @@
#
-# spec file for package supportutils (Version 1.01.21)
+# spec file for package supportutils (Version 1.01.22)
#
# Copyright (C) 2008 Novell, Inc.
# This file and all modifications and additions to the pristine
@@ -18,7 +18,7 @@
Group: System/Management
Autoreqprov: on
Version: 1.01
-Release: 21
+Release: 22
Source: %{name}-%{version}.tar.gz
Summary: Support Troubleshooting Tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |