Skip to content

Commit

Permalink
activated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Oct 9, 2018
1 parent 5cd0561 commit 4bf1085
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package/yast2-dhcp-server.spec
Expand Up @@ -29,10 +29,12 @@ BuildRequires: perl-Digest-SHA1 perl-X500-DN perl-XML-Writer docbook-xsl-stylesh
BuildRequires: yast2-devtools >= 3.1.10
# UI::ServiceStatus
BuildRequires: yast2 >= 3.1.161
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)

Requires: perl-gettext yast2-perl-bindings bind-utils perl-X500-DN yast2-ldap perl-Digest-SHA1 perl-Parse-RecDescent
# UI::ServiceStatus
Requires: yast2 >= 3.1.161
# firewalld_wrapper.rb
Requires: yast2 >= 4.0.100
# DnsServerAPI::IsServiceConfigurableExternally
Requires: yast2-dns-server >= 2.13.16

Expand All @@ -49,6 +51,9 @@ configuration.
%prep
%setup -n %{name}-%{version}

%check
rake test:unit

%build
%yast_build

Expand Down

0 comments on commit 4bf1085

Please sign in to comment.