[glite-px-proxyrenewal/el6] Patch for fixing glite-proxy-setup script (detection of RHEL in configure).

František Dvořák valtri at fedoraproject.org
Wed Sep 4 22:56:20 UTC 2013


commit 1b1de77fb759375750009a48facd59ed1d16eb01
Author: František Dvořák <valtri at civ.zcu.cz>
Date:   Thu Sep 5 00:31:58 2013 +0200

    Patch for fixing glite-proxy-setup script (detection of RHEL in configure).

 .gitignore                 |    1 +
 glite-px-proxyrenewal.spec |    8 +++++++-
 sources                    |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f54c34f..9978704 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /glite-px-proxyrenewal-1.3.34.tar.gz
+/rhel.patch
diff --git a/glite-px-proxyrenewal.spec b/glite-px-proxyrenewal.spec
index 0d4cece..6b661c6 100644
--- a/glite-px-proxyrenewal.spec
+++ b/glite-px-proxyrenewal.spec
@@ -1,6 +1,6 @@
 Name:           glite-px-proxyrenewal
 Version:        1.3.34
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        gLite proxyrenewal renews existing proxy certificates for grid users
 
 License:        ASL 2.0
@@ -10,6 +10,8 @@ Source:         http://scientific.zcu.cz/emi/emi.px.proxyrenewal/%{name}-%{versi
 Patch0:         daemon-location.patch
 # https://github.com/CESNET/proxyrenewal/commit/dce1f3a3c8e888ed2ba359fe2c7b63da87c76de1#diff-1
 Patch1:         parallel.patch
+# https://github.com/CESNET/glite-lb/commit/2d5014baf9f436e408a42335a4c047ff85e39b99
+Patch2:         rhel.patch
 
 BuildRequires:  globus-gssapi-gsi-devel
 BuildRequires:  libtool
@@ -51,6 +53,7 @@ proxyrenewal library.
 %setup -q
 %patch0 -p2
 %patch1 -p2
+%patch2 -p2
 
 
 %build
@@ -133,5 +136,8 @@ fi
 
 
 %changelog
+* Wed Sep 4 2013 František Dvořák <valtri at civ.zcu.cz> - 1.3.34-1.1
+- Patch for fixing glite-proxy-setup script (detection of RHEL in configure)
+
 * Mon Aug 28 2013 František Dvořák <valtri at civ.zcu.cz> - 1.3.34-1
 - Initial package
diff --git a/sources b/sources
index d69f110..588c63a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 d4fc009fd69012c4c6117524540ff32e  glite-px-proxyrenewal-1.3.34.tar.gz
+432b3e885626f6746dd1c2e3bbc8b2e4  rhel.patch


More information about the scm-commits mailing list