]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- rel 4 auto/ac/libfuse-2_6_1-4
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Mar 2007 23:07:18 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.76.2.1

libfuse.spec

index 6ef7f161b95f5b34dacf5440faa31177f0f8c22e..21578fc20c38471c8610575efd23584c11ae524c 100644 (file)
@@ -3,6 +3,7 @@
 %bcond_without dist_kernel     # without distribution kernel
 %bcond_without kernel          # don't build kernel modules
 %bcond_without smp             # without smp packages
+%bcond_without up              # without up packages
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_with    grsec_kernel    # build for kernel-grsecurity
@@ -15,7 +16,7 @@
 %undefine      with_smp
 %endif
 #
-%define                _rel    3
+%define                _rel    4
 Summary:       Filesystem in Userspace
 Summary(pl):   System plików w przestrzeni u¿ytkownika
 Name:          libfuse
@@ -243,9 +244,11 @@ fi
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-misc-fuse
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/fs/fuse.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-misc-fuse
This page took 1.258937 seconds and 4 git commands to generate.