[Bug 1038407] New: rsyslog: Usage of systemctrl enable should be changed to %sytemd_add_pre/post
http://bugzilla.suse.com/show_bug.cgi?id=1038407 Bug ID: 1038407 Summary: rsyslog: Usage of systemctrl enable should be changed to %sytemd_add_pre/post Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: nirmoy.das@suse.com Reporter: behlert@suse.com QA Contact: qa-bugs@suse.de CC: fcrozat@suse.com Found By: --- Blocker: --- +++ This bug was initially created as a clone of Bug #1038406 +++ "systemctl preset-all" is intended to return service states to a factory state based on presets. But currently we can see breakages in some products due to services that are not following the guidelines as described in https://en.opensuse.org/openSUSE:Systemd_packaging_guidelines#Enabling_syste... The package rsyslog was identified to use "systemctl enable" in its spec-file, and it should get replaced by the proper use of %sytemd_add_pre/post and preset. Please check your package, thanks. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038407 Stefan Behlert <behlert@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://fate.suse.com/32214 | |0 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1038407 http://bugzilla.suse.com/show_bug.cgi?id=1038407#c1 Thomas Blume <thomas.blume@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |thomas.blume@suse.com Resolution|--- |FIXED --- Comment #1 from Thomas Blume <thomas.blume@suse.com> --- This is fixed: --> osc cat openSUSE:Factory/rsyslog rsyslog.spec | grep service_ %{service_add_pre rsyslog.service} %{service_add_post rsyslog.service} %{service_del_preun syslog.socket} %{service_del_preun rsyslog.service} %{service_del_postun rsyslog.service} osc cat Base:System/rsyslog rsyslog.spec | grep service_ %{service_add_pre rsyslog.service} %{service_add_post rsyslog.service} %{service_del_preun syslog.socket} %{service_del_preun rsyslog.service} %{service_del_postun rsyslog.service} --< closing -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com