Module: sip-router
Branch: 4.0
Commit: 71101a73000e2e00c9c7ce38d1bcc3efa94e58fc
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71101a7…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Thu Mar 7 02:11:35 2013 +0000
pkg/kamailio/(centos|fedora): added docbook2X build requirement
(cherry picked from commit dd2ef87af7dac6fb1411d58a0dd2e6125b99da80)
Conflicts:
pkg/kamailio/fedora/17/kamailio.spec
---
pkg/kamailio/fedora/17/kamailio.spec | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pkg/kamailio/fedora/17/kamailio.spec b/pkg/kamailio/fedora/17/kamailio.spec
index 25e08a1..c1b6e9a 100644
--- a/pkg/kamailio/fedora/17/kamailio.spec
+++ b/pkg/kamailio/fedora/17/kamailio.spec
@@ -36,6 +36,9 @@ Conflicts: kamailio-mono < %ver, kamailio-GeoIP < %ver
Requires: openssl lksctp-tools
BuildRequires: bison flex gcc make redhat-rpm-config openssl-devel
BuildRequires: lksctp-tools-devel
+%if 0%{?fedora}
+BuildRequires: docbook2X
+%endif
%description
Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able
@@ -1087,6 +1090,7 @@ fi
%changelog
* Thu Mar 7 2013 Peter Dunkley <peter(a)dunkley.me.uk>
- Changed rel from rc1 to 0 in preparation for 4.0.0 release
+ - Added build requirement for docbook2X for Fedora builds
* Wed Mar 6 2013 Peter Dunkley <peter(a)dunkley.me.uk>
- Restored perl related files
* Tue Mar 5 2013 Peter Dunkley <peter(a)dunkley.me.uk>