Skip to content

Commit

Permalink
added build dependency to systemd
Browse files Browse the repository at this point in the history
needed because of %{_unitdir} RPM macro definition
  • Loading branch information
lslezak committed Dec 20, 2013
1 parent bf3b3bb commit a7c3155
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.spec
Expand Up @@ -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
Expand Down

0 comments on commit a7c3155

Please sign in to comment.