- Remote: reimplemented the module dialogs and clients under
y2remote libdir. - Fixed restart of xvnc as it is now a socket instead of a service (bsc#1070582). - 4.0.13 - 4.0.12 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=775
This commit is contained in:
parent
f242118d61
commit
506c45dbfa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:057918bafa2309c208f9c11d9bb055319a834d4e92e60a6ca026450dca114051
|
|
||||||
size 386248
|
|
3
yast2-network-4.0.13.tar.bz2
Normal file
3
yast2-network-4.0.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99f24fd7d6a00a6a31527d5beeb0928455834c6d3546d1209518de29684fed4a
|
||||||
|
size 388889
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 11 11:29:18 UTC 2017 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Remote: reimplemented the module dialogs and clients under
|
||||||
|
y2remote libdir.
|
||||||
|
- Fixed restart of xvnc as it is now a socket instead of a service
|
||||||
|
(bsc#1070582).
|
||||||
|
- 4.0.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 08:59:16 UTC 2017 - mfilka@suse.com
|
Mon Dec 4 08:59:16 UTC 2017 - mfilka@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 4.0.12
|
Version: 4.0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ BuildRequires: yast2-storage-ng
|
|||||||
Requires: yast2-storage-ng
|
Requires: yast2-storage-ng
|
||||||
# Packages::vnc_packages
|
# Packages::vnc_packages
|
||||||
Requires: yast2-packager >= 4.0.18
|
Requires: yast2-packager >= 4.0.18
|
||||||
|
BuildRequires: yast2-packager >= 4.0.18
|
||||||
# cfa for parsing hosts, AugeasTree#unique_id
|
# cfa for parsing hosts, AugeasTree#unique_id
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
|
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
|
||||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
|
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
|
||||||
@ -95,6 +96,7 @@ rake install DESTDIR="%{buildroot}"
|
|||||||
%{yast_schemadir}/autoyast/rnc/networking.rnc
|
%{yast_schemadir}/autoyast/rnc/networking.rnc
|
||||||
%{yast_schemadir}/autoyast/rnc/host.rnc
|
%{yast_schemadir}/autoyast/rnc/host.rnc
|
||||||
%{yast_libdir}/network
|
%{yast_libdir}/network
|
||||||
|
%{yast_libdir}/y2remote
|
||||||
%dir %{yast_libdir}/cfa/
|
%dir %{yast_libdir}/cfa/
|
||||||
%{yast_libdir}/cfa/hosts.rb
|
%{yast_libdir}/cfa/hosts.rb
|
||||||
%{yast_ydatadir}/network
|
%{yast_ydatadir}/network
|
||||||
|
Loading…
Reference in New Issue
Block a user