Skip to content

Commit

Permalink
Merge pull request #794 from yast/build_deps
Browse files Browse the repository at this point in the history
Removed BuildRequires: yast2-ntp-client (causing dependency cycle)
  • Loading branch information
lslezak committed Apr 4, 2019
2 parents fe848cc + 09397de commit ced2966
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 4 08:10:42 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

- Removed BuildRequires: yast2-ntp-client (causing dependency cycle)
(related to the previous fix bsc#1129095)
- 4.2.2

-------------------------------------------------------------------
Fri Mar 29 12:58:51 UTC 2019 - David Diaz <dgonzalez@suse.com>

Expand Down
5 changes: 1 addition & 4 deletions package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.2.1
Version: 4.2.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -94,9 +94,6 @@ Requires: yast2-users >= 3.2.8
BuildRequires: yast2-country >= 3.3.1
Requires: yast2-country >= 3.3.1

# NtpSetup dialog (bsc#1129095)
BuildRequires: yast2-ntp-client

# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
# pkg-bindings are not directly required
Conflicts: yast2-pkg-bindings < 2.17.25
Expand Down
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def stub_module(name)
stub_module("ProductLicense")
stub_module("Profile")
stub_module("ProfileLocation")
# we cannot depend on this module (circular dependency)
stub_module("NtpClient")

if ENV["COVERAGE"]
require "simplecov"
Expand Down

0 comments on commit ced2966

Please sign in to comment.