- rpm: use _rundir rpm macro if defined (bnc#873857)
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=190
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 07:37:34 UTC 2014 - mt@suse.com
|
||||
|
||||
- rpm: use _rundir rpm macro if defined (bnc#873857)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 10:02:12 UTC 2014 - heinemannj66@gmail.com
|
||||
|
||||
|
@@ -60,7 +60,11 @@ Release: 0
|
||||
%bcond_with zeromq
|
||||
%define upstream_version %{version}
|
||||
%define rsyslogdocdir %{_docdir}/%{name}
|
||||
%if %{defined _rundir}
|
||||
%define rsyslog_rundir %{_rundir}/rsyslog
|
||||
%else
|
||||
%define rsyslog_rundir %{_localstatedir}/run/rsyslog
|
||||
%endif
|
||||
%define rsyslog_sockets_cfg %{rsyslog_rundir}/additional-log-sockets.conf
|
||||
%define rsyslog_module_dir_nodeps %{_libdir}/rsyslog/
|
||||
%define rsyslog_module_dir_withdeps %{_libdir}/rsyslog/
|
||||
|
Reference in New Issue
Block a user