Accepting request 708134 from YaST:Head

submit new version 4.2.4

OBS-URL: https://build.opensuse.org/request/show/708134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=129
This commit is contained in:
2019-07-31 12:21:11 +00:00
committed by Git OBS Bridge
4 changed files with 43 additions and 47 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jun 6 10:47:31 CEST 2019 - schubi@suse.de
- Going back and forward in the update workflow: Initialize
add-on products and system packages correctly (bsc#1136012).
- 4.2.4
-------------------------------------------------------------------
Fri May 31 12:42:01 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.3
-------------------------------------------------------------------
Fri Apr 26 11:03:27 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

View File

@@ -17,43 +17,43 @@
Name: yast2-update
Version: 4.2.2
Version: 4.2.4
Release: 0
Summary: YaST2 - Update
License: GPL-2.0-only
Group: System/YaST
Url: https://github.com/yast/yast-update
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Url: http://github.com/yast/yast-update
BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 3.1.15
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings >= 1.0.0
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades
BuildRequires: yast2 >= 4.2.1
# Packages#proposal_for_update
BuildRequires: yast2-packager >= 3.2.13
# xmllint
BuildRequires: libxml2-tools
# control.rng
BuildRequires: yast2-installation-control
# Needed for tests
BuildRequires: rubygem(rspec)
# Encryption.save_crypttab_names
BuildRequires: yast2-storage-ng >= 4.1.31
# Encryption.save_crypttab_names
Requires: yast2-storage-ng >= 4.1.31
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades
Requires: yast2 >= 4.2.1
Requires: yast2-installation
# handle bind mount at /mnt/dev
Requires: yast2-packager >= 4.0.61
# Pkg.TargetInitializeOptions()
Requires: yast2-pkg-bindings >= 3.1.14
Requires: yast2-ruby-bindings >= 1.0.0
# use parallel gzip when crating backup (much faster)
Requires: pigz
# moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage
@@ -64,49 +64,38 @@ Conflicts: yast2-pkg-bindings < 2.15.11
# Storage::DeviceMatchFstab (#244117)
Conflicts: yast2-storage < 2.15.4
Requires: yast2-ruby-bindings >= 1.0.0
# use parallel gzip when crating backup (much faster)
Requires: pigz
Summary: YaST2 - Update
License: GPL-2.0-only
Group: System/YaST
%description
Use this component if you wish to update your system.
%package FACTORY
Summary: YaST2 - Update
Group: System/YaST
PreReq: %fillup_prereq
Requires: yast2
Requires: yast2-ruby-bindings >= 1.0.0
Requires: yast2-update
# moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage
Provides: yast2-update:/usr/share/YaST2/clients/update.ycp
Requires: yast2-ruby-bindings >= 1.0.0
Summary: YaST2 - Update
Group: System/YaST
%description
Use this component if you wish to update your system.
%description FACTORY
Use this component if you wish to update your system.
%prep
%setup -n %{name}-%{version}
%setup -q
%build
%yast_build
%install
%yast_install
%yast_metainfo
%files
%defattr(-,root,root)
%dir %{yast_moduledir}
%{yast_moduledir}/*
%{yast_moduledir}
%{yast_clientdir}/inst_rootpart.rb
%{yast_clientdir}/inst_backup.rb
%{yast_clientdir}/rootpart_proposal.rb
@@ -115,23 +104,15 @@ Use this component if you wish to update your system.
%{yast_clientdir}/backup_proposal.rb
%{yast_clientdir}/inst_update_partition.rb
%{yast_clientdir}/inst_update_partition_auto.rb
%dir %{yast_yncludedir}
%{yast_yncludedir}/update
%{yast_yncludedir}/update/rootpart.rb
%{yast_libdir}/update/
%{yast_libdir}/update/clients
%{yast_libdir}/update/clients/inst_update_partition_auto.rb
%{yast_yncludedir}
%{yast_libdir}
%doc %{yast_docdir}
%files FACTORY
%defattr(-,root,root)
%dir %{yast_desktopdir}
%{yast_desktopdir}/update.desktop
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_icondir}
%dir %{yast_controldir}
%{yast_controldir}/update.xml
%{yast_controldir}
%{yast_clientdir}/update.rb
%{yast_clientdir}/run_update.rb
%license COPYING