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

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

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


Revision 1.1 - (show annotations) (download)
Thu Feb 14 16:16:05 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-oidentd-2_4_0-1_el6_sme, HEAD
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9

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

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