2011-09-22 12:06:40 +00:00
|
|
|
#
|
2011-09-23 14:59:24 +00:00
|
|
|
# spec file for package yast2-update
|
2011-09-22 12:06:40 +00:00
|
|
|
#
|
2019-01-25 07:28:02 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-09-22 12:06:40 +00: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 14:59:24 +00:00
|
|
|
|
2019-04-30 13:41:09 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2011-09-22 12:06:40 +00:00
|
|
|
#
|
2011-09-23 14:59:24 +00:00
|
|
|
|
2011-09-22 12:06:40 +00:00
|
|
|
|
2011-09-23 14:59:24 +00:00
|
|
|
Name: yast2-update
|
2019-11-07 11:34:46 +00:00
|
|
|
Version: 4.2.9
|
2011-09-23 14:59:24 +00:00
|
|
|
Release: 0
|
2019-06-04 07:29:19 +00:00
|
|
|
Summary: YaST2 - Update
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: System/YaST
|
|
|
|
Url: https://github.com/yast/yast-update
|
2011-09-22 12:06:40 +00:00
|
|
|
|
2013-10-08 13:28:36 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-09-22 12:06:40 +00:00
|
|
|
|
2012-08-14 17:14:28 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2019-06-04 07:29:19 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2014-03-28 10:31:42 +00:00
|
|
|
BuildRequires: yast2-ruby-bindings >= 1.0.0
|
2019-04-30 13:41:09 +00:00
|
|
|
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades
|
|
|
|
BuildRequires: yast2 >= 4.2.1
|
2017-01-30 17:39:12 +00:00
|
|
|
# Packages#proposal_for_update
|
|
|
|
BuildRequires: yast2-packager >= 3.2.13
|
2011-09-22 12:06:40 +00:00
|
|
|
# xmllint
|
2013-12-19 12:28:04 +00:00
|
|
|
BuildRequires: libxml2-tools
|
2011-09-22 12:06:40 +00:00
|
|
|
# control.rng
|
2013-12-19 12:28:04 +00:00
|
|
|
BuildRequires: yast2-installation-control
|
2014-03-28 10:31:42 +00:00
|
|
|
# Needed for tests
|
2019-08-22 15:02:47 +00:00
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
2019-10-03 07:45:03 +00:00
|
|
|
# Y2Storage::Crypttab.save_encryption_names
|
|
|
|
BuildRequires: yast2-storage-ng >= 4.2.42
|
2019-06-04 07:29:19 +00:00
|
|
|
|
2019-10-03 07:45:03 +00:00
|
|
|
# Y2Storage::Crypttab.save_encryption_names
|
|
|
|
Requires: yast2-storage-ng >= 4.2.42
|
2019-04-30 13:41:09 +00:00
|
|
|
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades
|
|
|
|
Requires: yast2 >= 4.2.1
|
2011-09-23 14:59:24 +00:00
|
|
|
Requires: yast2-installation
|
2018-06-06 11:17:23 +00:00
|
|
|
# handle bind mount at /mnt/dev
|
|
|
|
Requires: yast2-packager >= 4.0.61
|
2014-06-06 14:19:01 +00:00
|
|
|
# Pkg.TargetInitializeOptions()
|
|
|
|
Requires: yast2-pkg-bindings >= 3.1.14
|
2019-06-04 07:29:19 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
# use parallel gzip when crating backup (much faster)
|
|
|
|
Requires: pigz
|
2014-06-06 14:19:01 +00:00
|
|
|
|
2011-09-22 12:06:40 +00:00
|
|
|
# moved into yast2-update from yast2-installation
|
|
|
|
# to remove dependency on yast2-storage
|
2011-09-23 14:59:24 +00:00
|
|
|
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
# Pkg::PkgUpdateAll (map conf)
|
2011-09-23 14:59:24 +00:00
|
|
|
Conflicts: yast2-pkg-bindings < 2.15.11
|
2011-09-22 12:06:40 +00:00
|
|
|
# Storage::DeviceMatchFstab (#244117)
|
2011-09-23 14:59:24 +00:00
|
|
|
Conflicts: yast2-storage < 2.15.4
|
2011-09-22 12:06:40 +00:00
|
|
|
|
2019-06-04 07:29:19 +00:00
|
|
|
%description
|
|
|
|
Use this component if you wish to update your system.
|
2014-07-29 07:59:19 +00:00
|
|
|
|
2019-06-04 07:29:19 +00:00
|
|
|
%package FACTORY
|
2011-09-23 14:59:24 +00:00
|
|
|
Summary: YaST2 - Update
|
2012-08-14 17:14:28 +00:00
|
|
|
Group: System/YaST
|
2011-09-22 12:06:40 +00:00
|
|
|
|
2011-09-23 14:59:24 +00:00
|
|
|
PreReq: %fillup_prereq
|
2019-06-04 07:29:19 +00:00
|
|
|
|
2012-08-14 17:14:28 +00:00
|
|
|
Requires: yast2
|
2019-06-04 07:29:19 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2012-08-14 17:14:28 +00:00
|
|
|
Requires: yast2-update
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
# moved into yast2-update from yast2-installation
|
|
|
|
# to remove dependency on yast2-storage
|
2011-09-23 14:59:24 +00:00
|
|
|
Provides: yast2-update:/usr/share/YaST2/clients/update.ycp
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
%description FACTORY
|
|
|
|
Use this component if you wish to update your system.
|
|
|
|
|
|
|
|
%prep
|
2019-06-04 07:29:19 +00:00
|
|
|
%setup -q
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
%build
|
2013-10-08 13:28:36 +00:00
|
|
|
%yast_build
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
%install
|
2013-10-08 13:28:36 +00:00
|
|
|
%yast_install
|
2019-06-04 07:29:19 +00:00
|
|
|
%yast_metainfo
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
%files
|
2019-06-04 07:29:19 +00:00
|
|
|
%{yast_moduledir}
|
2013-10-08 13:28:36 +00:00
|
|
|
%{yast_clientdir}/inst_rootpart.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
|
2019-06-04 07:29:19 +00:00
|
|
|
%{yast_yncludedir}
|
|
|
|
%{yast_libdir}
|
2013-10-08 13:28:36 +00:00
|
|
|
%doc %{yast_docdir}
|
2011-09-22 12:06:40 +00:00
|
|
|
|
|
|
|
%files FACTORY
|
2019-06-04 07:29:19 +00:00
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
2018-11-29 08:17:57 +00:00
|
|
|
%{yast_icondir}
|
2019-06-04 07:29:19 +00:00
|
|
|
%{yast_controldir}
|
2013-10-08 13:28:36 +00:00
|
|
|
%{yast_clientdir}/update.rb
|
|
|
|
%{yast_clientdir}/run_update.rb
|
2018-10-16 16:25:36 +00:00
|
|
|
%license COPYING
|
2011-09-23 14:59:24 +00:00
|
|
|
|
|
|
|
%changelog
|