]> git.pld-linux.org Git - packages/rsyslog.git/blob - rsyslog.spec
- provides service(klogd)
[packages/rsyslog.git] / rsyslog.spec
1 # TODO
2 # - without gssapi still generates dep on heimdal-libs
3 #
4 # Conditional build:
5 %bcond_without  dbi             # database support via libdbi
6 %bcond_without  gssapi          # GSSAPI Kerberos 5 support
7 %bcond_without  mysql           # MySQL database support
8 %bcond_without  pgsql           # PostgreSQL database support
9 %bcond_without  snmp            # SNMP support
10
11 Summary:        Linux system and kernel logger
12 Summary(de.UTF-8):      Linux-System- und Kerner-Logger
13 Summary(es.UTF-8):      Registrador de log del sistema linux
14 Summary(fr.UTF-8):      Le système Linux et le logger du noyau
15 Summary(pl.UTF-8):      Programy logujące zdarzenia w systemie i jądrze Linuksa
16 Summary(pt_BR.UTF-8):   Registrador de log do sistema linux
17 Summary(tr.UTF-8):      Linux sistem ve çekirdek kayıt süreci
18 Name:           rsyslog
19 Version:        5.8.6
20 Release:        3
21 License:        GPL v3+
22 Group:          Daemons
23 Source0:        http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
24 # Source0-md5:  c46db0496066b82faf735bd4222208d7
25 Source1:        %{name}.init
26 Source2:        %{name}.conf
27 Source3:        %{name}.sysconfig
28 Source4:        %{name}.logrotate
29 Patch0:         rsyslog-systemd.patch
30 URL:            http://www.rsyslog.com/
31 %{?with_gssapi:BuildRequires:   heimdal-devel}
32 %{?with_mysql:BuildRequires:    mysql-devel}
33 %{?with_snmp:BuildRequires:     net-snmp-devel}
34 BuildRequires:  pkgconfig
35 %{?with_pgsql:BuildRequires:    postgresql-devel}
36 BuildRequires:  libnet-devel
37 BuildRequires:  gnutls-devel
38 BuildRequires:  rpmbuild(macros) >= 1.626
39 Requires(post): fileutils
40 Requires(post,preun):   /sbin/chkconfig
41 Requires(post,preun):   rc-scripts >= 0.2.0
42 Requires(postun):       /usr/sbin/groupdel
43 Requires(postun):       /usr/sbin/userdel
44 Requires(pre):  /bin/id
45 Requires(pre):  /usr/bin/getgid
46 Requires(pre):  /usr/lib/rpm/user_group.sh
47 Requires(pre):  /usr/sbin/groupadd
48 Requires(pre):  /usr/sbin/useradd
49 Requires(pre):  /usr/sbin/usermod
50 Requires(triggerpostun):        sed >= 4.0
51 # for vservers we don't need klogd and syslog works without klogd
52 # (just it doesn't log kernel buffer into syslog)
53 # Requires:     klogd
54 Requires:       logrotate >= 3.2-3
55 Requires:       psmisc >= 20.1
56 Provides:       group(syslog)
57 Provides:       syslogdaemon
58 Provides:       user(syslog)
59 Obsoletes:      msyslog
60 Obsoletes:      sysklogd
61 Obsoletes:      syslog-ng
62 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
63
64 %description
65 Rsyslog is an enhanced multi-threaded syslogd supporting, among
66 others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering
67 on any message part, and fine grain output format control. It is quite
68 compatible to stock sysklogd and can be used as a drop-in replacement.
69 Its advanced features make it suitable for enterprise-class,
70 encryption protected syslog relay chains while at the same time being
71 very easy to setup for the novice user.
72
73 %description -l pl.UTF-8
74 rsyslog to zaawansowany, wielowątkowy syslogd obsługujący m.in.
75 MySQL-a, syslog/tcp, RFC 3195, listy dopuszczalnych nadawców,
76 filtrowanie po częściach komunikatów i szczegółową kontrolę formatu
77 wyjściowego. Jest w miarę kompatybilny ze zwykłym sysklogd i może być
78 używany jako jego zamiennik. Jego zaawansowane możliwości czynią go
79 odpowiednim do produkcyjnych, szyfrowanych łańcuchów przekazywania
80 logów, a jednocześnie jest przy tym łatwy do skonfigurowania dla
81 początkującego użytkownika.
82
83 %package systemd
84 Summary:        systemd units for rsyslog
85 Group:          Daemons
86 Requires:       %{name} = %{version}-%{release}
87 Requires:       systemd-units >= 37-0.10
88 Provides:       service(klogd)
89 Provides:       service(syslog)
90
91 %description systemd
92 systemd units for rsyslog.
93
94 %package mysql
95 Summary:        MySQL support for rsyslog
96 Summary(pl.UTF-8):      Obsługa MySQL-a do rsysloga
97 Group:          Daemons
98 Requires:       %{name} = %{version}-%{release}
99
100 %description mysql
101 The rsyslog-mysql package contains a dynamic shared object that will
102 add MySQL database support to rsyslog.
103
104 %description mysql -l pl.UTF-8
105 Pakiet rsyslog-mysql zawiera moduł dynamiczny dodający obsługę bazy
106 danych MySQL do rsysloga.
107
108 %package pgsql
109 Summary:        PostgresSQL support for rsyslog
110 Summary(pl.UTF-8):      Obsługa PostgreSQL-a dla rsysloga
111 Group:          Daemons
112 Requires:       %{name} = %{version}-%{release}
113
114 %description pgsql
115 The rsyslog-pgsql package contains a dynamic shared object that will
116 add PostgreSQL database support to rsyslog.
117
118 %description pgsql -l pl.UTF-8
119 Pakiet rsyslog-pgsql zawiera moduł dynamiczny dodający obsługę bazy
120 danych PostgreSQL do rsysloga.
121
122 %package gssapi
123 Summary:        GSSAPI authentication and encryption support for rsyslog
124 Summary(pl.UTF-8):      Obsługa uwierzytelniania GSSAPI i szyfrowania dla rsysloga
125 Group:          Daemons
126 Requires:       %{name} = %{version}-%{release}
127
128 %description gssapi
129 The rsyslog-gssapi package contains the rsyslog plugins which support
130 GSSAPI authentication and secure connections. GSSAPI is commonly used
131 for Kerberos authentication.
132
133 %description gssapi -l pl.UTF-8
134 Pakiet rsyslog-gssapi zawiera wtyczki rsysloga obsługujące
135 uwierzytelnianie GSSAPI i bezpieczne połączenia. GSSAPI jest
136 powszechnie używane do uwierzytelniania Kerberos.
137
138 %package dbi
139 Summary:        libdbi database support for rsyslog
140 Group:          Daemons
141 Requires:       %{name} = %{version}-%{release}
142
143 %description dbi
144 This module supports a large number of database systems via
145 libdbi. Libdbi abstracts the database layer and provides drivers for
146 many systems. Drivers are available via the libdbi-drivers project.
147
148 %package udpspoof
149 Summary:        Provides the omudpspoof module
150 Group:          Daemons
151 Requires:       %{name} = %{version}-%{release}
152
153 %description udpspoof
154 This module is similar to the regular UDP forwarder, but permits to
155 spoof the sender address. Also, it enables to circle through a number
156 of source ports.
157
158 %package snmp
159 Summary:        SNMP protocol support for rsyslog
160 Group:          Daemons
161 Requires:       %{name} = %{version}-%{release}
162
163 %description snmp
164 The rsyslog-snmp package contains the rsyslog plugin that provides the
165 ability to send syslog messages as SNMPv1 and SNMPv2c traps.
166
167 %package gnutls
168 Summary:        TLS protocol support for rsyslog
169 Group:          Daemons
170 Requires:       %{name} = %{version}-%{release}
171
172 %description gnutls
173 The rsyslog-gnutls package contains the rsyslog plugins that provide the
174 ability to receive syslog messages via upcoming syslog-transport-tls
175 IETF standard protocol.
176
177 %prep
178 %setup -q
179 %patch0 -p1
180
181 %build
182 %configure \
183         --disable-silent-rules \
184         --enable-gnutls \
185         --enable-imdiag \
186         --enable-imfile \
187         --enable-impstats \
188         --enable-imptcp \
189         --enable-imtemplate \
190         --enable-mail \
191         --enable-mmsnmptrapd \
192         --enable-omdbalerting \
193         --enable-omprog \
194         --enable-omstdout \
195         --enable-omtemplate \
196         --enable-omudpspoof \
197         --enable-omuxsock \
198         --enable-pmaixforwardedfrom \
199         --enable-pmcisconames \
200         --enable-pmlastmsg \
201         --enable-pmrfc3164sd \
202         --enable-pmsnare \
203         --enable-smcustbindcdr \
204         --enable-unlimited-select \
205         %{?with_gssapi:--enable-gssapi-krb5} \
206         %{?with_mysql:--enable-mysql} \
207         %{?with_pgsql:--enable-pgsql} \
208         %{?with_snmp:--enable-snmp} \
209         %{?with_dbi:--enable-libdbi} \
210         --with-systemdsystemunitdir=/lib/systemd/system
211
212 %{__make}
213
214 %install
215 rm -rf $RPM_BUILD_ROOT
216 install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d,logrotate.d,rsyslog.d} \
217         $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},%{_bindir}} \
218         $RPM_BUILD_ROOT/{dev,var/log}
219
220 %{__make} install \
221         DESTDIR=$RPM_BUILD_ROOT
222
223 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/rsyslog
224 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rsyslog.conf
225 cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/rsyslog
226 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/rsyslog
227
228 for n in debug kernel maillog messages secure syslog user spooler lpr daemon; do
229         > $RPM_BUILD_ROOT/var/log/$n
230 done
231
232 %{__rm} $RPM_BUILD_ROOT%{_libdir}/rsyslog/*.la
233
234 %clean
235 rm -rf $RPM_BUILD_ROOT
236
237 %pre
238 %groupadd -P syslog -g 18 syslog
239 %useradd -P syslog -u 18 -g syslog -c "Syslog User" syslog
240 %addusertogroup syslog logs
241
242 %post
243 for n in /var/log/{cron,daemon,debug,kernel,lpr,maillog,messages,secure,spooler,syslog,user}; do
244         if [ -f $n ]; then
245                 chown root:logs $n
246                 continue
247         else
248                 touch $n
249                 chmod 000 $n
250                 chown root:logs $n
251                 chmod 640 $n
252         fi
253 done
254
255 /sbin/chkconfig --add %{name}
256 %service rsyslog restart "%{name} daemon"
257
258 %preun
259 if [ "$1" = "0" ]; then
260         %service %{name} stop
261         /sbin/chkconfig --del %{name}
262 fi
263
264 %postun
265 if [ "$1" = "0" ]; then
266         %userremove syslog
267         %groupremove syslog
268 fi
269
270 %triggerpostun -- inetutils-syslogd
271 /sbin/chkconfig --del syslog
272 /sbin/chkconfig --add syslog
273 if [ -f /etc/syslog.conf.rpmsave ]; then
274         mv -f /etc/syslog.conf{,.rpmnew}
275         mv -f /etc/syslog.conf{.rpmsave,}
276         echo "Moved /etc/syslog.conf.rpmsave to /etc/syslog.conf"
277         echo "Original file from package is available as /etc/syslog.conf.rpmnew"
278 fi
279
280 %post systemd
281 %systemd_post rsyslog.service
282
283 %preun systemd
284 %systemd_preun rsyslog.service
285
286 %postun systemd
287 %systemd_reload
288
289 %files
290 %defattr(644,root,root,755)
291 %doc AUTHORS ChangeLog NEWS README
292 %dir %{_sysconfdir}/rsyslog.d
293 %attr(640,root,syslog) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyslog.conf
294 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rsyslog
295 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/rsyslog
296 %attr(754,root,root) /etc/rc.d/init.d/rsyslog
297 %attr(640,root,root) %ghost /var/log/*
298 %attr(755,root,root) %{_sbindir}/rsyslogd
299 %dir %{_libdir}/rsyslog
300 %attr(755,root,root) %{_libdir}/rsyslog/imfile.so
301 %attr(755,root,root) %{_libdir}/rsyslog/imklog.so
302 %attr(755,root,root) %{_libdir}/rsyslog/immark.so
303 %attr(755,root,root) %{_libdir}/rsyslog/imtcp.so
304 %attr(755,root,root) %{_libdir}/rsyslog/imudp.so
305 %attr(755,root,root) %{_libdir}/rsyslog/imuxsock.so
306 %attr(755,root,root) %{_libdir}/rsyslog/lmnet.so
307 %attr(755,root,root) %{_libdir}/rsyslog/lmnetstrms.so
308 %attr(755,root,root) %{_libdir}/rsyslog/lmnsd_ptcp.so
309 %attr(755,root,root) %{_libdir}/rsyslog/lmregexp.so
310 %attr(755,root,root) %{_libdir}/rsyslog/lmstrmsrv.so
311 %attr(755,root,root) %{_libdir}/rsyslog/lmtcpclt.so
312 %attr(755,root,root) %{_libdir}/rsyslog/lmtcpsrv.so
313 %attr(755,root,root) %{_libdir}/rsyslog/lmzlibw.so
314 %attr(755,root,root) %{_libdir}/rsyslog/omruleset.so
315 %attr(755,root,root) %{_libdir}/rsyslog/omtesting.so
316 %attr(755,root,root) %{_libdir}/rsyslog/imdiag.so
317 %attr(755,root,root) %{_libdir}/rsyslog/impstats.so
318 %attr(755,root,root) %{_libdir}/rsyslog/imptcp.so
319 %attr(755,root,root) %{_libdir}/rsyslog/imtemplate.so
320 %attr(755,root,root) %{_libdir}/rsyslog/mmsnmptrapd.so
321 %attr(755,root,root) %{_libdir}/rsyslog/omdbalerting.so
322 %attr(755,root,root) %{_libdir}/rsyslog/ommail.so
323 %attr(755,root,root) %{_libdir}/rsyslog/omprog.so
324 %attr(755,root,root) %{_libdir}/rsyslog/omstdout.so
325 %attr(755,root,root) %{_libdir}/rsyslog/omtemplate.so
326 %attr(755,root,root) %{_libdir}/rsyslog/omuxsock.so
327 %attr(755,root,root) %{_libdir}/rsyslog/pmaixforwardedfrom.so
328 %attr(755,root,root) %{_libdir}/rsyslog/pmcisconames.so
329 %attr(755,root,root) %{_libdir}/rsyslog/pmlastmsg.so
330 %attr(755,root,root) %{_libdir}/rsyslog/pmrfc3164sd.so
331 %attr(755,root,root) %{_libdir}/rsyslog/pmsnare.so
332 %attr(755,root,root) %{_libdir}/rsyslog/sm_cust_bindcdr.so
333 %{_mandir}/man5/*
334 %{_mandir}/man8/*
335
336 %files systemd
337 %defattr(644,root,root,755)
338 /lib/systemd/system/rsyslog.service
339
340 %if %{with mysql}
341 %files mysql
342 %defattr(644,root,root,755)
343 %doc plugins/ommysql/createDB.sql
344 %attr(755,root,root) %{_libdir}/rsyslog/ommysql.so
345 %endif
346
347 %if %{with pgsql}
348 %files pgsql
349 %defattr(644,root,root,755)
350 %doc plugins/ompgsql/createDB.sql
351 %attr(755,root,root) %{_libdir}/rsyslog/ompgsql.so
352 %endif
353
354 %if %{with gssapi}
355 %files gssapi
356 %defattr(644,root,root,755)
357 %attr(755,root,root) %{_libdir}/rsyslog/imgssapi.so
358 %attr(755,root,root) %{_libdir}/rsyslog/lmgssutil.so
359 %attr(755,root,root) %{_libdir}/rsyslog/omgssapi.so
360 %endif
361
362 %if %{with dbi}
363 %files dbi
364 %defattr(644,root,root,755)
365 %attr(755,root,root) %{_libdir}/rsyslog/omlibdbi.so
366 %endif
367
368 %files udpspoof
369 %defattr(644,root,root,755)
370 %attr(755,root,root) %{_libdir}/rsyslog/omudpspoof.so
371
372 %if %{with snmp}
373 %files snmp
374 %defattr(644,root,root,755)
375 %attr(755,root,root) %{_libdir}/rsyslog/omsnmp.so
376 %endif
377
378 %files gnutls
379 %defattr(644,root,root,755)
380 %attr(755,root,root) %{_libdir}/rsyslog/lmnsd_gtls.so
This page took 0.051047 seconds and 4 git commands to generate.