New version 2.7.1
This commit is contained in:
parent
89ee3481d8
commit
fc95fa8216
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.7.0
|
||||
Version: 2.7.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -47,9 +47,12 @@ BuildRequires: doxygen
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: augeas-devel
|
||||
BuildRequires: augeas
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: lz4
|
||||
Requires: libreport-filesystem = %{version}-%{release}
|
||||
Requires: satyr >= %{satyr_ver}
|
||||
Requires: xz
|
||||
Requires: lz4
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -746,6 +749,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.1-1
|
||||
- lib: add lz4 decompression
|
||||
- lib: avoid the need to link against lzma
|
||||
- all: format security
|
||||
- lib: add cgroup namespace
|
||||
- dd: introduce functions getting occurrence stamps
|
||||
- dd: introduce dd_get_env_variable
|
||||
- lib: add get env variable from a file
|
||||
- RHTSupport: include count in Support cases
|
||||
- lib: problem report API check fseek return code
|
||||
- ignored words: remove 'kwallet_jwakely' which I added wrongly
|
||||
|
||||
* Fri Apr 08 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
|
||||
- ignored words: update ignored words
|
||||
- mailx: use problem report api to define an emais' content
|
||||
|
Loading…
Reference in New Issue
Block a user