This commit is contained in:
parent
c8f8494c93
commit
c6a5a1a336
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acbcaa601ba0cd0e2d2f782bf5213fefd5e25ba9ed6bac759786feb66c61592a
|
|
||||||
size 300782
|
|
3
yast2-network-2.17.62.tar.bz2
Normal file
3
yast2-network-2.17.62.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54f14e744a2367216612dd367e7acf8719e53353993996f24a0f276a27695270
|
||||||
|
size 283142
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 8 12:22:25 CET 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Really delete hostname entries from /etc/hosts, not only from UI
|
||||||
|
(bnc#455862)
|
||||||
|
- Conversion to/from punycode for non-ascii character hostnames
|
||||||
|
(bnc#448486)
|
||||||
|
- Fixed parsing ot /etc/hosts - tabs are valid field separators
|
||||||
|
(bnc#443237)
|
||||||
|
- 2.17.62
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 4 14:45:42 CET 2008 - mzugec@suse.cz
|
Thu Dec 4 14:45:42 CET 2008 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.17.61)
|
# spec file for package yast2-network (Version 2.17.62)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.17.61
|
Version: 2.17.62
|
||||||
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.17.61.tar.bz2
|
Source0: yast2-network-2.17.62.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
|
||||||
@ -77,7 +77,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.17.61
|
%setup -n yast2-network-2.17.62
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -141,6 +141,14 @@ 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
|
||||||
|
* Mon Dec 08 2008 kmachalkova@suse.cz
|
||||||
|
- Really delete hostname entries from /etc/hosts, not only from UI
|
||||||
|
(bnc#455862)
|
||||||
|
- Conversion to/from punycode for non-ascii character hostnames
|
||||||
|
(bnc#448486)
|
||||||
|
- Fixed parsing ot /etc/hosts - tabs are valid field separators
|
||||||
|
(bnc#443237)
|
||||||
|
- 2.17.62
|
||||||
* Thu Dec 04 2008 mzugec@suse.cz
|
* Thu Dec 04 2008 mzugec@suse.cz
|
||||||
- in bridge proposal configure STARTMODE=onboot (bnc#450670)
|
- in bridge proposal configure STARTMODE=onboot (bnc#450670)
|
||||||
- 2.17.61
|
- 2.17.61
|
||||||
|
Loading…
Reference in New Issue
Block a user