OBS User unknown
2007-07-25 21:11:00 +00:00
committed by Git OBS Bridge
parent 05ad5b6b90
commit e317d21f1d
4 changed files with 63 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 23 14:18:05 CEST 2007 - locilka@suse.cz
- Package has been split into two: yast2-update and
yast2-update-FACTORY (System/FACTORY update) (FATE #302017).
- 2.15.18
-------------------------------------------------------------------
Fri Jul 20 15:35:42 CEST 2007 - locilka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.15.17)
# spec file for package yast2-update (Version 2.15.18)
#
# 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.15.17
Version: 2.15.18
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.17.tar.bz2
Source0: yast2-update-2.15.18.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-packager yast2-storage yast2-testsuite
# package not really needed to be installed but this breaks the building cycle
@@ -40,12 +40,42 @@ Conflicts: yast2-pkg-bindings < 2.15.11
# Storage::DeviceMatchFstab (#244117)
Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update
%package FACTORY
Version: 2.15.18
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.18.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
Requires: yast2-update yast2
Provides: yast2-config-update-FACTORY y2c_update
Obsoletes: yast2-config-update-FACTORY y2c_update
Provides: yast2-trans-update y2t_update
Obsoletes: yast2-trans-update y2t_update
# moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage
Provides: yast2-update:/usr/share/YaST2/clients/update.ycp
Summary: YaST2 - Update
%description
Use this component if you wish to update your system.
Authors:
--------
Stefan Schubert <schubi@suse.de>
Arvin Schnell <arvin@suse.de>
Jiri Srain <jsrain@suse.cz>
%description FACTORY
Use this component if you wish to update your system.
Authors:
--------
Stefan Schubert <schubi@suse.de>
@@ -53,7 +83,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.15.17
%setup -n yast2-update-2.15.18
%build
%{prefix}/bin/y2tool y2autoconf
@@ -79,15 +109,30 @@ rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{prefix}/lib/YaST2/bin/*
%{prefix}/share/applications/YaST2/*.desktop
/usr/share/YaST2/modules/*
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/clients/inst_rootpart.ycp
/usr/share/YaST2/clients/inst_update.ycp
/usr/share/YaST2/clients/inst_backup.ycp
/usr/share/YaST2/clients/rootpart_proposal.ycp
/usr/share/YaST2/clients/update_proposal.ycp
/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/include/update
/usr/share/YaST2/include/update/*.ycp
/usr/share/YaST2/control/*.xml
/usr/share/YaST2/include/update/rootpart.ycp
%doc %{prefix}/share/doc/packages/yast2-update
%files FACTORY
%defattr(-,root,root)
%{prefix}/share/applications/YaST2/update.desktop
/usr/share/YaST2/control/update.xml
/usr/share/YaST2/clients/update.ycp
%changelog
* Mon Jul 23 2007 - locilka@suse.cz
- Package has been split into two: yast2-update and
yast2-update-FACTORY (System/FACTORY update) (FATE #302017).
- 2.15.18
* Fri Jul 20 2007 - locilka@suse.cz
- Added BuildIgnore: autoyast2-installation to break the loop.
- 2.15.17