diff --git a/package/yast2-dns-server.changes b/package/yast2-dns-server.changes index 6580be0..6aa8e39 100644 --- a/package/yast2-dns-server.changes +++ b/package/yast2-dns-server.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 9 09:32:56 UTC 2022 - Michal Filka + +- bnc#1195714 + - follow up of previous update - improved inclusive naming fix +- 4.4.2 + ------------------------------------------------------------------- Wed Feb 2 12:29:59 UTC 2022 - Michal Filka diff --git a/package/yast2-dns-server.spec b/package/yast2-dns-server.spec index f66f1f1..594334d 100644 --- a/package/yast2-dns-server.spec +++ b/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 @@ -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 diff --git a/src/include/dns-server/helps.rb b/src/include/dns-server/helps.rb index 4c98526..9c48bc6 100644 --- a/src/include/dns-server/helps.rb +++ b/src/include/dns-server/helps.rb @@ -483,10 +483,10 @@ def initialize_dns_server_helps(include_target) # slave zone help text 1/2 "slave_zone" => _( "

Secondary DNS Zone
\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" + "Primary DNS Server IP to define the primary name server.

" ) + - # slave zone help text 2/2 + # secondary zone help text 2/2 _( "

Zone Transport
\n" + "To allow transports of the zone, set Enable Zone Transport\n" +