Accepting request 542680 from Base:System

- Ensure user "news" exists - bsc#1068678

OBS-URL: https://build.opensuse.org/request/show/542680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=131
This commit is contained in:
Dominique Leuenberger 2017-11-21 14:20:26 +00:00 committed by Git OBS Bridge
commit c0b14b295e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 17 15:34:42 UTC 2017 - astieger@suse.com
- Ensure user "news" exists - bsc#1068678
-------------------------------------------------------------------
Tue Nov 14 15:33:34 UTC 2017 - astieger@suse.com

View File

@ -233,6 +233,11 @@ Source15: rsyslog.firewall
# PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodriguez@opensuse.org Customize upstream systemd unit for openSUSE needs.
Patch0: rsyslog-unit.patch
Patch1: 0001-imgssapi-fix-compiler-warnings.patch
%if 0%{?suse_version} > 1320
# Ensure "news" exists - bsc#1068678
Requires(post): user(news)
Requires(post): group(news)
%endif
# this is a dirty hack since % dir does only work for the specified directory and nothing above
# but I want to be able to switch this to /etc/apparmor.d once the profiles received more testing