From cb981e304919c47260fbdc2fc927738bdc9325368f7de041d4784345a336976b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 23 Feb 2013 22:19:57 +0000 Subject: [PATCH 1/3] Accepting request 156224 from home:rdannert:branches:filesystems allows to build posixovl-1.2 for SLE-11-SP2 OBS-URL: https://build.opensuse.org/request/show/156224 OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=11 --- posixovl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posixovl.spec b/posixovl.spec index e0a4708..e35adfb 100644 --- a/posixovl.spec +++ b/posixovl.spec @@ -37,7 +37,8 @@ BuildRequires: gpg-offline BuildRequires: libattr-devel BuildRequires: pkgconfig BuildRequires: xz -BuildRequires: pkgconfig(fuse) >= 2.6.5 +# BuildRequires: pkgconfig(fuse) >= 2.6.5 +BuildRequires: fuse-devel >= 2.6.5 %description A FUSE filesystem that provides POSIX functionality - UNIX-style From a37d4db688e70ce8c983954b3bd86f4768ff3e1b88de749fb80bde47dce6c2de Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 23 Feb 2013 22:20:53 +0000 Subject: [PATCH 2/3] Be flexible :) OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=12 --- posixovl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/posixovl.spec b/posixovl.spec index e35adfb..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,8 +37,11 @@ BuildRequires: gpg-offline BuildRequires: libattr-devel BuildRequires: pkgconfig BuildRequires: xz -# BuildRequires: pkgconfig(fuse) >= 2.6.5 +%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 From a185cd2d93b60aa058479d08dbc97058bb17d72e019094c6afb472ff9de76f54 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 5 Jun 2013 16:58:07 +0000 Subject: [PATCH 3/3] Changelog for last commit OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=13 --- posixovl.changes | 5 +++++ 1 file changed, 5 insertions(+) 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