- Switched VNC service from xinetd to systemd.
- VNC over HTTP service can be enabled/disabled separately. (fate#323880, bnc#1058460) - 4.0.11 - Do not depend on SuSEFirewall for zone interface change. The zone is now written in the ifcfg-file and wicked takes care of calling firewalld commandline. (fate#323460) - 4.0.10 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=773
This commit is contained in:
parent
4ab81de0d1
commit
3837360b5e
3
yast2-network-4.0.11.tar.bz2
Normal file
3
yast2-network-4.0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b177fd2c9dbb9be244df2d95f2b5e76cc94e91826ffe2d75a135a91a39f903a
|
||||
size 386027
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:598e7c7f947b952de136ff678846bbff8ccf0926df70ed53188a09c11f5d6b90
|
||||
size 393627
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 09:46:50 UTC 2017 - knut.anderssen@suse.com
|
||||
|
||||
- Switched VNC service from xinetd to systemd.
|
||||
- VNC over HTTP service can be enabled/disabled separately.
|
||||
(fate#323880, bnc#1058460)
|
||||
- 4.0.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 24 11:57:33 UTC 2017 - knut.anderssen@suse.com
|
||||
|
||||
- Do not depend on SuSEFirewall for zone interface change. The zone
|
||||
is now written in the ifcfg-file and wicked takes care of calling
|
||||
firewalld commandline. (fate#323460)
|
||||
- 4.0.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 11:59:22 UTC 2017 - knut.anderssen@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 4.0.9
|
||||
Version: 4.0.11
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
|
||||
@ -28,11 +28,11 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 3.1.15
|
||||
Requires: yast2-proxy
|
||||
#for install task
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
# yast2 v3.1.86: Added ServicesProposal library
|
||||
BuildRequires: yast2 >= 4.0.1
|
||||
Requires: yast2 >= 4.0.1
|
||||
# yast2 v4.0.21: Y2Firewall::Firewalld::Zone.known_zones (fate#323460)
|
||||
BuildRequires: yast2 >= 4.0.21
|
||||
Requires: yast2 >= 4.0.21
|
||||
|
||||
# Product control need xml agent
|
||||
BuildRequires: yast2-xml
|
||||
@ -43,7 +43,7 @@ Requires: sysconfig >= 0.80.0
|
||||
BuildRequires: yast2-storage-ng
|
||||
Requires: yast2-storage-ng
|
||||
# Packages::vnc_packages
|
||||
Requires: yast2-packager >= 3.1.47
|
||||
Requires: yast2-packager >= 4.0.18
|
||||
# cfa for parsing hosts, AugeasTree#unique_id
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
|
||||
@ -54,7 +54,7 @@ Requires: augeas-lenses
|
||||
Requires: hwinfo >= 21.35
|
||||
|
||||
# testsuite
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
|
||||
PreReq: /bin/rm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user