Only use gpg-offline for openSUSE >= 12.3

OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2012-12-09 22:37:49 +00:00 committed by Git OBS Bridge
parent f0d3aa35d7
commit 257c78135f

View File

@ -25,13 +25,15 @@ Group: System/Filesystems
Url: http://posixovl.sf.net/
Source: %name-%version.tar.xz
Source1: %name-%version.tar.xz.asc
Source2: %name-%version.tar.xz.asc
# Next version should be signed with a new key. Use "gpg-offline --package=posixovl --delete 844C4360" then.
Source2: %name.keyring
Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1.9
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
BuildRequires: libattr-devel
BuildRequires: pkgconfig
BuildRequires: xz
@ -47,7 +49,7 @@ Author:
Jan Engelhardt
%prep
%gpg_verify %{S:1}
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -qn %name
%build