--- rpms/oidentd/sme10/oidentd.spec 2016/03/18 07:51:40 1.2 +++ rpms/oidentd/sme10/oidentd.spec 2016/03/30 03:08:04 1.3 @@ -5,7 +5,7 @@ Summary: Implementation of the RFC1413 identification server Name: oidentd %define version 2.0.8 -%define release 2 +%define release 3 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -18,11 +18,13 @@ Source0: http://dl.sf.net/ojnk/oidentd-% Source1: identd.init Source2: identd.spoof Source3: oidentd.users +Patch0: oidentd-2.0.8-linux-2.6.21.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service BuildRequires: byacc +BuildRequires: bison, flex Provides: identd = %{version} Conflicts: pidentd @@ -38,10 +40,15 @@ TCP/IP connections. %prep %setup - +%patch0 -p1 %build -%configure +%configure \ + --enable-masq \ + --enable-ipv6 \ + --disable-debug \ + --disable-warn \ + CFLAGS="${RPM_OPT_FLAGS} -std=gnu89" %{__make} %{?_smp_mflags} @@ -83,6 +90,10 @@ fi %changelog +* Tue Mar 29 2016 Jean-Philipe Pialasse 2.0.8-3.sme +- fix missing masquerade [SME: 9404] +- fedora patch https://bugzilla.redhat.com/show_bug.cgi?id=1305491 + * Fri Mar 18 2016 Jean-Philipe Pialasse 2.08-2.sme - Import for SME 10 [SME: 9340]