rhel7 build fixes
This commit is contained in:
parent
e7a7b4e098
commit
4fc877e1f5
@ -5,7 +5,7 @@
|
|||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.0.10
|
Version: 2.0.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: https://fedorahosted.org/abrt/
|
URL: https://fedorahosted.org/abrt/
|
||||||
@ -36,7 +36,7 @@ Requires: libreport-filesystem
|
|||||||
Requires: libreport-python = %{version}-%{release}
|
Requires: libreport-python = %{version}-%{release}
|
||||||
|
|
||||||
# for rhel6
|
# for rhel6
|
||||||
%if 0%{?rhel} >= 6
|
%if 0%{?rhel} == 6
|
||||||
BuildRequires: gnome-keyring-devel
|
BuildRequires: gnome-keyring-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
@ -376,6 +376,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 01 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-4
|
||||||
|
- fixed build on rhel7
|
||||||
|
|
||||||
* Mon May 14 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-3
|
* Mon May 14 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-3
|
||||||
- fixed compatibility with bugzilla 4.2
|
- fixed compatibility with bugzilla 4.2
|
||||||
- Resolved: #820985, #795548
|
- Resolved: #820985, #795548
|
||||||
|
Loading…
Reference in New Issue
Block a user