diff --git a/posixovl.changes b/posixovl.changes index f8b1c6b..55c1a94 100644 --- a/posixovl.changes +++ b/posixovl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 23 23:20:53 UTC 2013 - jengelh@inai.de + +- Specify dependencies for SLE + ------------------------------------------------------------------- Thu Nov 29 18:53:04 CET 2012 - sbrabec@suse.cz diff --git a/posixovl.spec b/posixovl.spec index e0a4708..c398abe 100644 --- a/posixovl.spec +++ b/posixovl.spec @@ -1,7 +1,7 @@ # # spec file for package posixovl # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -37,7 +37,11 @@ BuildRequires: gpg-offline BuildRequires: libattr-devel BuildRequires: pkgconfig BuildRequires: xz +%if 0%{?suse_version} >= 1130 BuildRequires: pkgconfig(fuse) >= 2.6.5 +%else +BuildRequires: fuse-devel >= 2.6.5 +%endif %description A FUSE filesystem that provides POSIX functionality - UNIX-style