forked from pool/ldapfuse
Accepting request 103413 from filesystems
- Update to new upstream release 1.0 * Initial upstream tarball release * ldapfuse: correct wrong error type in cache lookup failure path OBS-URL: https://build.opensuse.org/request/show/103413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldapfuse?expand=0&rev=5
This commit is contained in:
commit
b8f7cd2e3d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c50423431e55f8f185260ac4f704c1e0957342fe1a32a59476dfbcf71529143
|
||||
size 75756
|
3
ldapfuse-1.0.tar.xz
Normal file
3
ldapfuse-1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ef6d5d423bf798fcd1361a1c14f4972b264eae331f6683503ec76910c660f27
|
||||
size 76024
|
17
ldapfuse-1.0.tar.xz.asc
Normal file
17
ldapfuse-1.0.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
|
||||
iQIcBAABAgAGBQJO2+bnAAoJEN//LNsZ/DON99QQALCIz1TByjj2D5tBpBImU+6i
|
||||
ZKtRzKyuDHQ0q2UI1rSodfPqGuYF1xZS3W3Hk3kuE6xLw3cHplB/CcHk961Adw7N
|
||||
zBxFJipC4bYCXfITI9tYTtEfUpEA9j15OsK0jdhxx8WlnbAd/a23pE8XYpOveF2U
|
||||
504sYxqQ7ICZyAmZ3ynmgN3h8B4tWXjCwBZ5yDaTX5BKViK1akd6L2AEkr848PZ/
|
||||
PTWW/62Mn2Pv4GebdvzdzLZpTaTCsjXWG/ghGjNANCdCe4sS4saYNINsDTn/JFuD
|
||||
lpMjQU7Ot/S8wIzLgfyH/wggMnz7kWL6XHTaYff+DLbCuhW5iw1SfoftxV3LM7DC
|
||||
ioBjnD9WNbw6103Y14qs7so1p6WhCVsB+fSlWEldXvZZODUxu0i+9JksZyqVblW9
|
||||
yM1yx8F/IDZSCqv/sDWELOnsNhrv9z9wliXb1LdGWkMCMW4D6FN9MVe4Z6F4GM4N
|
||||
AB1FHQBmSTRngbSAH/cWISwZ58JgXL/3hjBgKA5SM7Z5Z9kyjjwBuo/0fhpUhjC1
|
||||
u0RFjvwC24XNIevKUbxNyomqsVhmFc0kCsKePsp4Byl9KRQfdGV/Tc8AB10Bxoh2
|
||||
czoek4w+iTymUk3o+6yqpuFIoS/dtiR8JVKU+fBiEFOzKIlBjEdt+yjtHX7Q5/W8
|
||||
z+fbtvQ/4z/wbWG/wog5
|
||||
=wIW6
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 21:50:22 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 1.0
|
||||
* Initial upstream tarball release
|
||||
* ldapfuse: correct wrong error type in cache lookup failure path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 14:43:02 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -18,18 +18,20 @@
|
||||
|
||||
|
||||
Name: ldapfuse
|
||||
Version: 0.39
|
||||
Release: 1
|
||||
%define realver 0~39
|
||||
Version: 1.0
|
||||
Release: 0
|
||||
Group: System/Filesystems
|
||||
Summary: Browse LDAP trees via filesystem
|
||||
License: GPLv3
|
||||
Url: http://ldapfuse.sf.net/
|
||||
License: GPL-3.0
|
||||
URL: http://ldapfuse.sf.net/
|
||||
|
||||
Source: %name-%realver.tar.xz
|
||||
#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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: fuse-devel >= 2.7 openldap2-devel >= 2.3
|
||||
BuildRequires: libHX-devel >= 3.4 pkg-config >= 0.19 xz
|
||||
BuildRequires: openldap2-devel >= 2.3 pkgconfig >= 0.19
|
||||
BuildRequires: pkgconfig(fuse) >= 2.7 pkgconfig(libHX) >= 3.12 xz
|
||||
|
||||
%description
|
||||
A virtual filesystem for FUSE that allows to navigate an LDAP tree.
|
||||
@ -39,7 +41,7 @@ Author:
|
||||
Jan Engelhardt
|
||||
|
||||
%prep
|
||||
%setup -qn %name-%realver
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user