Accepting request 446410 from YaST:Head
submit new version 3.2.3 OBS-URL: https://build.opensuse.org/request/show/446410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=90
This commit is contained in:
commit
24ea59bbf9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d11e0df27a8cc6d09160a145d6261becf5e1f9c073f93ff36788c81738a8b9e1
|
||||
size 76708
|
3
yast2-ntp-client-3.2.3.tar.bz2
Normal file
3
yast2-ntp-client-3.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77043be14208aadb50d478da58fb23facb39c9c3da12d9e43359c374b341332c
|
||||
size 81263
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 12:19:27 UTC 2016 - kanderssen@suse.com
|
||||
|
||||
- Fixed some tests that were passing because of an old ntp augeas
|
||||
lense (bsc#983486).
|
||||
- 3.2.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 14:37:28 UTC 2016 - joseivanlopez@gmail.com
|
||||
|
||||
- Updated client to read/write NTP configuration using CFA
|
||||
(bsc#983486 and bsc#929694)
|
||||
- 3.2.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 16:44:58 UTC 2016 - igonzalezsosa@suse.com
|
||||
|
||||
|
@ -17,27 +17,31 @@
|
||||
|
||||
|
||||
Name: yast2-ntp-client
|
||||
Version: 3.2.1
|
||||
Version: 3.2.3
|
||||
Release: 0
|
||||
Summary: YaST2 - NTP Client Configuration
|
||||
License: GPL-2.0+
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: augeas-lenses
|
||||
BuildRequires: perl-XML-Writer
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2 >= 3.1.11
|
||||
BuildRequires: yast2-country-data
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.4.2
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
#SLPAPI.pm
|
||||
# Hostname::CurrentDomain
|
||||
# Wizard::SetDesktopTitleAndIcon
|
||||
Requires: augeas-lenses
|
||||
Requires: yast2 >= 3.1.11
|
||||
Requires: yast2-country-data
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.4.2
|
||||
BuildArch: noarch
|
||||
# New sntp command line syntax
|
||||
Conflicts: ntp < 4.2.8
|
||||
@ -61,9 +65,9 @@ rake install DESTDIR="%{buildroot}"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{yast_yncludedir}/ntp-client
|
||||
%{yast_clientdir}/*
|
||||
%{yast_dir}/lib
|
||||
%{yast_yncludedir}/ntp-client/*
|
||||
%{yast_clientdir}/ntp-client.rb
|
||||
%{yast_clientdir}/ntp-client_*.rb
|
||||
%{yast_scrconfdir}/cfg_ntp.scr
|
||||
%{yast_scrconfdir}/etc_ntp.scr
|
||||
%{yast_moduledir}/*.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user