[systemd/f18] Provide syslog because the journal is fine as a syslog implementation

Lennart Poettering lennart at fedoraproject.org
Tue Oct 23 23:10:48 UTC 2012


commit af43dc08c9dd7c732130feb33e996258e9499193
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Oct 24 01:07:58 2012 +0200

    Provide syslog because the journal is fine as a syslog implementation

 systemd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index bf5f39b..37e1529 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -22,7 +22,7 @@ Url:            http://www.freedesktop.org/wiki/Software/systemd
 # THIS PACKAGE FOR A NON-RAWHIDE DEVELOPMENT DISTRIBUTION!
 
 Version:        195
-Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        2%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -104,6 +104,7 @@ Obsoletes:      systemd < 185-4
 Conflicts:      systemd < 185-4
 Obsoletes:      system-setup-keyboard < 0.9
 Provides:       system-setup-keyboard = 0.9
+Provides:       syslog
 
 %description
 systemd is a system and service manager for Linux, compatible with
@@ -639,6 +640,9 @@ fi
 %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Tue Oct 23 2012 Lennart Poettering <lpoetter at redhat.com> - 195-2
+- Provide syslog because the journal is fine as a syslog implementation
+
 * Tue Oct 23 2012 Lennart Poettering <lpoetter at redhat.com> - 195-1
 - New upstream release
 - https://bugzilla.redhat.com/show_bug.cgi?id=831665


More information about the scm-commits mailing list