OBS User unknown
2009-04-01 15:51:32 +00:00
committed by Git OBS Bridge
parent baca7edad0
commit a76865cf89
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48fe319c94cd765e0318c4798560e461b3c87411ba47a2f3bb1e66beb7da2df3
size 112772

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75f1e789aec4bd1069c73a0b12691bc709f00e5d6793bf0897f484d67dbda3b2
size 115295

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 31 15:18:39 CEST 2009 - locilka@suse.cz
- Cleanup in RootPart module.
- 2.18.3
-------------------------------------------------------------------
Thu Feb 19 17:27:25 CET 2009 - aschnell@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.18.2)
# spec file for package yast2-update (Version 2.18.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@
Name: yast2-update
Version: 2.18.2
Version: 2.18.3
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.18.2.tar.bz2
Source0: yast2-update-2.18.3.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite
# Packages::GetBaseSourceID
@@ -86,7 +86,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.18.2
%setup -n yast2-update-2.18.3
%build
%{prefix}/bin/y2tool y2autoconf
@@ -134,6 +134,9 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/update.ycp
/usr/share/YaST2/clients/run_update.ycp
%changelog
* Tue Mar 31 2009 locilka@suse.cz
- Cleanup in RootPart module.
- 2.18.3
* Thu Feb 19 2009 aschnell@suse.de
- added missing import statement
- 2.18.2
@@ -915,7 +918,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Mon Mar 17 2003 kkaempf@suse.de
- if no product can be determined, use /etc/*-release
- 2.7.11
* Sat Mar 15 2003 kkaempf@suse.de
* Sun Mar 16 2003 kkaempf@suse.de
- move the "seen_details" flag to the global Update module (#24927)
- 2.7.10
* Fri Mar 14 2003 kkaempf@suse.de
@@ -981,7 +984,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Wed Sep 11 2002 kkaempf@suse.de
- fix syntax error
- 2.6.14
* Tue Sep 10 2002 kkaempf@suse.de
* Wed Sep 11 2002 kkaempf@suse.de
- pass "update_installed_only" to solver
- 2.6.12
* Tue Sep 10 2002 arvin@suse.de