rpms/openwsman/EL-4 openwsman-randfile.patch, NONE, 1.1 openwsman.spec, 1.6, 1.7

Praveen K Paladugu praveenp at fedoraproject.org
Tue Dec 29 03:07:38 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/openwsman/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3872

Modified Files:
	openwsman.spec 
Added Files:
	openwsman-randfile.patch 
Log Message:
Changed the RAND file for openssl cert


openwsman-randfile.patch:
 ssleay.cnf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openwsman-randfile.patch ---
diff -up ./etc/ssleay.cnf.new ./etc/ssleay.cnf
--- ./etc/ssleay.cnf.new	2009-12-16 17:04:15.000000000 -0600
+++ ./etc/ssleay.cnf	2009-12-16 17:04:55.000000000 -0600
@@ -2,7 +2,7 @@
 # SSLeay example configuration file.
 #
 
-RANDFILE                = $ENV::HOME/.rnd
+RANDFILE                = /dev/random
 
 [ req ]
 default_bits            = 1024


Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/EL-4/openwsman.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- openwsman.spec	28 Dec 2009 16:24:24 -0000	1.6
+++ openwsman.spec	29 Dec 2009 03:07:38 -0000	1.7
@@ -5,7 +5,7 @@
 
 Name:          openwsman
 Version:       2.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -13,6 +13,7 @@ Source2:        python-config
 Patch0:         %{name}-initscript.patch
 Patch1:         %{name}-pam-auth.patch
 Patch2:         perl-bindings.patch
+Patch3:         openwsman-randfile.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
 Group:          System Environment/Daemons
 Summary:        Opensource Implementation of WS-Management
@@ -116,6 +117,7 @@ This package provides Perl bindings to a
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cp -p %{SOURCE2} %{_builddir}/%{name}-%{version}
 sed -i -e 's|#!/usr/bin/python2.5|#!%{__python}|' %{_builddir}/%{name}-%{version}/python-config
 
@@ -229,6 +231,9 @@ rm -f /var/log/wsmand.log
 
 
 %changelog
+* Thu Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-6
+- Changed the random file used for creating an openssl cert
+
 * Thu Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-5
 - Added a few Build dependencies
 




More information about the scm-commits mailing list