2011-09-22 14:06:40 +02:00
|
|
|
#
|
2011-09-23 16:59:24 +02:00
|
|
|
# spec file for package yast2-update
|
2011-09-22 14:06:40 +02:00
|
|
|
#
|
2013-01-22 12:19:22 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-09-22 14:06:40 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
2011-09-23 16:59:24 +02:00
|
|
|
|
2011-09-22 14:06:40 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2011-09-23 16:59:24 +02:00
|
|
|
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2011-09-23 16:59:24 +02:00
|
|
|
Name: yast2-update
|
2013-11-15 13:23:54 +01:00
|
|
|
Version: 3.1.1
|
2011-09-23 16:59:24 +02:00
|
|
|
Release: 0
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2011-09-23 16:59:24 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-10-08 15:28:36 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2012-08-14 19:14:28 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2013-12-11 13:55:12 +01:00
|
|
|
BuildRequires: yast2-devtools >= 3.1.10
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
# xmllint
|
2011-09-23 16:59:24 +02:00
|
|
|
BuildRequires: libxml2
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
# control.rng
|
2011-09-23 16:59:24 +02:00
|
|
|
BuildRequires: yast2-installation >= 2.17.44
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2012-08-14 19:14:28 +02:00
|
|
|
# Stroage::ChangeDmNamesFromCrypttab
|
|
|
|
Requires: yast2-storage >= 2.22.9
|
2013-08-22 08:47:18 +02:00
|
|
|
# OSRelease
|
|
|
|
Requires: yast2 >= 3.0.4
|
2011-09-23 16:59:24 +02:00
|
|
|
Requires: yast2-installation
|
2011-09-22 14:06:40 +02:00
|
|
|
# Function SelectKernelPackages has been moved to Packages module (bnc #326269).
|
2011-09-23 16:59:24 +02:00
|
|
|
Requires: yast2-packager >= 2.17.27
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
# moved into yast2-update from yast2-installation
|
|
|
|
# to remove dependency on yast2-storage
|
2011-09-23 16:59:24 +02:00
|
|
|
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
# Pkg::PkgUpdateAll (map conf)
|
2011-09-23 16:59:24 +02:00
|
|
|
Conflicts: yast2-pkg-bindings < 2.15.11
|
2011-09-22 14:06:40 +02:00
|
|
|
# Storage::DeviceMatchFstab (#244117)
|
2011-09-23 16:59:24 +02:00
|
|
|
Conflicts: yast2-storage < 2.15.4
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2013-07-30 14:31:16 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2011-09-23 16:59:24 +02:00
|
|
|
Summary: YaST2 - Update
|
2012-08-14 19:14:28 +02:00
|
|
|
License: GPL-2.0
|
|
|
|
Group: System/YaST
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
%package FACTORY
|
2011-09-23 16:59:24 +02:00
|
|
|
PreReq: %fillup_prereq
|
2012-08-14 19:14:28 +02:00
|
|
|
Requires: yast2
|
|
|
|
Requires: yast2-update
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
# moved into yast2-update from yast2-installation
|
|
|
|
# to remove dependency on yast2-storage
|
2011-09-23 16:59:24 +02:00
|
|
|
Provides: yast2-update:/usr/share/YaST2/clients/update.ycp
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2013-07-30 14:31:16 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2011-09-23 16:59:24 +02:00
|
|
|
Summary: YaST2 - Update
|
2012-08-14 19:14:28 +02:00
|
|
|
Group: System/YaST
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Use this component if you wish to update your system.
|
|
|
|
|
|
|
|
%description FACTORY
|
|
|
|
Use this component if you wish to update your system.
|
|
|
|
|
|
|
|
%prep
|
2013-10-08 15:28:36 +02:00
|
|
|
%setup -n %{name}-%{version}
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
%build
|
2013-10-08 15:28:36 +02:00
|
|
|
%yast_build
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
%install
|
2013-10-08 15:28:36 +02:00
|
|
|
%yast_install
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-10-08 15:28:36 +02:00
|
|
|
%{yast_ybindir}/*
|
|
|
|
%{yast_moduledir}/*
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2013-10-08 15:28:36 +02:00
|
|
|
%{yast_clientdir}/inst_rootpart.rb
|
|
|
|
%{yast_clientdir}/inst_update.rb
|
|
|
|
%{yast_clientdir}/inst_backup.rb
|
|
|
|
%{yast_clientdir}/rootpart_proposal.rb
|
|
|
|
%{yast_clientdir}/update_proposal.rb
|
|
|
|
%{yast_clientdir}/packages_proposal.rb
|
|
|
|
%{yast_clientdir}/backup_proposal.rb
|
|
|
|
%{yast_clientdir}/inst_update_partition.rb
|
|
|
|
%{yast_clientdir}/inst_update_partition_auto.rb
|
|
|
|
%{yast_clientdir}/rootpart_check_keyboard.rb
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2013-10-08 15:28:36 +02:00
|
|
|
%{yast_yncludedir}/update
|
|
|
|
%{yast_yncludedir}/update/rootpart.rb
|
2011-09-22 14:06:40 +02:00
|
|
|
|
2013-10-08 15:28:36 +02:00
|
|
|
%doc %{yast_docdir}
|
2011-09-22 14:06:40 +02:00
|
|
|
|
|
|
|
%files FACTORY
|
|
|
|
%defattr(-,root,root)
|
2013-10-08 15:28:36 +02:00
|
|
|
%{yast_desktopdir}/update.desktop
|
2011-09-22 14:06:40 +02:00
|
|
|
%dir /usr/share/YaST2/control
|
|
|
|
/usr/share/YaST2/control/update.xml
|
2013-10-08 15:28:36 +02:00
|
|
|
%{yast_clientdir}/update.rb
|
|
|
|
%{yast_clientdir}/run_update.rb
|
2011-09-23 16:59:24 +02:00
|
|
|
|
|
|
|
%changelog
|