- Adopt the new YaST2::Equatable mixin in order to fix possible
errors when comparing objects (related to bsc#1186082) - 4.4.14 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1035
This commit is contained in:
parent
bb0a24a4b2
commit
264349f7c9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:682b6a6ec75defb6e18366a8b4296f3169882470c13decac84912c209c2cb96d
|
|
||||||
size 489910
|
|
3
yast2-network-4.4.14.tar.bz2
Normal file
3
yast2-network-4.4.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87c6763a18a8ebbb22c217dc80818558681ac3e05a797b2e5ca8e6859d301346
|
||||||
|
size 489754
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 4 09:08:43 UTC 2021 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
- Adopt the new YaST2::Equatable mixin in order to fix possible
|
||||||
|
errors when comparing objects (related to bsc#1186082)
|
||||||
|
- 4.4.14
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 31 17:50:42 UTC 2021 - Michal Filka <mfilka@suse.com>
|
Mon May 31 17:50:42 UTC 2021 - Michal Filka <mfilka@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 4.4.13
|
Version: 4.4.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -33,8 +33,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|||||||
#for install task
|
#for install task
|
||||||
BuildRequires: yast2-storage-ng
|
BuildRequires: yast2-storage-ng
|
||||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||||
# Y2Issues
|
# Yast::Equatable
|
||||||
BuildRequires: yast2 >= 4.4.1
|
BuildRequires: yast2 >= 4.4.7
|
||||||
|
|
||||||
BuildRequires: yast2-packager >= 4.0.18
|
BuildRequires: yast2-packager >= 4.0.18
|
||||||
# Product control need xml agent
|
# Product control need xml agent
|
||||||
@ -49,8 +49,8 @@ PreReq: /bin/rm
|
|||||||
Requires: sysconfig >= 0.80.0
|
Requires: sysconfig >= 0.80.0
|
||||||
Requires: yast2-proxy
|
Requires: yast2-proxy
|
||||||
Requires: yast2-storage-ng
|
Requires: yast2-storage-ng
|
||||||
# Y2Issues
|
# Yast::Equatable
|
||||||
Requires: yast2 >= 4.4.1
|
Requires: yast2 >= 4.4.7
|
||||||
# Packages::vnc_packages
|
# Packages::vnc_packages
|
||||||
Requires: augeas-lenses
|
Requires: augeas-lenses
|
||||||
Requires: yast2-packager >= 4.0.18
|
Requires: yast2-packager >= 4.0.18
|
||||||
|
Loading…
Reference in New Issue
Block a user