This commit is contained in:
parent
fc05059a79
commit
610e2471c9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6f6132774687201b6b6b9b99f755cadc1d5970bc0fe6ecf80a95b422629c3ef
|
|
||||||
size 300346
|
|
3
yast2-network-2.18.25.tar.bz2
Normal file
3
yast2-network-2.18.25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32a1e96ae233b5b89a48d7c88c6f3b77581cf0811f42e906054fd5afd65ed5d0
|
||||||
|
size 302929
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 2 23:04:11 CEST 2009 - mzugec@suse.de
|
||||||
|
|
||||||
|
- fixed additional addresses with bonding (bnc#420074)
|
||||||
|
- 2.18.25
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 2 11:46:07 CEST 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Show "Really abort" pop-up dialog only when data are modified (in
|
||||||
|
proxy - bnc#460172 and hosts - bnc#460156)
|
||||||
|
- Allow '/' character in NO_PROXY (subnet definition - bnc#490661)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 26 15:22:22 CET 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- show PopupAbort only when data modified (bnc#458324)
|
||||||
|
- 2.18.24
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 26 10:49:19 CET 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- don't allow to use networkmanager with bridged proposal (bnc#487419)
|
||||||
|
- 2.18.23
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 24 14:41:57 CET 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- tun/tap device - don't remove default gw (bnc#483233)
|
||||||
|
- 2.18.22
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 24 09:30:03 CET 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- improved WPA items description (bnc#481509)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 18 13:44:15 CET 2009 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Do not show the proxy relogin message in installation (both stages)
|
||||||
|
(bnc#486937)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 18 10:42:23 CET 2009 - mzugec@suse.cz
|
Wed Mar 18 10:42:23 CET 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.18.21)
|
# spec file for package yast2-network (Version 2.18.25)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.18.21
|
Version: 2.18.25
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.18.21.tar.bz2
|
Source0: yast2-network-2.18.25.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||||
@ -78,7 +78,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.18.21
|
%setup -n yast2-network-2.18.25
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -142,6 +142,27 @@ fi
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2009 mzugec@suse.de
|
||||||
|
- fixed additional addresses with bonding (bnc#420074)
|
||||||
|
- 2.18.25
|
||||||
|
* Thu Apr 02 2009 kmachalkova@suse.cz
|
||||||
|
- Show "Really abort" pop-up dialog only when data are modified (in
|
||||||
|
proxy - bnc#460172 and hosts - bnc#460156)
|
||||||
|
- Allow '/' character in NO_PROXY (subnet definition - bnc#490661)
|
||||||
|
* Thu Mar 26 2009 mzugec@suse.cz
|
||||||
|
- show PopupAbort only when data modified (bnc#458324)
|
||||||
|
- 2.18.24
|
||||||
|
* Thu Mar 26 2009 mzugec@suse.cz
|
||||||
|
- don't allow to use networkmanager with bridged proposal (bnc#487419)
|
||||||
|
- 2.18.23
|
||||||
|
* Tue Mar 24 2009 mzugec@suse.cz
|
||||||
|
- tun/tap device - don't remove default gw (bnc#483233)
|
||||||
|
- 2.18.22
|
||||||
|
* Tue Mar 24 2009 mzugec@suse.cz
|
||||||
|
- improved WPA items description (bnc#481509)
|
||||||
|
* Wed Mar 18 2009 kmachalkova@suse.cz
|
||||||
|
- Do not show the proxy relogin message in installation (both stages)
|
||||||
|
(bnc#486937)
|
||||||
* Wed Mar 18 2009 mzugec@suse.cz
|
* Wed Mar 18 2009 mzugec@suse.cz
|
||||||
- use 50-ipv6.conf instead of modprobe.d/ipv6 file (bnc#485947)
|
- use 50-ipv6.conf instead of modprobe.d/ipv6 file (bnc#485947)
|
||||||
- 2.18.21
|
- 2.18.21
|
||||||
@ -1757,7 +1778,7 @@ fi
|
|||||||
* Sat Mar 19 2005 nashif@suse.de
|
* Sat Mar 19 2005 nashif@suse.de
|
||||||
- DSL: Offer Point to Point Tunneling Protocol again (#73043)
|
- DSL: Offer Point to Point Tunneling Protocol again (#73043)
|
||||||
- V 2.11.29
|
- V 2.11.29
|
||||||
* Fri Mar 18 2005 nashif@suse.de
|
* Sat Mar 19 2005 nashif@suse.de
|
||||||
- Do not set empty UNIQUE when autoinstalling (#73922)
|
- Do not set empty UNIQUE when autoinstalling (#73922)
|
||||||
* Fri Mar 18 2005 mvidner@suse.cz
|
* Fri Mar 18 2005 mvidner@suse.cz
|
||||||
- DSL: do not offer Point to Point Tunneling Protocol,
|
- DSL: do not offer Point to Point Tunneling Protocol,
|
||||||
@ -2004,7 +2025,7 @@ fi
|
|||||||
* Wed Sep 01 2004 mvidner@suse.cz
|
* Wed Sep 01 2004 mvidner@suse.cz
|
||||||
- Fixed configuring the dummy interface (#44582).
|
- Fixed configuring the dummy interface (#44582).
|
||||||
- Another try at detecting KDE because of kinternet (#43556).
|
- Another try at detecting KDE because of kinternet (#43556).
|
||||||
* Mon Aug 30 2004 nashif@suse.de
|
* Tue Aug 31 2004 nashif@suse.de
|
||||||
- Fixed lan_auto to handle different devices (#44014)
|
- Fixed lan_auto to handle different devices (#44014)
|
||||||
- use modified flag (#43904) in auto clients
|
- use modified flag (#43904) in auto clients
|
||||||
* Mon Aug 30 2004 mvidner@suse.cz
|
* Mon Aug 30 2004 mvidner@suse.cz
|
||||||
@ -2348,7 +2369,7 @@ fi
|
|||||||
* Tue Feb 10 2004 msvec@suse.cz
|
* Tue Feb 10 2004 msvec@suse.cz
|
||||||
- typo in shellcommand (may affect #29452, #33049)
|
- typo in shellcommand (may affect #29452, #33049)
|
||||||
- 2.9.3
|
- 2.9.3
|
||||||
* Sat Feb 07 2004 msvec@suse.cz
|
* Sun Feb 08 2004 msvec@suse.cz
|
||||||
- ISDN compiles and seems to work
|
- ISDN compiles and seems to work
|
||||||
- NVidia cards should be supported now (#25531)
|
- NVidia cards should be supported now (#25531)
|
||||||
- 2.9.2
|
- 2.9.2
|
||||||
@ -2459,7 +2480,7 @@ fi
|
|||||||
* Tue Sep 02 2003 nashif@suse.de
|
* Tue Sep 02 2003 nashif@suse.de
|
||||||
- fixed testsuite
|
- fixed testsuite
|
||||||
- 2.8.21
|
- 2.8.21
|
||||||
* Mon Sep 01 2003 nashif@suse.de
|
* Tue Sep 02 2003 nashif@suse.de
|
||||||
- Fixed kernel module handling in normal and autoinst mode
|
- Fixed kernel module handling in normal and autoinst mode
|
||||||
- Added Package function to auto client
|
- Added Package function to auto client
|
||||||
- 2.8.20
|
- 2.8.20
|
||||||
@ -2947,7 +2968,7 @@ fi
|
|||||||
- minor documentation fixes
|
- minor documentation fixes
|
||||||
- enhanced testsuite
|
- enhanced testsuite
|
||||||
- 2.5.47
|
- 2.5.47
|
||||||
* Wed Mar 13 2002 kkeil@suse.de
|
* Thu Mar 14 2002 kkeil@suse.de
|
||||||
- don't reload driver, if only interface data was changed (#14865)
|
- don't reload driver, if only interface data was changed (#14865)
|
||||||
- call Provider::Commit only if needed (#14145)
|
- call Provider::Commit only if needed (#14145)
|
||||||
- 2.5.46
|
- 2.5.46
|
||||||
@ -3157,7 +3178,7 @@ fi
|
|||||||
- preliminary work for modems and isdn config
|
- preliminary work for modems and isdn config
|
||||||
- modems and isdn summary and overview screens
|
- modems and isdn summary and overview screens
|
||||||
- 2.5.9
|
- 2.5.9
|
||||||
* Mon Jan 28 2002 nashif@suse.de
|
* Tue Jan 29 2002 nashif@suse.de
|
||||||
- Adapted for auto-installation
|
- Adapted for auto-installation
|
||||||
- 2.5.8
|
- 2.5.8
|
||||||
* Mon Jan 28 2002 msvec@suse.cz
|
* Mon Jan 28 2002 msvec@suse.cz
|
||||||
@ -3257,7 +3278,7 @@ fi
|
|||||||
- fixed complex dialog
|
- fixed complex dialog
|
||||||
- fixed hostname settings
|
- fixed hostname settings
|
||||||
- 2.4.7
|
- 2.4.7
|
||||||
* Thu Aug 30 2001 ro@suse.de
|
* Fri Aug 31 2001 ro@suse.de
|
||||||
- added <libycp-devel> to neededforbuild (for testsuite)
|
- added <libycp-devel> to neededforbuild (for testsuite)
|
||||||
* Wed Aug 22 2001 dan@suse.cz
|
* Wed Aug 22 2001 dan@suse.cz
|
||||||
- static DNS enabled for ISDN flow (also #6020)
|
- static DNS enabled for ISDN flow (also #6020)
|
||||||
@ -3397,7 +3418,7 @@ fi
|
|||||||
- bugfixes
|
- bugfixes
|
||||||
* Wed Jan 10 2001 smid@suse.cz
|
* Wed Jan 10 2001 smid@suse.cz
|
||||||
- bugfixes (xauth, saving)
|
- bugfixes (xauth, saving)
|
||||||
* Tue Jan 09 2001 dan@suse.cz
|
* Wed Jan 10 2001 dan@suse.cz
|
||||||
- new configuration workflow (another version :))
|
- new configuration workflow (another version :))
|
||||||
* Thu Jan 04 2001 dan@suse.cz
|
* Thu Jan 04 2001 dan@suse.cz
|
||||||
- new configuration workflow
|
- new configuration workflow
|
||||||
|
Loading…
Reference in New Issue
Block a user