SPECS: libfuse.spec - added link patch (only fusermount needs -lse...

qboosh qboosh at pld-linux.org
Tue Dec 12 22:06:28 CET 2006


Author: qboosh                       Date: Tue Dec 12 21:06:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch (only fusermount needs -lselinux)
- BR: libselinux-devel (for fusermount)
- release 3

---- Files affected:
SPECS:
   libfuse.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.75 SPECS/libfuse.spec:1.76
--- SPECS/libfuse.spec:1.75	Tue Dec 12 14:05:04 2006
+++ SPECS/libfuse.spec	Tue Dec 12 22:06:22 2006
@@ -16,7 +16,7 @@
 %undefine	with_smp
 %endif
 #
-%define		_rel	2
+%define		_rel	3
 Summary:	Filesystem in Userspace
 Summary(pl):	System plików w przestrzeni użytkownika
 Name:		libfuse
@@ -29,15 +29,19 @@
 # Source0-md5:	13e1873086a1d7a95f470bbc7428c528
 Source1:	fuse.conf
 Patch0:		kernel-misc-fuse-Makefile.am.patch
+Patch1:		%{name}-link.patch
 URL:		http://fuse.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	sed >= 4.0
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.9}
 BuildRequires:	rpmbuild(macros) >= 1.330
 %endif
-BuildRequires:	libtool
-BuildRequires:	sed >= 4.0
+%if %{with userspace}
+BuildRequires:	libselinux-devel
+%endif
 Requires(postun):	/sbin/ldconfig
 Requires(postun):	/usr/sbin/groupdel
 Requires(pre):	/usr/bin/getgid
@@ -146,6 +150,7 @@
 %prep
 %setup -q -n fuse-%{version}
 %patch0 -p1
+%patch1 -p1
 
 sed -i '/FUSERMOUNT_PROG/s,fusermount,%{_bindir}/fusermount,' lib/mount.c
 
@@ -256,6 +261,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2006/12/12 21:06:22  qboosh
+- added link patch (only fusermount needs -lselinux)
+- BR: libselinux-devel (for fusermount)
+- release 3
+
 Revision 1.75  2006/12/12 13:05:04  hawk
 - workaround for builder automation to allow building against
   kernel-grsecurity (via bcond)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list