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"