/[smeserver]/rpms/oidentd/sme10/oidentd.spec
ViewVC logotype

Diff of /rpms/oidentd/sme10/oidentd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by unnilennium, Fri Mar 18 07:51:40 2016 UTC Revision 1.3 by unnilennium, Wed Mar 30 03:08:04 2016 UTC
# Line 5  Line 5 
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
# Line 18  Source0: http://dl.sf.net/ojnk/oidentd-% Line 18  Source0: http://dl.sf.net/ojnk/oidentd-%
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    
# Line 38  TCP/IP connections. Line 40  TCP/IP connections.
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    
# Line 83  fi Line 90  fi
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed