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:
parent
bff59aeb69
commit
8f9be13f2f
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
17
systemd.spec
17
systemd.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user