From b4f3b459fc95100799dd89ae7c9263bd59975296bb855db1de9bcbc9c188a713 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Nov 2012 14:52:17 +0000 Subject: [PATCH] - adding a package systemd-logger that blocks syslog implementations from installation to make an installation that only uses the journal - adding a package systemd-logger that blocks syslog implementations from installation to make an installation that only uses the journal OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=309 --- systemd-mini.changes | 6 ++++++ systemd-mini.spec | 17 +++++++++++++++++ systemd.changes | 6 ++++++ systemd.spec | 17 +++++++++++++++++ 4 files changed, 46 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index 349b3bbb..6ad12c11 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 6 14:40:37 UTC 2012 - coolo@suse.com + +- adding a package systemd-logger that blocks syslog implementations + from installation to make an installation that only uses the journal + ------------------------------------------------------------------- Mon Nov 5 14:37:46 UTC 2012 - fcrozat@suse.com diff --git a/systemd-mini.spec b/systemd-mini.spec index 44f13d24..99f43196 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -279,6 +279,18 @@ Requires: typelib-1_0-GUdev-1_0 = %{version}-%{release} %description -n libgudev-1_0-devel This is the devel package for the GObject library libgudev, which provides GObject access to udev device information. + +%package logger +Summary: Journal only logging +License: LGPL-2.1+ +Group: System/Base +Provides: syslog +Provides: sysvinit(syslog) +Conflicts: otherproviders(syslog) + +%description logger +This package marks the installation to not use syslog but only the journal. + %endif %prep @@ -842,6 +854,11 @@ rm -rf %{buildroot} %dir %{_datadir}/gtk-doc/html/gudev %{_datadir}/gtk-doc/html/gudev/* %{_datadir}/gir-1.0/GUdev-1.0.gir + +%files logger +%defattr(-,root,root) +%dir /var/log/journal + %endif %changelog diff --git a/systemd.changes b/systemd.changes index 349b3bbb..6ad12c11 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 6 14:40:37 UTC 2012 - coolo@suse.com + +- adding a package systemd-logger that blocks syslog implementations + from installation to make an installation that only uses the journal + ------------------------------------------------------------------- Mon Nov 5 14:37:46 UTC 2012 - fcrozat@suse.com diff --git a/systemd.spec b/systemd.spec index 86df1703..abcc5caf 100644 --- a/systemd.spec +++ b/systemd.spec @@ -274,6 +274,18 @@ Requires: typelib-1_0-GUdev-1_0 = %{version}-%{release} %description -n libgudev-1_0-devel This is the devel package for the GObject library libgudev, which provides GObject access to udev device information. + +%package logger +Summary: Journal only logging +License: LGPL-2.1+ +Group: System/Base +Provides: syslog +Provides: sysvinit(syslog) +Conflicts: otherproviders(syslog) + +%description logger +This package marks the installation to not use syslog but only the journal. + %endif %prep @@ -837,6 +849,11 @@ rm -rf %{buildroot} %dir %{_datadir}/gtk-doc/html/gudev %{_datadir}/gtk-doc/html/gudev/* %{_datadir}/gir-1.0/GUdev-1.0.gir + +%files logger +%defattr(-,root,root) +%dir /var/log/journal + %endif %changelog