/[smeserver]/rpms/e-smith-oidentd/sme10/e-smith-oidentd.spec
ViewVC logotype

Contents of /rpms/e-smith-oidentd/sme10/e-smith-oidentd.spec

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


Revision 1.1 - (show annotations) (download)
Fri Feb 5 22:17:36 2016 UTC (8 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-oidentd-2_6_0-1_el7_sme
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme - Initial release to sme10

1 # $Id: e-smith-oidentd.spec,v 1.1 2013/02/14 16:16:05 slords Exp $
2
3 Summary: e-smith server and gateway - ident daemon
4 %define name e-smith-oidentd
5 Name: %{name}
6 %define version 2.6.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14 BuildArchitectures: noarch
15 Requires: e-smith-base >= 4.0.12-48
16 Requires: e-smith-lib >= 1.15.1-19
17 Requires: iptables
18 Requires: oidentd >= 2.0.6
19 BuildRequires: e-smith-devtools >= 1.13.1-03
20 AutoReqProv: no
21
22 %description
23 e-smith server and gateway software - ident daemon
24
25 %changelog
26 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
27 - Initial release to sme10
28
29 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
30 - Roll new stream for sme9
31
32 * Sat Mar 12 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
33 - Remove init.d script [SME: 6535]
34
35 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
36 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
37
38 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
39 - Clean up spec so package can be built by koji/plague
40
41 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
42 - Update to new release naming. No functional changes.
43 - Make Packager generic
44
45 * Thu Apr 6 2006 Gavin Weight <gweight@gmail.com> 1.2.0-02
46 - Change default status from enabled to disabled. [SME: 85]
47
48 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
49 - Roll stable stream version. [SME: 1016]
50
51 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-10
52 - Add COPYING file
53
54 * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
55 - [1.1.0-09]
56 - Use TCPPort fragment rather than explicit masq template fragment to
57 create hole in firewall.
58
59 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
60 - [1.1.0-08]
61 - Use generic_template_expand action, in place of conf-oidentd.
62 Update e-smith-lib and e-smith-devtools dependencies. [MN00064130]
63
64 * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
65 - [1.1.0-07]
66 - Clean BuildRequires. [charlieb MN00043055]
67
68 * Thu Oct 30 2003 Tony Clayton <apc@e-smith.com>
69 - [1.1.0-06]
70 - Fix new_record() method call in migrate fragment [tonyc 9546]
71
72 * Wed Oct 29 2003 Tony Clayton <apc@e-smith.com>
73 - [1.1.0-05]
74 - Fix typo in migrate fragment [tonyc 9546]
75
76 * Mon Sep 22 2003 Charlie Brady <charlieb@e-smith.com>
77 - [1.1.0-04]
78 - Add requires for later version of oidentd. Add -m option to enable
79 masqueraded support (may be required, but needs custom template for
80 full support). [charlieb 9546]
81
82 * Mon Sep 22 2003 Charlie Brady <charlieb@e-smith.com>
83 - [1.1.0-03]
84 - Add missing /var/log/oidentd directory. [charlieb 9546]
85
86 * Mon Sep 22 2003 Charlie Brady <charlieb@e-smith.com>
87 - [1.1.0-02]
88 - Run oidentd under supervise. Use default template fragments to init db
89 entry. [charlieb 9546]
90
91 * Mon Jul 21 2003 Charlie Brady <charlieb@e-smith.com>
92 - [1.1.0-01]
93 - Changing version to development stream number - 1.1.0
94
95 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
96 - [1.0.0-01]
97 - Rolling stable version number to 1.0.0
98
99 * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
100 - [0.0.2-01]
101 - Fix template issue - need "esmith::util", otherwise expand-template succeeds
102 but action script fails. [charlieb 4435]
103
104 * Wed Aug 28 2002 Charlie Brady <charlieb@e-smith.com>
105 - Initial [charlieb 4435]
106
107 %prep
108 %setup
109
110 %build
111 perl createlinks
112
113 %install
114 rm -rf $RPM_BUILD_ROOT
115 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
116 /sbin/e-smith/genfilelist \
117 --dir '/var/log/oidentd' 'attr(0750,smelog,smelog)' \
118 --file '/var/service/oidentd/run' 'attr(0755,root,root)' \
119 --file '/var/service/oidentd/log/run' 'attr(0755,root,root)' \
120 $RPM_BUILD_ROOT > e-smith-%{name}-%{version}-filelist
121 echo "%doc COPYING" >> e-smith-%{name}-%{version}-filelist
122
123 %pre
124 /sbin/e-smith/create-system-user smelog 1002 \
125 'sme log user' /var/log/smelog /bin/false
126
127 %clean
128 rm -rf $RPM_BUILD_ROOT
129
130 %files -f e-smith-%{name}-%{version}-filelist
131 %defattr(-,root,root)

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