diff options
| author | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-03-25 09:42:30 +0100 |
|---|---|---|
| committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-03-25 09:42:30 +0100 |
| commit | d440b488290f6cfc788ce3d35bed797393c3dbde (patch) | |
| tree | 49e281a84a4f7bf31921e6e08ec71da531a40b5d | |
| parent | b3f653c67570f69fb459acf1b462957937fb89ac (diff) | |
gnome-keyring has differnet name in fedora and rhel6; fix build
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| -rw-r--r-- | abrt.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -45,9 +45,14 @@ BuildRequires: intltool BuildRequires: libtool BuildRequires: nss-devel BuildRequires: texinfo -BuildRequires: libgnome-keyring-devel + # for rhel6 -#BuildRequires: gnome-keyring-devel +%if 0%{?rhel} >= 6 +BuildRequires: gnome-keyring-devel +%else +BuildRequires: libgnome-keyring-devel +%endif + %if %{?with_systemd} Requires: systemd-units %endif |
