|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# This spec file has been automatically updated
|
|
|
|
|
Version: 0.11.10
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.11.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
@ -66,7 +66,9 @@ BuildRequires: pcllib-devel
|
|
|
|
|
BuildRequires: libtalloc-devel
|
|
|
|
|
BuildRequires: libev-devel
|
|
|
|
|
BuildRequires: http-parser-devel
|
|
|
|
|
%if %{use_libwrap}
|
|
|
|
|
BuildRequires: tcp_wrappers-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: automake, autoconf
|
|
|
|
|
BuildRequires: radcli-devel
|
|
|
|
|
BuildRequires: lz4-devel
|
|
|
|
@ -81,6 +83,7 @@ BuildRequires: autogen
|
|
|
|
|
BuildRequires: liboath-devel
|
|
|
|
|
BuildRequires: uid_wrapper
|
|
|
|
|
BuildRequires: socket_wrapper
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} >= 7
|
|
|
|
|
%ifarch x86_64 %{ix86}
|
|
|
|
@ -137,6 +140,7 @@ sed -i 's/run-as-group = nogroup/run-as-group = nobody/g' tests/data/*.config
|
|
|
|
|
# GPLv3 in headers is a gnulib bug:
|
|
|
|
|
# http://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00062.html
|
|
|
|
|
sed -i 's/either version 3 of the License/either version 2 of the License/g' build-aux/snippet/*
|
|
|
|
|
sed -i 's/exit 1/exit 77/g' tests/ocpasswd-test
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
|
|
|
|
echo "int main() { return 77; }" > tests/valid-hostname.c
|
|
|
|
@ -258,6 +262,9 @@ install -D -m 0755 %{SOURCE11} %{buildroot}/%{_initrddir}/%{name}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 05 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.11-1
|
|
|
|
|
- Update to upstream 0.11.11 release
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.10-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|