From 73ad06f5e088c199d1100a1d9ad9a31a5511bc5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Sun, 11 Dec 2005 14:24:31 +0000 Subject: [PATCH] - gcc4 fix, release 3. Changed files: xinetd.spec -> 1.58 --- xinetd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xinetd.spec b/xinetd.spec index 8f12e49..0bbb641 100644 --- a/xinetd.spec +++ b/xinetd.spec @@ -5,13 +5,14 @@ Summary(ru): xinetd - Summary(uk): xinetd - ÂÁÇÁÔÁ ÍÏÖÌÉ×ÏÓÔÑÍÉ ÚÁͦÎÁ inetd Name: xinetd Version: 2.3.13 -Release: 2 +Release: 3 Group: Daemons License: BSD-like Source0: http://www.xinetd.org/%{name}-%{version}.tar.gz # Source0-md5: 4295b5fe12350f09b5892b363348ac8b Source1: %{name}.inet.sh Patch0: %{name}-no_libnsl.patch +Patch1: %{name}-gcc4.patch URL: http://www.xinetd.org/ BuildRequires: autoconf BuildRequires: automake @@ -24,6 +25,8 @@ Obsoletes: rlinetd Obsoletes: netkit-base BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -fno-strict-aliasing + %description xinetd is a powerful replacement for inetd. xinetd has access control machanisms, extensive logging capabilities, the ability to make @@ -100,6 +103,7 @@ xinetd %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} -- 2.44.0