diff --git a/yast2-installation-2.15.54.tar.bz2 b/yast2-installation-2.15.54.tar.bz2 deleted file mode 100644 index 88d92f9..0000000 --- a/yast2-installation-2.15.54.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b848e7832a9fccfa82340001bf220cf449b267bed8ce98fbff3e12943e319f -size 213437 diff --git a/yast2-installation-2.16.0.tar.bz2 b/yast2-installation-2.16.0.tar.bz2 new file mode 100644 index 0000000..762a7b6 --- /dev/null +++ b/yast2-installation-2.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94cae5159e1f003bb48928e915a2e6e5c8ea1e4b79cca40c57a4b90f5e6e8cb +size 215774 diff --git a/yast2-installation.changes b/yast2-installation.changes index c790312..9ca4585 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Oct 3 17:50:11 CEST 2007 - locilka@suse.cz + +- Added "Network Type" information to the First Stage Network Setup +- 2.16.0 + +------------------------------------------------------------------- +Wed Oct 3 09:53:55 CEST 2007 - mvidner@suse.cz + +- Do not try to package COPYRIGHT.english, it is gone from + devtools (#299144). + +------------------------------------------------------------------- +Tue Oct 2 16:04:55 CEST 2007 - ug@suse.de + +- typo fixed (#328172) + ------------------------------------------------------------------- Mon Sep 24 16:43:11 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index a6a910a..70128b0 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.54) +# spec file for package yast2-installation (Version 2.16.0) # # 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-installation -Version: 2.15.54 +Version: 2.16.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.54.tar.bz2 +Source0: yast2-installation-2.16.0.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite # Mode::live_installation @@ -67,12 +67,12 @@ BuildArch: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.54 +Version: 2.16.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.54.tar.bz2 +Source0: yast2-installation-2.16.0.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -105,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.54 +%setup -n yast2-installation-2.16.0 %build %{prefix}/bin/y2tool y2autoconf @@ -167,16 +167,22 @@ rm -rf "$RPM_BUILD_ROOT" %endif %dir %{prefix}/share/doc/packages/yast2-installation %{prefix}/share/doc/packages/yast2-installation/COPYING -%{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english %readme %{prefix}/share/doc/packages/yast2-installation/README %files devel-doc %defattr(-,root,root) %doc %{prefix}/share/doc/packages/yast2-installation %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING -%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Oct 03 2007 - locilka@suse.cz +- Added "Network Type" information to the First Stage Network Setup +- 2.16.0 +* Wed Oct 03 2007 - mvidner@suse.cz +- Do not try to package COPYRIGHT.english, it is gone from + devtools (#299144). +* Tue Oct 02 2007 - ug@suse.de +- typo fixed (#328172) * Mon Sep 24 2007 - locilka@suse.cz - Changed default delete_old_packages back to 'true' after finding and fixing all remaining issues with 'false' (changed by coolo)