SHA256
1
0
forked from pool/systemd

- 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
This commit is contained in:
Stephan Kulow 2012-11-06 14:52:17 +00:00 committed by Git OBS Bridge
parent bff59aeb69
commit 8f9be13f2f
4 changed files with 46 additions and 0 deletions

View File

@ -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 Mon Nov 5 14:37:46 UTC 2012 - fcrozat@suse.com

View File

@ -279,6 +279,18 @@ Requires: typelib-1_0-GUdev-1_0 = %{version}-%{release}
%description -n libgudev-1_0-devel %description -n libgudev-1_0-devel
This is the devel package for the GObject library libgudev, which This is the devel package for the GObject library libgudev, which
provides GObject access to udev device information. 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 %endif
%prep %prep
@ -842,6 +854,11 @@ rm -rf %{buildroot}
%dir %{_datadir}/gtk-doc/html/gudev %dir %{_datadir}/gtk-doc/html/gudev
%{_datadir}/gtk-doc/html/gudev/* %{_datadir}/gtk-doc/html/gudev/*
%{_datadir}/gir-1.0/GUdev-1.0.gir %{_datadir}/gir-1.0/GUdev-1.0.gir
%files logger
%defattr(-,root,root)
%dir /var/log/journal
%endif %endif
%changelog %changelog

View File

@ -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 Mon Nov 5 14:37:46 UTC 2012 - fcrozat@suse.com

View File

@ -274,6 +274,18 @@ Requires: typelib-1_0-GUdev-1_0 = %{version}-%{release}
%description -n libgudev-1_0-devel %description -n libgudev-1_0-devel
This is the devel package for the GObject library libgudev, which This is the devel package for the GObject library libgudev, which
provides GObject access to udev device information. 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 %endif
%prep %prep
@ -837,6 +849,11 @@ rm -rf %{buildroot}
%dir %{_datadir}/gtk-doc/html/gudev %dir %{_datadir}/gtk-doc/html/gudev
%{_datadir}/gtk-doc/html/gudev/* %{_datadir}/gtk-doc/html/gudev/*
%{_datadir}/gir-1.0/GUdev-1.0.gir %{_datadir}/gir-1.0/GUdev-1.0.gir
%files logger
%defattr(-,root,root)
%dir /var/log/journal
%endif %endif
%changelog %changelog