OBS User unknown
2007-12-13 13:13:06 +00:00
committed by Git OBS Bridge
parent a68cb9d34e
commit 26377ea386
4 changed files with 34 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Dec 13 13:00:36 CET 2007 - locilka@suse.cz
- Fixed build-dependency on yast2-country.
- 2.16.2
-------------------------------------------------------------------
Thu Dec 6 10:03:09 CET 2007 - locilka@suse.cz
- Merged proofread texts.
-------------------------------------------------------------------
Mon Nov 19 16:58:31 CET 2007 - locilka@suse.cz
- Unified used terminology (repositories) (FATE #302970).
-------------------------------------------------------------------
Thu Nov 1 16:47:44 CET 2007 - locilka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.16.1)
# spec file for package yast2-update (Version 2.16.2)
#
# 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-update
Version: 2.16.1
Version: 2.16.2
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.16.1.tar.bz2
Source0: yast2-update-2.16.2.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite
BuildRequires: yast2 >= 2.16.5
@@ -31,6 +31,7 @@ Requires: yast2-packager
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
# Required only in inst-sys
# Requires: yast2-storage
# Requires: yast2-country
# Pkg::PkgUpdateAll (map conf)
Conflicts: yast2-pkg-bindings < 2.15.11
# Storage::DeviceMatchFstab (#244117)
@@ -38,14 +39,13 @@ Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update
%package FACTORY
Version: 2.16.1
Version: 2.16.2
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.16.1.tar.bz2
Source0: yast2-update-2.16.2.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
Requires: yast2-update yast2
# moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage
@@ -75,7 +75,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.16.1
%setup -n yast2-update-2.16.2
%build
%{prefix}/bin/y2tool y2autoconf
@@ -110,6 +110,7 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/packages_proposal.ycp
/usr/share/YaST2/clients/backup_proposal.ycp
/usr/share/YaST2/clients/inst_update_partition.ycp
/usr/share/YaST2/clients/rootpart_check_keyboard.ycp
/usr/share/YaST2/include/update
/usr/share/YaST2/include/update/rootpart.ycp
%doc %{prefix}/share/doc/packages/yast2-update
@@ -120,6 +121,13 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/control/update.xml
/usr/share/YaST2/clients/update.ycp
%changelog
* Thu Dec 13 2007 - locilka@suse.cz
- Fixed build-dependency on yast2-country.
- 2.16.2
* Thu Dec 06 2007 - locilka@suse.cz
- Merged proofread texts.
* Mon Nov 19 2007 - locilka@suse.cz
- Unified used terminology (repositories) (FATE #302970).
* Thu Nov 01 2007 - locilka@suse.cz
- Update/backup-related variables were moved from Update::* to
Installation::update_* to remove RPM dependencies.