SHA256
1
0
forked from pool/ldapfuse

Accepting request 251705 from filesystems

- Drop gpg-offline build-time requirement; this is now handled by
  the local source validator

OBS-URL: https://build.opensuse.org/request/show/251705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldapfuse?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2014-09-25 06:42:59 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 23 15:38:18 UTC 2014 - jengelh@inai.de
- Drop gpg-offline build-time requirement; this is now handled by
the local source validator
-------------------------------------------------------------------
Wed Nov 28 18:27:53 CET 2012 - sbrabec@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package ldapfuse
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,8 @@ Group: System/Filesystems
Url: http://ldapfuse.sf.net/
#Git-Clone: git://ldapfuse.git.sf.net/gitroot/ldapfuse/ldapfuse
#DL-URL: http://downloads.sf.net/ldapfuse/ldapfuse-1.0.tar.xz
Source: %name-%version.tar.xz
Source2: %name-%version.tar.xz.asc
Source: http://downloads.sf.net/ldapfuse/%name-%version.tar.xz
Source2: http://downloads.sf.net/ldapfuse/%name-%version.tar.xz.asc
Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: openldap2-devel >= 2.3
@@ -35,9 +34,6 @@ BuildRequires: pkgconfig >= 0.19
BuildRequires: xz
BuildRequires: pkgconfig(fuse) >= 2.7
BuildRequires: pkgconfig(libHX) >= 3.12
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%description
A virtual filesystem for FUSE that allows to navigate an LDAP tree.
@@ -47,7 +43,6 @@ Author:
Jan Engelhardt
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q
%build