Andreas Stieger 2017-11-17 15:38:33 +00:00 committed by Git OBS Bridge
parent 0958c122e0
commit fd84fde52e
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Fri Nov 17 12:28:51 UTC 2017 - astieger@suse.com
Fri Nov 17 15:34:42 UTC 2017 - astieger@suse.com
- Ensure user "news" exists - bsc#1068678

View File

@ -234,8 +234,9 @@ Source15: rsyslog.firewall
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
# 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