diff --git a/yast2-network-2.15.10.tar.bz2 b/yast2-network-2.15.10.tar.bz2 new file mode 100644 index 0000000..fdadb48 --- /dev/null +++ b/yast2-network-2.15.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0107eeeb03612e614b72606adfc7b96f2c1d05971a61f7ceb26c630763768104 +size 256749 diff --git a/yast2-network-2.15.9.tar.bz2 b/yast2-network-2.15.9.tar.bz2 deleted file mode 100644 index 434fed5..0000000 --- a/yast2-network-2.15.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2c79d612c68be7411825c67fc7152aa02fb8b34be040691f386f50dde631158 -size 256559 diff --git a/yast2-network.changes b/yast2-network.changes index 7805ceb..e255ca3 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 26 13:18:53 CET 2007 - kmachalkova@suse.cz + +- Use random hostname also during autoinstallation (if none found + in install.inf or /etc/hosts)(#165269) +- 2.15.10 + ------------------------------------------------------------------- Tue Jan 16 11:40:06 CET 2007 - kmachalkova@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index 8785511..9904fc2 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.15.9) +# spec file for package yast2-network (Version 2.15.10) # # 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.9 +Version: 2.15.10 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.15.9.tar.bz2 +Source0: yast2-network-2.15.10.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.9 +%setup -n yast2-network-2.15.10 %build %{prefix}/bin/y2tool y2autoconf @@ -107,6 +107,10 @@ fi /usr/share/YaST2/schema/autoyast/rnc/proxy.rnc %changelog -n yast2-network +* Fri Jan 26 2007 - kmachalkova@suse.cz +- Use random hostname also during autoinstallation (if none found + in install.inf or /etc/hosts)(#165269) +- 2.15.10 * Tue Jan 16 2007 - kmachalkova@suse.cz - Avoid displaying empty strings in internet test dialog (#220813, [#223498])