forked from pool/yast2-ntp-client
Accepting request 400947 from YaST:Head
submit new version 3.1.25 OBS-URL: https://build.opensuse.org/request/show/400947 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=84
This commit is contained in:
commit
4722bce1e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e268f51b768c389069eb461f502af24215ad0edff2999a3cb876aaeff19acc5
|
|
||||||
size 65302
|
|
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,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Drop yast2-ntp-client-devel-doc package (fate#320256)
|
||||||
|
- 3.1.24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 6 16:09:50 UTC 2016 - lslezak@suse.cz
|
Fri May 6 16:09:50 UTC 2016 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-ntp-client
|
Name: yast2-ntp-client
|
||||||
Version: 3.1.23
|
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
|
||||||
@ -40,26 +42,21 @@ BuildArch: noarch
|
|||||||
# New sntp command line syntax
|
# New sntp command line syntax
|
||||||
Conflicts: ntp < 4.2.8
|
Conflicts: ntp < 4.2.8
|
||||||
|
|
||||||
|
Obsoletes: yast2-ntp-client-devel-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the YaST2 component for NTP client configuration.
|
This package contains the YaST2 component for NTP client configuration.
|
||||||
|
|
||||||
%package devel-doc
|
|
||||||
Requires: yast2-ntp-client = %version
|
|
||||||
Summary: YaST2 - NTP Client - Development Documentation
|
|
||||||
Group: System/YaST
|
|
||||||
|
|
||||||
%description devel-doc
|
|
||||||
This package contains development documentation for using the API
|
|
||||||
provided by yast2-ntp-client package.
|
|
||||||
|
|
||||||
%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)
|
||||||
@ -76,11 +73,7 @@ provided by yast2-ntp-client package.
|
|||||||
|
|
||||||
%dir %{yast_docdir}
|
%dir %{yast_docdir}
|
||||||
%doc %{yast_docdir}/COPYING
|
%doc %{yast_docdir}/COPYING
|
||||||
%doc %{yast_docdir}/TODO
|
%doc %{yast_docdir}/README.md
|
||||||
%doc %{yast_docdir}/spec.txt
|
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||||
|
|
||||||
%files devel-doc
|
|
||||||
%doc %{yast_docdir}/autodocs
|
|
||||||
%doc %{yast_docdir}/ntp.conf_agent.txt
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user