Hello community, here is the log from the commit of package posixovl for openSUSE:Factory checked in at 2013-06-06 12:58:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/posixovl (Old) and /work/SRC/openSUSE:Factory/.posixovl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "posixovl" Changes: -------- --- /work/SRC/openSUSE:Factory/posixovl/posixovl.changes 2012-12-17 09:36:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.posixovl.new/posixovl.changes 2013-06-06 12:58:36.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Feb 23 23:20:53 UTC 2013 - [email protected] + +- Specify dependencies for SLE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ posixovl.spec ++++++ --- /var/tmp/diff_new_pack.yO5tAi/_old 2013-06-06 12:58:36.000000000 +0200 +++ /var/tmp/diff_new_pack.yO5tAi/_new 2013-06-06 12:58:36.000000000 +0200 @@ -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: 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
