From a84fe2d6b31c8d1a204c87e5e5510e392a671de533f5e7a4d8f97e310d8313d1 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Wed, 26 Mar 2014 00:15:42 +0000 Subject: [PATCH] Accepting request 227497 from home:elvigia:branches:network - Remove tcpd-devel from buildRequires and mod_wrap. support for tcp_wrappers style /etc/hosts.* is provided by mod_wrap2_file instead, the latter does not require tcpd. OBS-URL: https://build.opensuse.org/request/show/227497 OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=29 --- proftpd.changes | 7 +++++++ proftpd.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/proftpd.changes b/proftpd.changes index 499f89f..29ede1f 100644 --- a/proftpd.changes +++ b/proftpd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 25 19:56:04 UTC 2014 - crrodriguez@opensuse.org + +- Remove tcpd-devel from buildRequires and mod_wrap. + support for tcp_wrappers style /etc/hosts.* is provided + by mod_wrap2_file instead, the latter does not require tcpd. + ------------------------------------------------------------------- Mon Mar 17 18:38:53 UTC 2014 - chris@computersalat.de diff --git a/proftpd.spec b/proftpd.spec index 2f40ff6..f9a9297 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -58,7 +58,6 @@ BuildRequires: pam-devel BuildRequires: pkg-config BuildRequires: postgresql-devel BuildRequires: sqlite3-devel -BuildRequires: tcpd-devel BuildRequires: unixODBC-devel Requires: logrotate @@ -147,6 +146,7 @@ Here are Documentation for ProFTPD %patch105 %build +rm contrib/mod_wrap.c PROFTPD_SHARED_MODS="$(for spec_mod in $(find contrib -name mod_\*.c); do echo "$(basename ${spec_mod%%.c})"; done | tr '\n' ':' | sed -e 's|:$||')" export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED" export CXXFLAGS="$CFLAGS"