5 |
Summary: Implementation of the RFC1413 identification server |
Summary: Implementation of the RFC1413 identification server |
6 |
Name: oidentd |
Name: oidentd |
7 |
%define version 2.0.8 |
%define version 2.0.8 |
8 |
%define release 2 |
%define release 3 |
9 |
Version: %{version} |
Version: %{version} |
10 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
11 |
License: GPL |
License: GPL |
18 |
Source1: identd.init |
Source1: identd.init |
19 |
Source2: identd.spoof |
Source2: identd.spoof |
20 |
Source3: oidentd.users |
Source3: oidentd.users |
21 |
|
Patch0: oidentd-2.0.8-linux-2.6.21.patch |
22 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
23 |
Requires(post): /sbin/chkconfig |
Requires(post): /sbin/chkconfig |
24 |
Requires(preun): /sbin/service, /sbin/chkconfig |
Requires(preun): /sbin/service, /sbin/chkconfig |
25 |
Requires(postun): /sbin/service |
Requires(postun): /sbin/service |
26 |
BuildRequires: byacc |
BuildRequires: byacc |
27 |
|
BuildRequires: bison, flex |
28 |
Provides: identd = %{version} |
Provides: identd = %{version} |
29 |
Conflicts: pidentd |
Conflicts: pidentd |
30 |
|
|
40 |
|
|
41 |
%prep |
%prep |
42 |
%setup |
%setup |
43 |
|
%patch0 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
%configure |
%configure \ |
47 |
|
--enable-masq \ |
48 |
|
--enable-ipv6 \ |
49 |
|
--disable-debug \ |
50 |
|
--disable-warn \ |
51 |
|
CFLAGS="${RPM_OPT_FLAGS} -std=gnu89" |
52 |
%{__make} %{?_smp_mflags} |
%{__make} %{?_smp_mflags} |
53 |
|
|
54 |
|
|
90 |
|
|
91 |
|
|
92 |
%changelog |
%changelog |
93 |
|
* Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.8-3.sme |
94 |
|
- fix missing masquerade [SME: 9404] |
95 |
|
- fedora patch https://bugzilla.redhat.com/show_bug.cgi?id=1305491 |
96 |
|
|
97 |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.08-2.sme |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.08-2.sme |
98 |
- Import for SME 10 [SME: 9340] |
- Import for SME 10 [SME: 9340] |
99 |
|
|