Skip to content

Commit

Permalink
Moved a file this package to yast2-country.
Browse files Browse the repository at this point in the history
Moved
 from yast2-ntp-client:clients/ntp-client_proposal.rb
 to   yast2-country:   clients/timezone_ntp.rb
                       lib/country/ntp_adapter.rb

because the file provides a part(!) of a dialog for the time settings,
and the interface has grown too tangled it does not make sense to
keep them in 2 packages/repos.

Yes, now the problem has been shifted a level lower,
to the NtpClient interface

Also, despite being named *_proposal, the client has never been
used in the proposal framework.
  • Loading branch information
mvidner committed Aug 4, 2015
1 parent aafefd3 commit af7e528
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 501 deletions.
7 changes: 7 additions & 0 deletions package/yast2-ntp-client.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 4 15:30:03 UTC 2015 - mvidner@suse.com

- Moved clients/ntp-client_proposal.rb to yast2-country:
clients/timezone_ntp.rb (boo#938951).
- 3.1.17

-------------------------------------------------------------------
Mon Jul 20 10:38:30 UTC 2015 - ancor@suse.com

Expand Down
4 changes: 3 additions & 1 deletion package/yast2-ntp-client.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ntp-client
Version: 3.1.16
Version: 3.1.17
Release: 0
Summary: YaST2 - NTP Client Configuration
License: GPL-2.0+
Expand All @@ -36,6 +36,8 @@ BuildRequires: yast2-testsuite
Requires: yast2 >= 3.1.11
Requires: yast2-country-data
Requires: yast2-ruby-bindings >= 1.0.0
# earlier versions need ntp-client_proposal which is no longer here
Conflicts: yast2-country < 3.1.23
BuildArch: noarch


Expand Down
3 changes: 1 addition & 2 deletions src/Makefile.am
Expand Up @@ -6,8 +6,7 @@ module_DATA = \
client_DATA = \
clients/ntp-client.rb \
clients/ntp-client_auto.rb \
clients/ntp-client_finish.rb \
clients/ntp-client_proposal.rb
clients/ntp-client_finish.rb

yncludedir = @yncludedir@/ntp-client
ynclude_DATA = \
Expand Down

0 comments on commit af7e528

Please sign in to comment.