forked from pool/yast2-network
This commit is contained in:
parent
eea4fe78d6
commit
90508c19e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0122ef5b020730fc5439a8e9b4e1c77afa081776ac60ad4618bd4290bd5bf249
|
|
||||||
size 268816
|
|
3
yast2-network-2.15.33.tar.bz2
Normal file
3
yast2-network-2.15.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:520c2cba62688f78286f9fd96e2d05b62ffc78acfa43c9fbb9300aad335f40ac
|
||||||
|
size 261653
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 22 13:59:04 CEST 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Escape backslash characters in proxy auth credentials properly
|
||||||
|
(#256360)
|
||||||
|
- 2.15.33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 21 13:57:47 CEST 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- IsHostLocal test extended to include also hostname and/or IP set by
|
||||||
|
DHCP (#163170)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 14 10:52:43 CEST 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Correct comparison of installed and downloaded release notes
|
||||||
|
version (to prevent useless error messages) (#269985)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 13 14:17:08 CEST 2007 - mzugec@suse.cz
|
Sun May 13 14:17:08 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.15.32)
|
# spec file for package yast2-network (Version 2.15.33)
|
||||||
#
|
#
|
||||||
# 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.15.32
|
Version: 2.15.33
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.15.32.tar.bz2
|
Source0: yast2-network-2.15.33.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
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.15.32
|
%setup -n yast2-network-2.15.33
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -107,6 +107,16 @@ fi
|
|||||||
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 22 2007 - kmachalkova@suse.cz
|
||||||
|
- Escape backslash characters in proxy auth credentials properly
|
||||||
|
(#256360)
|
||||||
|
- 2.15.33
|
||||||
|
* Mon May 21 2007 - kmachalkova@suse.cz
|
||||||
|
- IsHostLocal test extended to include also hostname and/or IP set by
|
||||||
|
DHCP (#163170)
|
||||||
|
* Mon May 14 2007 - kmachalkova@suse.cz
|
||||||
|
- Correct comparison of installed and downloaded release notes
|
||||||
|
version (to prevent useless error messages) (#269985)
|
||||||
* Sun May 13 2007 - mzugec@suse.cz
|
* Sun May 13 2007 - mzugec@suse.cz
|
||||||
- fixed create BOND device (#274078)
|
- fixed create BOND device (#274078)
|
||||||
- 2.15.32
|
- 2.15.32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user