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

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

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


Revision 1.3 - (show annotations) (download)
Tue Mar 27 15:51:07 2018 UTC (6 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-pop3-2_6_0-3_el7_sme, HEAD
Changes since 1.2: +5 -2 lines
* Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- fix undefined fqdn for pop3 [SME: 10257]

1 # $Id: e-smith-pop3.spec,v 1.2 2017/05/04 10:21:30 vip-ire Exp $
2
3 Summary: startup scripts for pop3 package
4 %define name e-smith-pop3
5 Name: %{name}
6 %define version 2.6.0
7 %define release 3
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-pop3-2.6.0-pop3_process_limit.patch
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildRequires: e-smith-devtools >= 1.13.0-04
16 BuildArchitectures: noarch
17 Requires: e-smith-email
18 Requires: runit
19 Requires: qmail
20 Requires: checkpassword-pam
21 Requires: stunnel
22 Obsoletes: e-smith-ssl-popd
23 Obsoletes: checkpassword
24 AutoReqProv: no
25
26 %changelog
27 * Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
28 - fix undefined fqdn for pop3 [SME: 10257]
29
30 * Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
31 - Honor ConcurrencyLimit and ConcurrencyLimitPerIP prop for pop3 and pop3s
32 [SME: 10271]
33
34 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
35 - Initial release to sme10
36
37 * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme
38 - Hook into a new ssl-update event [SME: 9152]
39
40 * Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
41 - Allow setting SSL protocols from DB (and set TLSv1 back to enabled
42 on a default install) [SME: 9175]
43
44 * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
45 - Disable TLSv1 [SME: 9169]
46
47 * Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
48 - Disable fips mode on stunnel [SME: 8733]
49
50 * Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
51 - Use stunnel instead of sslio to support TLS [SME: 8716]
52
53 * Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
54 - Roll new stream for sme9
55
56 * Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
57 - Easier to read version of softlimit patch [SME: 6994]
58
59 * Thu Jul 05 2012 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme
60 - More robust version of softlimit patch [SME: 6994]
61
62 * Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
63 - Softlimit is now a database variable for pop3 and pop3s [SME: 6994]
64
65 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme
66 - Add symlink for template-begin of pop3 pam config [SME: 6218]
67
68 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-2.sme
69 - Shift auth from passwd/shadow files to the pam database [SME: 6218]
70
71 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
72 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
73
74 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
75 - Clean up spec so package can be built by koji/plague
76
77 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
78 - Update to new release naming. No functional changes.
79 - Make Packager generic
80
81 * Fri Mar 24 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02
82 - Ensure that pop3 and pop3s are started or stopped if required,
83 during email-update event. [SME: 1125]
84
85 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
86 - Roll stable stream version. [SME: 1016]
87
88 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-04
89 - Move pop3[s] defaults from e-smith-email [SME: 561]
90
91 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-03
92 - Bump release number only
93
94 * Thu Sep 15 2005 Charlie Brady <charlieb@e-smith.com>
95 - [1.1.0-02]
96 - Fix port name pop->pop3 (to match change in /etc/services).
97 [SF: 1291836]
98
99 * Wed Aug 10 2001 Shad L. Lords <slords@mail.com>
100 - [1.1.0-01]
101 - initial release (split from e-smith-email-4.15.2-27).
102
103 %description
104 Startup scripts for pop3 package.
105
106 %prep
107 %setup
108 %patch0 -p1
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 rm -f %{name}-%{version}-%{release}-filelist
117 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
118 --dir /var/log/pop3 'attr(0750,smelog,smelog)' \
119 --dir /var/service/pop3 'attr(01755,root,root)' \
120 --dir /var/service/pop3/control 'attr(01755,root,root)' \
121 --file /var/service/pop3/control/1 'attr(0750,root,root)' \
122 --file /var/service/pop3s/run 'attr(0750,root,root)' \
123 --file /var/service/pop3s/log/run 'attr(0750,root,root)' \
124 --dir '/var/log/pop3s' 'attr(2750,smelog,smelog)' \
125 --file /var/service/pop3/run 'attr(0750,root,root)' \
126 --file /var/service/pop3/log/run 'attr(0750,root,root)' \
127 > %{name}-%{version}-%{release}-filelist
128 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
129
130 %clean
131 rm -rf $RPM_BUILD_ROOT
132
133 %pre
134 %preun
135 %post
136 %postun
137
138 %files -f %{name}-%{version}-%{release}-filelist
139 %defattr(-,root,root)

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