[jboss-as] jboss-as-cp script is missing argument placeholder for c optarg, RHBZ#827571

Marek Goldmann goldmann at fedoraproject.org
Wed Jul 4 08:56:53 UTC 2012


commit 54e0c87067da3c39ce30ad6812fd944d53e7eb63
Author: Marek Goldmann <mgoldman at redhat.com>
Date:   Mon Jun 4 12:26:51 2012 +0200

    jboss-as-cp script is missing argument placeholder for c optarg, RHBZ#827571

 jboss-as-cp.sh |    2 +-
 jboss-as.spec  |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jboss-as-cp.sh b/jboss-as-cp.sh
index d8badc1..9d5c850 100755
--- a/jboss-as-cp.sh
+++ b/jboss-as-cp.sh
@@ -16,7 +16,7 @@ EOF
 
 STANDALONE_XML="standalone-web.xml"
 
-while getopts “hcl:” OPTION
+while getopts “hc:l:” OPTION
 do
      case $OPTION in
          h)
diff --git a/jboss-as.spec b/jboss-as.spec
index 29b7b3a..2dbea64 100644
--- a/jboss-as.spec
+++ b/jboss-as.spec
@@ -19,7 +19,7 @@
 
 Name:             jboss-as
 Version:          7.1.1
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          JBoss Application Server
 Group:            System Environment/Daemons
 License:          LGPLv2 and ASL 2.0
@@ -727,6 +727,9 @@ rm -rf %{homedir}/modules/org/hornetq/main/lib/linux-${arch}/*
 %doc %{homedir}/LICENSE.txt
 
 %changelog
+* Mon Jun 04 2012 Marek Goldmann <mgoldman at redhat.com> 7.1.1-4
+- jboss-as-cp script is missing argument placeholder for c optarg, RHBZ#827571
+
 * Fri May 11 2012 Marek Goldmann <mgoldman at redhat.com> 7.1.1-3
 - Changed the way we apply patches at build time
 - Added org.jboss.as.sar module


More information about the scm-commits mailing list