Accepting request 719996 from YaST:Head
submit new version 4.2.11 OBS-URL: https://build.opensuse.org/request/show/719996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=408
This commit is contained in:
commit
9086fcba05
3
yast2-network-4.2.11.tar.bz2
Normal file
3
yast2-network-4.2.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72bee837504d77e762670ace393aaddfca709170823dbda27172498ae500476c
|
||||
size 425081
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a76dd638b9d46280aacd5d4528d5cbe656a80a7c5690f544a8be263b745f0ca
|
||||
size 403884
|
@ -1,3 +1,85 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 11:14:04 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Requires hostname: there are many places where the module calls
|
||||
/bin/hostname (boo#1142595).
|
||||
- 4.2.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 08:10:14 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- avoid dependency on autoyast2-installation
|
||||
- 4.2.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 10:30:31 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Revamp UI internals, adding new widgets, sequences and
|
||||
introducing the concept of interface builder.
|
||||
- Add initial bits of the new data model.
|
||||
- Fix several bugs that were introduced in version 4.2.2.
|
||||
- 4.2.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 16:40:45 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- The 'lan' client returns the correct value (bsc#1140199).
|
||||
- 4.2.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 13:18:05 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- bsc#1137346
|
||||
- CLI: Report an error instead of raising an exception when the
|
||||
device type is not provided and there is no way to infer it
|
||||
from the given options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 13:14:05 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- boo#1138297
|
||||
- Improve some mocking in NetworkService.activate_network_service
|
||||
unit test which caused some test to fail randomly.
|
||||
- 4.2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 10:39:05 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- boo#1138278
|
||||
- Adapt the AddressDialog to use the new Y2Network::Routing class
|
||||
when checking if there is some default gateway defined.
|
||||
- 4.2.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 11:55:48 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- bsc#1136929
|
||||
- Use the hwinfo permanent mac address instead of the current mac
|
||||
which could be wrong in case of an enslaved interface.
|
||||
- bsc#1137324
|
||||
- Do not create duplicate udev rule attributes when editing an
|
||||
interface name.
|
||||
- boo#903889
|
||||
- When proposing a bridge configuration for virtualization, move
|
||||
the routes from the enslaved interface to the new bridge.
|
||||
- 4.2.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 23:57:54 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
|
||||
|
||||
- Use new schema of desktop files (boo#1084864)
|
||||
- Clean up spec
|
||||
- Rename desktop files
|
||||
- 4.2.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 14:04:47 UTC 2019 - Michal Filka <mfilka@suse.com>
|
||||
|
||||
- bnc#1131588
|
||||
- display a confirmation popup when static route is going to be
|
||||
removed when switching a device to dhcp
|
||||
- 4.2.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 12:44:18 UTC 2019 - knut.anderssen@suse.com
|
||||
|
||||
|
@ -17,60 +17,58 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 4.2.2
|
||||
Version: 4.2.11
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: YaST2 - Network Configuration
|
||||
License: GPL-2.0-only
|
||||
Group: System/YaST
|
||||
Url: https://github.com/yast/yast-network
|
||||
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# testsuite
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 3.1.15
|
||||
Requires: yast2-proxy
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
#for install task
|
||||
BuildRequires: yast2-storage-ng
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
# Y2Firewall interface zone mapping methods
|
||||
BuildRequires: yast2 >= 4.1.53
|
||||
Requires: yast2 >= 4.1.53
|
||||
|
||||
BuildRequires: yast2-packager >= 4.0.18
|
||||
# Product control need xml agent
|
||||
BuildRequires: yast2-xml
|
||||
Requires: yast2-xml
|
||||
|
||||
#netconfig (FaTE #303618)
|
||||
Requires: sysconfig >= 0.80.0
|
||||
BuildRequires: yast2-storage-ng
|
||||
Requires: yast2-storage-ng
|
||||
# Packages::vnc_packages
|
||||
Requires: yast2-packager >= 4.0.18
|
||||
BuildRequires: yast2-packager >= 4.0.18
|
||||
# cfa for parsing hosts
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
||||
# lenses are needed to use cfa
|
||||
BuildRequires: augeas-lenses
|
||||
|
||||
PreReq: /bin/rm
|
||||
#netconfig (FaTE #303618)
|
||||
Requires: sysconfig >= 0.80.0
|
||||
Requires: yast2 >= 4.1.53
|
||||
Requires: yast2-proxy
|
||||
Requires: yast2-storage-ng
|
||||
# Packages::vnc_packages
|
||||
Requires: augeas-lenses
|
||||
Requires: yast2-packager >= 4.0.18
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
|
||||
# BusID of all the cards with the same one (bsc#1007172)
|
||||
Requires: hostname
|
||||
Requires: hwinfo >= 21.35
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
Requires: yast2-xml
|
||||
|
||||
# testsuite
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
|
||||
PreReq: /bin/rm
|
||||
|
||||
# carrier detection
|
||||
Conflicts: yast2-core < 2.10.6
|
||||
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
|
||||
Obsoletes: yast2-network-devel-doc <= 3.1.154
|
||||
Provides: yast2-network-devel-doc = %{version}
|
||||
|
||||
Summary: YaST2 - Network Configuration
|
||||
License: GPL-2.0-only
|
||||
Group: System/YaST
|
||||
BuildArch: noarch
|
||||
|
||||
%build
|
||||
|
||||
@ -78,33 +76,28 @@ Group: System/YaST
|
||||
This package contains the YaST2 component for network configuration.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%check
|
||||
rake test:unit
|
||||
%yast_check
|
||||
|
||||
%install
|
||||
rake install DESTDIR="%{buildroot}"
|
||||
%yast_install
|
||||
%yast_metainfo
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{yast_yncludedir}/network
|
||||
%{yast_clientdir}/*.rb
|
||||
%{yast_moduledir}/*.rb
|
||||
%{yast_desktopdir}/*.desktop
|
||||
%{yast_scrconfdir}/*.scr
|
||||
%{yast_agentdir}/ag_udev_persistent
|
||||
%{yast_schemadir}/autoyast/rnc/networking.rnc
|
||||
%{yast_schemadir}/autoyast/rnc/host.rnc
|
||||
%{yast_libdir}/network
|
||||
%{yast_libdir}/y2network
|
||||
%{yast_libdir}/y2remote
|
||||
%{yast_libdir}/cfa/
|
||||
%{yast_ydatadir}/network
|
||||
%{yast_yncludedir}
|
||||
%{yast_clientdir}
|
||||
%{yast_moduledir}
|
||||
%{yast_desktopdir}
|
||||
%{yast_scrconfdir}
|
||||
%{yast_agentdir}
|
||||
%{yast_schemadir}
|
||||
%{yast_libdir}
|
||||
%{yast_ydatadir}
|
||||
%{yast_icondir}
|
||||
%dir %{yast_docdir}
|
||||
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||
%{yast_metainfodir}
|
||||
%license COPYING
|
||||
%doc %{yast_docdir}/README.md
|
||||
%doc %{yast_docdir}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user