Fixed systemd BuildRequires
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=489
This commit is contained in:
parent
295dd452e1
commit
426b74b2d4
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package autoyast2
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -31,6 +31,13 @@ BuildRequires: yast2-installation-control
|
||||
# xmllint
|
||||
BuildRequires: libxml2-tools
|
||||
|
||||
# %%{_unitdir} macro definition is in a separate package since 13.1
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%else
|
||||
BuildRequires: systemd
|
||||
%endif
|
||||
|
||||
Requires: autoyast2-installation = %{version}
|
||||
Requires: libxslt
|
||||
Requires: yast2
|
||||
|
Loading…
Reference in New Issue
Block a user