reverted symlink to syslog.service - not needed
see: rhbz#1343132
This commit is contained in:
parent
10bcce5e47
commit
2d00b65931
10
rsyslog.spec
10
rsyslog.spec
@ -12,7 +12,7 @@
|
|||||||
Summary: Enhanced system logging and kernel message trapping daemon
|
Summary: Enhanced system logging and kernel message trapping daemon
|
||||||
Name: rsyslog
|
Name: rsyslog
|
||||||
Version: 8.24.0
|
Version: 8.24.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: (GPLv3+ and ASL 2.0)
|
License: (GPLv3+ and ASL 2.0)
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.rsyslog.com/
|
URL: http://www.rsyslog.com/
|
||||||
@ -373,10 +373,6 @@ do
|
|||||||
done
|
done
|
||||||
%systemd_post rsyslog.service
|
%systemd_post rsyslog.service
|
||||||
|
|
||||||
# Make symlink for syslog service. (This is supposed
|
|
||||||
# to fail when the link already exists - e.g. done by systemd or other log package)
|
|
||||||
ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service >/dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun rsyslog.service
|
%systemd_preun rsyslog.service
|
||||||
|
|
||||||
@ -524,6 +520,10 @@ ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service
|
|||||||
%{_libdir}/rsyslog/omamqp1.so
|
%{_libdir}/rsyslog/omamqp1.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 16 2017 Jiri Vymazal <jvymazal@redhat.com> - 8.24.0-2
|
||||||
|
- reverted symlink to syslog.service - not needed
|
||||||
|
see: rhbz#1343132
|
||||||
|
|
||||||
* Fri Jan 13 2017 Jiri Vymazal <jvymazal@redhat.com> - 8.24.0-1
|
* Fri Jan 13 2017 Jiri Vymazal <jvymazal@redhat.com> - 8.24.0-1
|
||||||
- rsyslog rebase to 8.24
|
- rsyslog rebase to 8.24
|
||||||
- changed name of created file in logrotate.d to non-generic one
|
- changed name of created file in logrotate.d to non-generic one
|
||||||
|
Loading…
Reference in New Issue
Block a user