[shibboleth-sp2] 40/119: Conditionally bypass built-in Apache dependency.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit 132d271fc4d887f3ed17a17384ebb2878a88caa7
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Tue Aug 14 18:56:53 2007 +0000

    Conditionally bypass built-in Apache dependency.
---
 shibboleth.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 898256c..77a90c7 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -18,10 +18,10 @@ BuildRequires:	log4cpp-devel >= 0.3.5
 BuildRequires:	log4shib-devel
 %endif
 %if "%{_vendor}" == "redhat"
-BuildRequires:	httpd-devel
+%{!?_without_builtinapache:BuildRequires: httpd-devel}
 %endif
 %if "%{_vendor}" == "suse"
-BuildRequires:	apache2-devel
+%{!?_without_builtinapache:BuildRequires: apache2-devel}
 %endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list