- Add metainfo (fate#319035)

- Revamp spec
- Replace GenericName with Comment
- 4.2.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=352
This commit is contained in:
YaST Team Bot 2019-06-04 07:29:19 +00:00 committed by Git OBS Bridge
parent 7a1405c506
commit 2c4242e47c
4 changed files with 36 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:c3fb7f03adae90bcba8a6003aa2bdbb2fafd5fa9a7c549c8f0645d35bc5a0d18
size 66934

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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> Fri Apr 26 11:03:27 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

View File

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