From 550603f7da50b195ec1eb2ddc2118d7ddf5e726ff46bd5b7bafe45735cbde417 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 4 Jun 2019 11:50:55 +0000 Subject: [PATCH] - Add metainfo (fate#319035) - Revamp spec - Replace GenericName with Comment - 4.2.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-journal?expand=0&rev=38 --- yast2-journal-4.2.0.tar.bz2 | 3 --- yast2-journal-4.2.1.tar.bz2 | 3 +++ yast2-journal.changes | 8 ++++++++ yast2-journal.spec | 39 ++++++++++++++++++------------------- 4 files changed, 30 insertions(+), 23 deletions(-) delete mode 100644 yast2-journal-4.2.0.tar.bz2 create mode 100644 yast2-journal-4.2.1.tar.bz2 diff --git a/yast2-journal-4.2.0.tar.bz2 b/yast2-journal-4.2.0.tar.bz2 deleted file mode 100644 index 144358a..0000000 --- a/yast2-journal-4.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9961c847d6cdb04cf37c0f880a22b476e449b04509a4b32624b9879b768937f7 -size 25187 diff --git a/yast2-journal-4.2.1.tar.bz2 b/yast2-journal-4.2.1.tar.bz2 new file mode 100644 index 0000000..40ca3af --- /dev/null +++ b/yast2-journal-4.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01950bbfe0b34f941ac53bf70453bc9d7a1e6ba8265eaa9a895b285a9edee01d +size 25227 diff --git a/yast2-journal.changes b/yast2-journal.changes index e3ebbb9..607e818 100644 --- a/yast2-journal.changes +++ b/yast2-journal.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 31 12:32:54 UTC 2019 - Stasiek Michalski + +- Add metainfo (fate#319035) +- Revamp spec +- Replace GenericName with Comment +- 4.2.1 + ------------------------------------------------------------------- Tue May 7 13:11:33 UTC 2019 - Steffen Winterfeldt diff --git a/yast2-journal.spec b/yast2-journal.spec index b587b10..d0914e6 100644 --- a/yast2-journal.spec +++ b/yast2-journal.spec @@ -17,22 +17,19 @@ Name: yast2-journal -Version: 4.2.0 +Version: 4.2.1 Release: 0 -BuildArch: noarch +Url: https://github.com/yast/yast-journal +Summary: YaST2 - Reading of systemd journal +License: GPL-2.0-only OR GPL-3.0-only +Group: System/YaST -BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 -# First version with base Dialog class -Requires: yast2 >= 3.1.117 -# Yast::Builtins::strftime -Requires: yast2-ruby-bindings >= 3.1.38 - BuildRequires: update-desktop-files # Yast::Builtins::strftime BuildRequires: yast2 -BuildRequires: yast2-devtools +BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-ruby-bindings >= 3.1.38 #for install task BuildRequires: rubygem(yast-rake) @@ -43,32 +40,34 @@ BuildRequires: libyui-ncurses >= 2.47.1 # libyui-terminal BuildRequires: libyui-ncurses-tools -Url: https://github.com/yast/yast-journal -Summary: YaST2 - Reading of systemd journal -License: GPL-2.0-only OR GPL-3.0-only -Group: System/YaST +# First version with base Dialog class +Requires: yast2 >= 3.1.117 +# Yast::Builtins::strftime +Requires: yast2-ruby-bindings >= 3.1.38 + +BuildArch: noarch %description A YaST2 module to read the systemd journal in a convenient and user-friendly way. %prep -%setup -n %{name}-%{version} +%setup -q %check # Enable UI tests in headless systems like Jenkins libyui-terminal rake test:unit %install -rake install DESTDIR="%{buildroot}" +%yast_install +%yast_metainfo %files -%defattr(-,root,root) -%{yast_dir}/clients/*.rb -%{yast_dir}/lib -%{yast_desktopdir}/journal.desktop +%{yast_clientdir} +%{yast_libdir} +%{yast_desktopdir} +%{yast_metainfodir} %{yast_icondir} - %doc COPYING %doc README.md