diff --git a/yast2-network-2.15.26.tar.bz2 b/yast2-network-2.15.26.tar.bz2 deleted file mode 100644 index a664aa2..0000000 --- a/yast2-network-2.15.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab39bdd3594d93f72285b6d62b9eb1f426872f9799014b719145791b6c3d0842 -size 267647 diff --git a/yast2-network-2.15.27.tar.bz2 b/yast2-network-2.15.27.tar.bz2 new file mode 100644 index 0000000..021515b --- /dev/null +++ b/yast2-network-2.15.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246d397944a4f72bbba13efe6ac22e8357baa3907ad0c105cdb020ceac154633 +size 267728 diff --git a/yast2-network.changes b/yast2-network.changes index 73eb8b3..61f4336 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Apr 16 10:31:02 CEST 2007 - mzugec@suse.cz + +- /etc/hosts shows incorrect ip address for partition installed via network (#263035) +- 2.15.27 + +------------------------------------------------------------------- +Fri Apr 13 11:36:07 CEST 2007 - kmachalkova@suse.cz + +- Correct handling of network interface firewall zone, including + ommited help text (#257479) +- Helptexts adjusted to reflect UI changes (FaTE #120077) +- BOOTPROTO_*autoip dropped + ------------------------------------------------------------------- Thu Apr 12 16:00:12 CEST 2007 - mzugec@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index 89b1848..b0853dd 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.15.26) +# spec file for package yast2-network (Version 2.15.27) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-network -Version: 2.15.26 +Version: 2.15.27 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.15.26.tar.bz2 +Source0: yast2-network-2.15.27.tar.bz2 prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig @@ -51,7 +51,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.15.26 +%setup -n yast2-network-2.15.27 %build %{prefix}/bin/y2tool y2autoconf @@ -107,6 +107,14 @@ fi /usr/share/YaST2/schema/autoyast/rnc/proxy.rnc %changelog +* Mon Apr 16 2007 - mzugec@suse.cz +- /etc/hosts shows incorrect ip address for partition installed via network (#263035) +- 2.15.27 +* Fri Apr 13 2007 - kmachalkova@suse.cz +- Correct handling of network interface firewall zone, including + ommited help text (#257479) +- Helptexts adjusted to reflect UI changes (FaTE #120077) +- BOOTPROTO_*autoip dropped * Thu Apr 12 2007 - mzugec@suse.cz - when NetworkManager enabled, install KNetworkManager/GnomeNetworkManager applet(#260532) - during installation propose first connected interface (#256606)