Skip to content

Commit

Permalink
Merge f386820 into 22cfcb2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Feb 9, 2022
2 parents 22cfcb2 + f386820 commit 0c07555
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions package/yast2-dns-server.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 9 09:32:56 UTC 2022 - Michal Filka <mfilka@suse.com>

- bnc#1195714
- follow up of previous update - improved inclusive naming fix
- 4.4.2

-------------------------------------------------------------------
Wed Feb 2 12:29:59 UTC 2022 - Michal Filka <mfilka@suse.com>

Expand Down
6 changes: 3 additions & 3 deletions package/yast2-dns-server.spec
@@ -1,7 +1,7 @@
#
# spec file for package yast2-dns-server
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,9 +17,9 @@


Name: yast2-dns-server
Version: 4.4.1
Version: 4.4.2
Release: 0
Url: https://github.com/yast/yast-dns-server
URL: https://github.com/yast/yast-dns-server
Summary: YaST2 - DNS Server Configuration
License: GPL-2.0-only
Group: System/YaST
Expand Down
4 changes: 2 additions & 2 deletions src/include/dns-server/helps.rb
Expand Up @@ -483,10 +483,10 @@ def initialize_dns_server_helps(include_target)
# slave zone help text 1/2
"slave_zone" => _(
"<p><big><b>Secondary DNS Zone</b></big><br>\n" +
"Each slave zone must have the primary name server defined. Use\n" +
"Each secondary zone must have the primary name server defined. Use\n" +
"<b>Primary DNS Server IP</b> to define the primary name server.</p>"
) +
# slave zone help text 2/2
# secondary zone help text 2/2
_(
"<p><big><b>Zone Transport</b></big><br>\n" +
"To allow transports of the zone, set <b>Enable Zone Transport</b>\n" +
Expand Down

0 comments on commit 0c07555

Please sign in to comment.