--- rpms/oidentd/sme10/oidentd.spec 2016/03/18 07:46:53 1.1 +++ rpms/oidentd/sme10/oidentd.spec 2016/03/30 03:08:04 1.3 @@ -4,8 +4,10 @@ Summary: Implementation of the RFC1413 identification server Name: oidentd -Version: 2.0.8 -Release: 1%{?dist} +%define version 2.0.8 +%define release 3 +Version: %{version} +Release: %{release}%{?dist} License: GPL Group: System Environment/Daemons URL: http://ojnk.sourceforge.net/ @@ -16,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 @@ -36,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} @@ -81,6 +90,13 @@ 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] + * Mon Apr 16 2007 Dries Verachtert - 2.0.8-1 - 7981/dag - Updated to release 2.0.8.