Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed BuildRequires: yast2-ntp-client (causing dependency cycle) #794

Merged
merged 1 commit into from Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -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
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
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