Accepting request 185143 from YaST:Head
updated to version 3.0.0 OBS-URL: https://build.opensuse.org/request/show/185143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=274
This commit is contained in:
commit
3edf1035f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:716dbafa6cc7015b7634440ae17457cf7fadb7952c467ac50203f6fd82fae5c5
|
|
||||||
size 300420
|
|
3
yast2-network-3.0.0.tar.bz2
Normal file
3
yast2-network-3.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d52ccdef8f7f3fde261410184ff11ec542143e6956249fede40cc4acd38a4083
|
||||||
|
size 291071
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 08:33:47 UTC 2013 - yast-devel@opensuse.org
|
||||||
|
|
||||||
|
- converted from YCP to Ruby by YCP Killer
|
||||||
|
(https://github.com/yast/ycp-killer)
|
||||||
|
- version 3.0.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 29 18:08:19 CEST 2013 - locilka@suse.com
|
||||||
|
|
||||||
|
- Fixed detection whether interface is handled by firewall and thus
|
||||||
|
fixed accidental stopping and disabling the firewall services.
|
||||||
|
Added detection of interfaces handled by implicit assignment
|
||||||
|
with 'any' in firewall zone.
|
||||||
|
(bnc#829556)
|
||||||
|
- 2.25.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 18 11:54:43 UTC 2013 - mfilka@suse.com
|
||||||
|
|
||||||
|
- bnc#695262
|
||||||
|
- fixed write sequence to enable device renaming.
|
||||||
|
-2.25.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 16 10:32:22 UTC 2013 - mfilka@suse.com
|
Tue Jul 16 10:32:22 UTC 2013 - mfilka@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.25.6
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -36,8 +36,9 @@ BuildRequires: yast2-testsuite
|
|||||||
# yast2 v2.23.22: NetworkService handles
|
# yast2 v2.23.22: NetworkService handles
|
||||||
# systemd link network.service->NetworkManager.service
|
# systemd link network.service->NetworkManager.service
|
||||||
# yast2 v2.24.4: changes in API for Device type detection
|
# yast2 v2.24.4: changes in API for Device type detection
|
||||||
|
# yast2 v2.24.5: net device type detection based on sysfs
|
||||||
BuildRequires: yast2 >= 2.24.4
|
BuildRequires: yast2 >= 2.24.4
|
||||||
Requires: yast2 >= 2.24.4
|
Requires: yast2 >= 2.24.5
|
||||||
|
|
||||||
#netconfig (FaTE #303618)
|
#netconfig (FaTE #303618)
|
||||||
Requires: sysconfig >= 0.80.0
|
Requires: sysconfig >= 0.80.0
|
||||||
@ -53,6 +54,8 @@ PreReq: /bin/rm
|
|||||||
# carrier detection
|
# carrier detection
|
||||||
Conflicts: yast2-core < 2.10.6
|
Conflicts: yast2-core < 2.10.6
|
||||||
|
|
||||||
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
|
|
||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -117,10 +120,9 @@ fi
|
|||||||
%{_prefix}/lib/YaST2/bin/*
|
%{_prefix}/lib/YaST2/bin/*
|
||||||
/usr/share/YaST2/data/*
|
/usr/share/YaST2/data/*
|
||||||
/usr/share/YaST2/include/network
|
/usr/share/YaST2/include/network
|
||||||
/usr/share/YaST2/clients/*.ycp
|
/usr/share/YaST2/clients/*.rb
|
||||||
/usr/share/YaST2/modules/YaPI/NETWORK.pm
|
/usr/share/YaST2/modules/YaPI/NETWORK.pm
|
||||||
/usr/share/YaST2/modules/*.ycp
|
/usr/share/YaST2/modules/*.rb
|
||||||
/usr/share/YaST2/modules/*.ybc
|
|
||||||
%{_prefix}/share/applications/YaST2/*.desktop
|
%{_prefix}/share/applications/YaST2/*.desktop
|
||||||
/usr/share/YaST2/scrconf/*.scr
|
/usr/share/YaST2/scrconf/*.scr
|
||||||
/usr/lib/YaST2/servers_non_y2/ag_udev_persistent
|
/usr/lib/YaST2/servers_non_y2/ag_udev_persistent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user