Accepting request 555166 from home:kukuk:branches:Base:System

- Readd require for systemd, else package will be installed too
  early and services will never be enabled [bsc#1071776]

OBS-URL: https://build.opensuse.org/request/show/555166
OBS-URL: https://build.opensuse.org/package/show/Base:System/issue-generator?expand=0&rev=11
This commit is contained in:
Thorsten Kukuk 2017-12-08 07:24:12 +00:00 committed by Git OBS Bridge
parent a6d21145df
commit 15775894a1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 8 07:22:42 UTC 2017 - kukuk@suse.com
- Readd require for systemd, else package will be installed too
early and services will never be enabled [bsc#1071776]
-------------------------------------------------------------------
Tue Nov 28 13:10:37 CET 2017 - kukuk@suse.de

View File

@ -28,6 +28,7 @@ BuildRequires: fdupes
Requires(post): %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{?systemd_requires}
%description
issue-generator is a tool to create an issue file dynamically.