- Synced version numbering with the rest of YaST modules (last

step for fate#318486).
- Enhancements in automated tests and code quality.
- 3.1.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-journal?expand=0&rev=10
This commit is contained in:
YaST Team Bot 2015-07-31 13:43:15 +00:00 committed by Git OBS Bridge
parent a2ea5f940b
commit e4525bfef8
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 31 13:18:29 UTC 2015 - ancor@suse.com
- Synced version numbering with the rest of YaST modules (last
step for fate#318486).
- Enhancements in automated tests and code quality.
- 3.1.1
-------------------------------------------------------------------
Mon Jun 29 14:16:12 UTC 2015 - ancor@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-journal
Version: 0.2.3
Version: 3.1.1
Release: 0
BuildArch: noarch
@ -38,6 +38,8 @@ BuildRequires: yast2-ruby-bindings >= 3.1.38
BuildRequires: rubygem(yast-rake)
# for tests
BuildRequires: rubygem(rspec)
# First version with Yast::UI.OpenUI and libyui-terminal
BuildRequires: libyui-ncurses >= 2.47.1
Url: https://github.com/ancorgs/yast-journal
Summary: YaST2 - Reading of systemd journal
@ -52,7 +54,8 @@ user-friendly way.
%setup -n %{name}-%{version}
%check
rake test:unit
# Enable UI tests in headless systems like Jenkins
libyui-terminal rake test:unit
%install
rake install DESTDIR="%{buildroot}"