diff --git a/yast2-installation-2.17.5.tar.bz2 b/yast2-installation-2.17.5.tar.bz2 deleted file mode 100644 index a928adf..0000000 --- a/yast2-installation-2.17.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe5784159212a22404575a15c747e18d20764dd36bd3cdde56d3b80707ffa96 -size 252194 diff --git a/yast2-installation-2.17.6.tar.bz2 b/yast2-installation-2.17.6.tar.bz2 new file mode 100644 index 0000000..50c4abf --- /dev/null +++ b/yast2-installation-2.17.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016666eb7f784452a5cbdc9040048fc4047a87b2931031132885802ea7794261 +size 243110 diff --git a/yast2-installation.changes b/yast2-installation.changes index 169903c..8ed08ee 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 19 15:45:07 CEST 2008 - jsrain@suse.cz + +- properly detect firstboot and do not destroy xorg.conf + (bnc#354738) +- 2.17.6 + ------------------------------------------------------------------- Fri Aug 15 10:41:24 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index f740b51..b83aaee 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.5) +# spec file for package yast2-installation (Version 2.17.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.5 +Version: 2.17.6 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.5.tar.bz2 +Source0: yast2-installation-2.17.6.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -114,7 +114,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.5 +%setup -n yast2-installation-2.17.6 %build %{prefix}/bin/y2tool y2autoconf @@ -180,6 +180,10 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Aug 19 2008 jsrain@suse.cz +- properly detect firstboot and do not destroy xorg.conf + (bnc#354738) +- 2.17.6 * Fri Aug 15 2008 locilka@suse.cz - Added new globals->write_hostname_to_hosts control file option to configure the default for 127.0.0.2 issue (FATE #303875).