This commit is contained in:
parent
52b8ce1e7b
commit
9edf8f757a
3
yast2-network-2.16.10.tar.bz2
Normal file
3
yast2-network-2.16.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d105aad877ffe2e7191ecf2ba65d02d57423269256863b07ec3f8aaed54978f
|
||||||
|
size 264261
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e548ce3fc7db4319abe86c74566efee409640404fa4fa8e338c60d7c30f2e5d1
|
|
||||||
size 259434
|
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 21 18:28:53 CET 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- choosing pptp server by domain name, not only ip (#241461)
|
||||||
|
thanks to nderkach@gmail.com
|
||||||
|
- 2.16.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 21 17:41:01 CET 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Allow space characters in proxy username (#337048)
|
||||||
|
- Quote user/password string in test proxy command (it may contain
|
||||||
|
special characters) (#338264)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 21 16:32:37 CET 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- help text kinternet -> KInternet (#237172)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 12:28:29 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- 'Copy 70-persistent-cd.rules' functionality has been moved to
|
||||||
|
yast2-installation (#328126).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 15 19:28:51 CET 2007 - mzugec@suse.de
|
Thu Nov 15 19:28:51 CET 2007 - mzugec@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.16.9)
|
# spec file for package yast2-network (Version 2.16.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.16.9
|
Version: 2.16.10
|
||||||
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.16.9.tar.bz2
|
Source0: yast2-network-2.16.10.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
|
||||||
@ -45,12 +45,12 @@ Conflicts: yast2-core < 2.10.6
|
|||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.9
|
Version: 2.16.10
|
||||||
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.16.9.tar.bz2
|
Source0: yast2-network-2.16.10.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Requires: yast2-network >= 2.15.53
|
Requires: yast2-network >= 2.15.53
|
||||||
Summary: YaST2 - Developer documentation for yast2-network
|
Summary: YaST2 - Developer documentation for yast2-network
|
||||||
@ -74,7 +74,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.16.9
|
%setup -n yast2-network-2.16.10
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -138,6 +138,19 @@ 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
|
||||||
|
* Wed Nov 21 2007 - mzugec@suse.cz
|
||||||
|
- choosing pptp server by domain name, not only ip (#241461)
|
||||||
|
thanks to nderkach@gmail.com
|
||||||
|
- 2.16.10
|
||||||
|
* Wed Nov 21 2007 - kmachalkova@suse.cz
|
||||||
|
- Allow space characters in proxy username (#337048)
|
||||||
|
- Quote user/password string in test proxy command (it may contain
|
||||||
|
special characters) (#338264)
|
||||||
|
* Wed Nov 21 2007 - mzugec@suse.cz
|
||||||
|
- help text kinternet -> KInternet (#237172)
|
||||||
|
* Tue Nov 20 2007 - locilka@suse.cz
|
||||||
|
- 'Copy 70-persistent-cd.rules' functionality has been moved to
|
||||||
|
yast2-installation (#328126).
|
||||||
* Thu Nov 15 2007 - mzugec@suse.de
|
* Thu Nov 15 2007 - mzugec@suse.de
|
||||||
- FaTE #302586 - support for qeth devices in bonding
|
- FaTE #302586 - support for qeth devices in bonding
|
||||||
- 2.16.9
|
- 2.16.9
|
||||||
|
Loading…
Reference in New Issue
Block a user