forked from pool/yast2-ntp-client
- 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=214
This commit is contained in:
parent
d6af1157d8
commit
42f9ef63bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ead32fdb667ab8bfa984d6d049cffad113c8a17eeb0c3f315d982f63ec6bfd5
|
|
||||||
size 65093
|
|
3
yast2-ntp-client-3.1.25.tar.bz2
Normal file
3
yast2-ntp-client-3.1.25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:726431d75bf1d45e8b7c1eb0ac2685d8a1e46476df6cee0a75c30932ed36e271
|
||||||
|
size 76260
|
@ -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
|
Wed Jun 1 15:33:15 UTC 2016 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-ntp-client
|
Name: yast2-ntp-client
|
||||||
Version: 3.1.24
|
Version: 3.1.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - NTP Client Configuration
|
Summary: YaST2 - NTP Client Configuration
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -29,7 +29,9 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: yast2 >= 3.1.11
|
BuildRequires: yast2 >= 3.1.11
|
||||||
BuildRequires: yast2-country-data
|
BuildRequires: yast2-country-data
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
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
|
#SLPAPI.pm
|
||||||
# Hostname::CurrentDomain
|
# Hostname::CurrentDomain
|
||||||
# Wizard::SetDesktopTitleAndIcon
|
# Wizard::SetDesktopTitleAndIcon
|
||||||
@ -48,11 +50,13 @@ This package contains the YaST2 component for NTP client configuration.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
|
%check
|
||||||
|
rake test:unit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
rake install DESTDIR="%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -69,5 +73,7 @@ This package contains the YaST2 component for NTP client configuration.
|
|||||||
|
|
||||||
%dir %{yast_docdir}
|
%dir %{yast_docdir}
|
||||||
%doc %{yast_docdir}/COPYING
|
%doc %{yast_docdir}/COPYING
|
||||||
|
%doc %{yast_docdir}/README.md
|
||||||
|
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user