forked from pool/yast2-network
- Started with yast2-network refactorization:
- Added the y2network namespace. - Dropped not used routing_auto client. - Reimplemented completely routing configuration droping the old Yast::Routing module. - The Y2Network::Routing configuration permits to have multiple default routes and does not drop extra options for them. That is, different routing tables can be used. (fate#326796) - 4.2.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=848
This commit is contained in:
parent
827aa59cde
commit
b2387f7bf8
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:dbb08bc0557005e29cfbd493768af1d104fe6f374bf2023414c3cdd11ce99878
|
oid sha256:485202233d82f561837420dd4d8dc78378dd20189e25d6d43439154eb9b1a3c9
|
||||||
size 394924
|
size 402976
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 24 12:44:18 UTC 2019 - knut.anderssen@suse.com
|
||||||
|
|
||||||
|
- Started with yast2-network refactorization:
|
||||||
|
- Added the y2network namespace.
|
||||||
|
- Dropped not used routing_auto client.
|
||||||
|
- Reimplemented completely routing configuration droping the old
|
||||||
|
Yast::Routing module.
|
||||||
|
- The Y2Network::Routing configuration permits to have multiple
|
||||||
|
default routes and does not drop extra options for them. That
|
||||||
|
is, different routing tables can be used. (fate#326796)
|
||||||
|
- 4.2.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 22 16:41:51 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
Mon Apr 22 16:41:51 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
@ -88,11 +88,8 @@ rake install DESTDIR="%{buildroot}"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{yast_ybindir}/*
|
|
||||||
%{yast_yncludedir}/network
|
%{yast_yncludedir}/network
|
||||||
%{yast_clientdir}/*.rb
|
%{yast_clientdir}/*.rb
|
||||||
%dir %{yast_moduledir}/YaPI
|
|
||||||
%{yast_moduledir}/YaPI/NETWORK.pm
|
|
||||||
%{yast_moduledir}/*.rb
|
%{yast_moduledir}/*.rb
|
||||||
%{yast_desktopdir}/*.desktop
|
%{yast_desktopdir}/*.desktop
|
||||||
%{yast_scrconfdir}/*.scr
|
%{yast_scrconfdir}/*.scr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user