Mailinglist Archive: opensuse-commit (480 mails)

< Previous Next >
commit krb5 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 16 Nov 2009 16:21:42 +0100
  • Message-id: <20091116152142.4477220242@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory
checked in at Mon Nov 16 16:21:42 CET 2009.



--------
--- krb5/krb5.changes 2009-07-12 21:36:34.000000000 +0200
+++ /mounts/work_src_done/STABLE/krb5/krb5.changes 2009-11-16
13:38:07.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 13 16:51:37 CET 2009 - mc@xxxxxxx
+
+- enhance '$PATH' only if the directories are available
+ and not empty (bnc#544949)
+
+-------------------------------------------------------------------
--- krb5/krb5-mini.changes 2009-07-17 16:29:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/krb5/krb5-mini.changes 2009-11-16
16:19:13.551293000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 13 16:51:37 CET 2009 - mc@xxxxxxx
+
+- enhance '$PATH' only if the directories are available
+ and not empty (bnc#544949)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krb5-doc.spec ++++++
--- /var/tmp/diff_new_pack.IRkpzS/_old 2009-11-16 16:19:27.000000000 +0100
+++ /var/tmp/diff_new_pack.IRkpzS/_new 2009-11-16 16:19:27.000000000 +0100
@@ -21,7 +21,7 @@
Name: krb5-doc
BuildRequires: ghostscript-library latex2html texlive
Version: 1.7
-Release: 5
+Release: 6
%define srcRoot krb5-1.7
Summary: MIT Kerberos5 Implementation--Documentation
License: MIT License (or similar)

++++++ krb5-mini.spec ++++++
--- /var/tmp/diff_new_pack.IRkpzS/_old 2009-11-16 16:19:27.000000000 +0100
+++ /var/tmp/diff_new_pack.IRkpzS/_new 2009-11-16 16:19:27.000000000 +0100
@@ -28,7 +28,7 @@
BuildRequires: bison libcom_err-devel ncurses-devel
BuildRequires: keyutils keyutils-devel
Version: 1.7
-Release: 5
+Release: 6
%if ! 0%{?build_mini}
BuildRequires: libopenssl-devel openldap2-devel
# bug437293

krb5.spec: same change
++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vendor-files/krb5.csh.profile
new/vendor-files/krb5.csh.profile
--- old/vendor-files/krb5.csh.profile 2006-01-13 12:04:10.000000000 +0100
+++ new/vendor-files/krb5.csh.profile 2009-11-16 13:35:55.000000000 +0100
@@ -1,5 +1,16 @@

# Add paths for the krb5 package
-
-setenv PATH ${PATH}:/usr/lib/mit/bin:/usr/lib/mit/sbin
+if ( -d /usr/lib/mit/bin ) then
+ set COUNT=`ls -1 /usr/lib/mit/bin/ | wc -l`
+ if ( $COUNT > 0 ) then
+ set PATH="${PATH}:/usr/lib/mit/bin"
+ endif
+endif
+if ( -d /usr/lib/mit/sbin ) then
+ set COUNT=`ls -1 /usr/lib/mit/sbin/ | wc -l`
+ if ( $COUNT > 0 ) then
+ set PATH="${PATH}:/usr/lib/mit/sbin"
+ endif
+endif
+setenv PATH ${PATH}

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vendor-files/krb5.sh.profile
new/vendor-files/krb5.sh.profile
--- old/vendor-files/krb5.sh.profile 2006-01-13 12:04:10.000000000 +0100
+++ new/vendor-files/krb5.sh.profile 2009-11-16 12:45:24.000000000 +0100
@@ -1,5 +1,16 @@

# Add paths for the krb5 package
-
-export PATH="$PATH:/usr/lib/mit/bin:/usr/lib/mit/sbin"
+if [ -d /usr/lib/mit/bin ]; then
+ COUNT=`ls -1 /usr/lib/mit/bin/ | wc -l`
+ if [ $COUNT -gt 0 ]; then
+ PATH="$PATH:/usr/lib/mit/bin"
+ fi
+fi
+if [ -d /usr/lib/mit/sbin ]; then
+ COUNT=`ls -1 /usr/lib/mit/sbin/ | wc -l`
+ if [ $COUNT -gt 0 ]; then
+ PATH="$PATH:/usr/lib/mit/sbin"
+ fi
+fi
+export PATH=$PATH



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages