OBS User unknown
2008-01-07 01:56:02 +00:00
committed by Git OBS Bridge
parent 26377ea386
commit df50d3dfcd
4 changed files with 21 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 4 13:33:32 CET 2008 - lslezak@suse.cz
- do not call Pkg::SaveState() and Pkg::RestoreState(), the state
is saved/restored by the package selector widget
- 2.16.3
-------------------------------------------------------------------
Thu Dec 13 13:00:36 CET 2007 - locilka@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package yast2-update (Version 2.16.2)
# spec file for package yast2-update (Version 2.16.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-update
Version: 2.16.2
Version: 2.16.3
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.16.2.tar.bz2
Source0: yast2-update-2.16.3.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite
BuildRequires: yast2 >= 2.16.5
@@ -39,12 +39,12 @@ Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update
%package FACTORY
Version: 2.16.2
Version: 2.16.3
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.16.2.tar.bz2
Source0: yast2-update-2.16.3.tar.bz2
Prefix: /usr
Requires: yast2-update yast2
# moved into yast2-update from yast2-installation
@@ -75,7 +75,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.16.2
%setup -n yast2-update-2.16.3
%build
%{prefix}/bin/y2tool y2autoconf
@@ -121,6 +121,10 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/control/update.xml
/usr/share/YaST2/clients/update.ycp
%changelog
* Fri Jan 04 2008 - lslezak@suse.cz
- do not call Pkg::SaveState() and Pkg::RestoreState(), the state
is saved/restored by the package selector widget
- 2.16.3
* Thu Dec 13 2007 - locilka@suse.cz
- Fixed build-dependency on yast2-country.
- 2.16.2