Accepting request 542632 from home:AndreasStieger:branches:Base:System

- Ensure user "news" exists - bsc#1068678

OBS-URL: https://build.opensuse.org/request/show/542632
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=275
This commit is contained in:
Andreas Stieger 2017-11-17 12:31:34 +00:00 committed by Git OBS Bridge
parent e2f91a94e5
commit 0958c122e0
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 17 12:28:51 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,10 @@ 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 user "news" exists - bsc#1068678
Requires: system-user-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