diff --git a/yast2-ntp-client-3.1.24.tar.bz2 b/yast2-ntp-client-3.1.24.tar.bz2 deleted file mode 100644 index 9700552..0000000 --- a/yast2-ntp-client-3.1.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ead32fdb667ab8bfa984d6d049cffad113c8a17eeb0c3f315d982f63ec6bfd5 -size 65093 diff --git a/yast2-ntp-client-3.1.25.tar.bz2 b/yast2-ntp-client-3.1.25.tar.bz2 new file mode 100644 index 0000000..4ea1a66 --- /dev/null +++ b/yast2-ntp-client-3.1.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726431d75bf1d45e8b7c1eb0ac2685d8a1e46476df6cee0a75c30932ed36e271 +size 76260 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 47e77c1..29e9016 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 2 07:40:56 UTC 2016 - kanderssen@suse.com + +- Fixed Ntp Test adding a workaround to return false in case given + server is not reachable (bsc#977610) +- Replaced old testsuite with Rspec tests +- Added rubocop and coveralls +- Removed autotools +- 3.1.25 + ------------------------------------------------------------------- Wed Jun 1 15:33:15 UTC 2016 - igonzalezsosa@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 9079b5d..cafe6d6 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.24 +Version: 3.1.25 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ @@ -29,7 +29,9 @@ BuildRequires: update-desktop-files BuildRequires: yast2 >= 3.1.11 BuildRequires: yast2-country-data BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-testsuite +BuildRequires: rubygem(%rb_default_ruby_abi:rspec) +BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) + #SLPAPI.pm # Hostname::CurrentDomain # Wizard::SetDesktopTitleAndIcon @@ -48,11 +50,13 @@ This package contains the YaST2 component for NTP client configuration. %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %files %defattr(-,root,root) @@ -69,5 +73,7 @@ This package contains the YaST2 component for NTP client configuration. %dir %{yast_docdir} %doc %{yast_docdir}/COPYING +%doc %{yast_docdir}/README.md +%doc %{yast_docdir}/CONTRIBUTING.md %changelog