From 2ce97361ad112c8109be770da2384c0541cef6595aae7bba2d18a3727ae4ac6a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 4 Jun 2019 08:13:49 +0000 Subject: [PATCH] - Add metainfo (fate#319035) - Revamp spec - Replace GenericName with Comment - 4.2.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-tune?expand=0&rev=286 --- yast2-tune-4.1.0.tar.bz2 | 3 --- yast2-tune-4.2.0.tar.bz2 | 3 +++ yast2-tune.changes | 8 ++++++ yast2-tune.spec | 57 +++++++++++++--------------------------- 4 files changed, 29 insertions(+), 42 deletions(-) delete mode 100644 yast2-tune-4.1.0.tar.bz2 create mode 100644 yast2-tune-4.2.0.tar.bz2 diff --git a/yast2-tune-4.1.0.tar.bz2 b/yast2-tune-4.1.0.tar.bz2 deleted file mode 100644 index c6d292a..0000000 --- a/yast2-tune-4.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006ab19635ba379e6d1f6fb9ec45c88c4933f2b62fcd0e34e487515347f12f36 -size 42926 diff --git a/yast2-tune-4.2.0.tar.bz2 b/yast2-tune-4.2.0.tar.bz2 new file mode 100644 index 0000000..d7d6b1c --- /dev/null +++ b/yast2-tune-4.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c1bcc83fcb93b3568d067b1c4d94943bfec37d88fac8a885dae41fe588aa9f +size 42949 diff --git a/yast2-tune.changes b/yast2-tune.changes index f570f5a..5c18b03 100644 --- a/yast2-tune.changes +++ b/yast2-tune.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 31 12:41:37 UTC 2019 - Stasiek Michalski + +- Add metainfo (fate#319035) +- Revamp spec +- Replace GenericName with Comment +- 4.2.0 + ------------------------------------------------------------------- Tue Feb 26 13:07:03 UTC 2019 - José Iván López González diff --git a/yast2-tune.spec b/yast2-tune.spec index 5dba11e..d3f8264 100644 --- a/yast2-tune.spec +++ b/yast2-tune.spec @@ -17,55 +17,37 @@ Name: yast2-tune -Version: 4.1.0 +Version: 4.2.0 Release: 0 +Summary: YaST2 - Hardware Tuning +License: GPL-2.0-or-later +Group: System/YaST +Url: https://github.com/yast/yast-tune -BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 BuildRequires: update-desktop-files BuildRequires: yast2 -BuildRequires: yast2-devtools >= 3.1.10 +BuildRequires: yast2-devtools >= 4.2.2 + # hwinfo/classnames.ycp # Wizard::SetDesktopTitleAndIcon Requires: yast2 >= 2.21.22 Requires: yast2-bootloader - -Provides: yast2-config-hwinfo -Provides: yast2-trans-tune -Provides: yast2-tune-idedma -Obsoletes: yast2-config-hwinfo -Obsoletes: yast2-trans-tune -Obsoletes: yast2-tune-idedma -Provides: y2c_tune -Provides: y2t_tune -Provides: yast2-config-tune -Provides: yast2-trans-hwinfo -Provides: yast2-trans-idedma -Obsoletes: y2c_tune -Obsoletes: y2t_tune -Obsoletes: yast2-config-tune -Obsoletes: yast2-trans-hwinfo -Obsoletes: yast2-trans-idedma -Obsoletes: yast2-tune-devel-doc - Requires: yast2-ruby-bindings >= 1.0.0 -Summary: YaST2 - Hardware Tuning -License: GPL-2.0-or-later -Group: System/YaST - %description This package contains the YaST2 component for hardware configuration. %prep -%setup -n %{name}-%{version} +%setup -q %build %yast_build %install %yast_install +%yast_metainfo %post # rename the config file to the new modprobe schema @@ -74,18 +56,15 @@ if test -e /etc/modprobe.d/newid; then fi %files -%defattr(-,root,root) - -%{yast_yncludedir}/hwinfo/* -%{yast_clientdir}/*.rb -%{yast_desktopdir}/hwinfo.desktop -%{yast_desktopdir}/system_settings.desktop -%{yast_moduledir}/*.rb -%dir %{yast_libdir}/tune -%{yast_libdir}/tune/*.rb -%{yast_scrconfdir}/*.scr +%{yast_yncludedir} +%{yast_clientdir} +%{yast_desktopdir} +%{yast_metainfodir} +%{yast_moduledir} +%{yast_libdir} +%{yast_scrconfdir} %{yast_icondir} -%dir %{yast_docdir} -%license %{yast_docdir}/COPYING +%doc %{yast_docdir} +%license COPYING %changelog