diff --git a/yast2-update-2.16.0.tar.bz2 b/yast2-update-2.16.0.tar.bz2 deleted file mode 100644 index b472f35..0000000 --- a/yast2-update-2.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6b8e65f84766a2c4072ef462dc81a867987124ae7798568c36514dc87055ea9 -size 109172 diff --git a/yast2-update-2.16.1.tar.bz2 b/yast2-update-2.16.1.tar.bz2 new file mode 100644 index 0000000..87bbcf4 --- /dev/null +++ b/yast2-update-2.16.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af4c5c61894a3d6c03cf4041e556d8ab05bdacbbf51d16a0e0b54c907851b7c +size 109175 diff --git a/yast2-update.changes b/yast2-update.changes index 3a5ee5a..e48f6e8 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 1 16:47:44 CET 2007 - locilka@suse.cz + +- Update/backup-related variables were moved from Update::* to + Installation::update_* to remove RPM dependencies. +- 2.16.1 + +------------------------------------------------------------------- +Thu Nov 1 15:39:45 CET 2007 - locilka@suse.cz + +- Removed #!BuildIgnore: autoyast2-installation because recent + changes have already fixed the dependency loop. + ------------------------------------------------------------------- Wed Oct 31 13:21:55 CET 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index e8e10e2..9cb4c96 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.16.0) +# spec file for package yast2-update (Version 2.16.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,20 +11,19 @@ # norootforbuild Name: yast2-update -Version: 2.16.0 +Version: 2.16.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.16.0.tar.bz2 +Source0: yast2-update-2.16.1.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite -BuildRequires: yast2 >= 2.16.4 +BuildRequires: yast2 >= 2.16.5 # package not really needed to be installed but this breaks the building cycle -# FIXME !!! -#!BuildIgnore: autoyast2-installation # Installation::installedVersion && Installation::updateVersion -Requires: yast2 >= 2.16.4 +# Update::* moved to Installation::update_* +Requires: yast2 >= 2.16.5 Requires: yast2-installation Requires: yast2-packager # moved into yast2-update from yast2-installation @@ -39,12 +38,12 @@ Conflicts: yast2-storage < 2.15.4 Summary: YaST2 - Update %package FACTORY -Version: 2.16.0 +Version: 2.16.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.16.0.tar.bz2 +Source0: yast2-update-2.16.1.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools Requires: yast2-update yast2 @@ -76,7 +75,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.16.0 +%setup -n yast2-update-2.16.1 %build %{prefix}/bin/y2tool y2autoconf @@ -121,6 +120,13 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/control/update.xml /usr/share/YaST2/clients/update.ycp %changelog +* Thu Nov 01 2007 - locilka@suse.cz +- Update/backup-related variables were moved from Update::* to + Installation::update_* to remove RPM dependencies. +- 2.16.1 +* Thu Nov 01 2007 - locilka@suse.cz +- Removed #!BuildIgnore: autoyast2-installation because recent + changes have already fixed the dependency loop. * Wed Oct 31 2007 - locilka@suse.cz - installedVersion and updateVersion moved from 'Update' to 'Installation' YCP module to remove dependencies.