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