RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Arkadiusz Miskiewicz <arekm@rpm5.org>
Date: Tue 10 Jul 2007 - 21:56:03 CEST
Message-Id: <20070710195603.4B7F93484F1@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Arkadiusz Miskiewicz
  Root:   /v/rpm/cvs                       Email:  arekm@rpm5.org
  Module: rpm                              Date:   10-Jul-2007 21:56:03
  Branch: HEAD                             Handle: 2007071020560300

  Modified files:
    rpm                     configure.ac

  Log:
    Allow URL for bug tracking systems in --with-bugreport.

  Summary:
    Revision    Changes     Path
    2.171       +3  -3      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.170 -r2.171 configure.ac
  --- rpm/configure.ac	8 Jul 2007 16:33:15 -0000	2.170
  +++ rpm/configure.ac	10 Jul 2007 19:56:03 -0000	2.171
  @@ -17,10 +17,10 @@
   
   dnl # allow packagers to override the bugreport address
   AC_ARG_WITH(bugreport,
  -    AS_HELP_STRING([--with-bugreport=ADDRESS], [set packager bugreport Email address (PACKAGE_BUGREPORT_DEFAULT)]), [dnl
  +    AS_HELP_STRING([--with-bugreport=ADDRESS], [set packager bugreport Email/Web address (PACKAGE_BUGREPORT_DEFAULT)]), [dnl
       case "$withval" in
  -        *@* ) PACKAGE_BUGREPORT="$withval" ;;
  -        *   ) AC_MSG_ERROR([invalid bugreport Email address]) ;;
  +        *@*|http*://* ) PACKAGE_BUGREPORT="$withval" ;;
  +        *   ) AC_MSG_ERROR([invalid bugreport Email/Web address]) ;;
       esac
   ])
   
  @@ .
Received on Tue Jul 10 21:56:03 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.