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

Remove SuSEFirewall2 references #107

Merged
merged 2 commits into from Sep 30, 2020
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-add-on.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 30 10:49:56 UTC 2020 - Knut Anderssen <kanderssen@suse.com>

- Do not import SuSEFirewall2 anymore as the support was dropped
from YaST (fate#323460)
- 4.3.7

-------------------------------------------------------------------
Thu Sep 17 13:06:05 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-add-on.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-add-on
Version: 4.3.6
Version: 4.3.7
Release: 0
Summary: YaST2 - Add-On media installation code
License: GPL-2.0-only
Expand Down
1 change: 0 additions & 1 deletion src/include/add-on/add-on-workflow.rb
Expand Up @@ -41,7 +41,6 @@ def initialize_add_on_add_on_workflow(include_target)
Yast.import "SourceManager"
Yast.import "PackageSystem"
Yast.import "ProductProfile"
Yast.import "SuSEFirewall"
Yast.import "Stage"
Yast.import "Wizard"
Yast.import "Confirm"
Expand Down
3 changes: 0 additions & 3 deletions test/test_helper.rb
Expand Up @@ -18,9 +18,6 @@ def stub_module(name)
# Stub classes from other modules to speed up a build
stub_module("AutoinstGeneral")
stub_module("AutoinstSoftware")
# the SuSEFirewall module checks the firewall status in the constructor,
# avoid displaying a PolicyKit popup asking for the root password...
stub_module("SuSEFirewall")

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