- Add BuildRequire for tcp_wrappers-devel to gain libwrap support
This commit is contained in:
parent
d4b1e22d32
commit
0cc0db9f08
@ -9,7 +9,7 @@ Url: http://www.dest-unreach.org/socat/
|
||||
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz
|
||||
Group: Applications/Internet
|
||||
BuildRequires: openssl-devel readline-devel ncurses-devel
|
||||
BuildRequires: autoconf kernel-headers > 2.6.18
|
||||
BuildRequires: autoconf kernel-headers > 2.6.18 tcp_wrappers-devel
|
||||
# for make test
|
||||
BuildRequires: iproute net-tools coreutils procps-ng openssl iputils
|
||||
|
||||
@ -61,6 +61,9 @@ export OD_C=/usr/bin/od
|
||||
%doc %{_mandir}/man1/socat.1*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 06 2017 Paul Wouters <pwouters@redhat.com> - 1.7.3.2-3
|
||||
- Add BuildRequire for tcp_wrappers-devel to gain libwrap support
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user