- version update to 20190624

* new example mod_bmx-basic
  * new rpm macro %apache_rex_deps

OBS-URL: https://build.opensuse.org/package/show/Apache/apache-rex?expand=0&rev=49
This commit is contained in:
Petr Gajdos 2019-06-24 21:23:07 +00:00 committed by Git OBS Bridge
parent deb9576877
commit 0538a8629c
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 24 19:50:45 UTC 2019 - pgajdos@suse.com
- version update to 20190624
* new example mod_bmx-basic
* new rpm macro %apache_rex_deps
-------------------------------------------------------------------
Mon Jun 10 06:38:19 UTC 2019 - pgajdos@suse.com

View File

@ -25,7 +25,7 @@
%define macros_file macros.apache-rex
Name: apache-rex
Version: 20190529
Version: 20190624
Release: 0
Summary: Script for Apache HTTPD Runnable Examples
License: Apache-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f0079ad480631645b7146b9605211e9d8b9a89779b01f3b93b611020b4e375e
size 164324
oid sha256:70a332d337ba6ece587c02d44e222db96d93ab3a2efdc9d53ff832b1b47c33bd
size 175944

View File

@ -50,3 +50,13 @@
VERBOSITY=$REX_VERBOSITY RUN_DIR_BASE=$REX_RUN_DIR_BASE MODULE_PATH=$REX_MODULE_PATH BINARY_PATH=$REX_BINARY_PATH run-rex $EXAMPLE_DIRS | tee %{__rex_logfile} \
%nil
#
# macro: core requires for apache-rex
#
%apache_rex_deps \
BuildRequires: binutils \
BuildRequires: curl \
BuildRequires: lsof \
%nil