]> git.pld-linux.org Git - packages/shfs.git/commitdiff
- updated to 0.34.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 28 May 2004 22:11:04 +0000 (22:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 2.6.7 complaint.

Changed files:
    shfs.spec -> 1.20

shfs.spec

index 6f8f18dedc6c662840465a5905d81babde8f7c64..4165d21ad748f4a8fe00dbf95ca30721b16813b3 100644 (file)
--- a/shfs.spec
+++ b/shfs.spec
@@ -9,20 +9,20 @@
 Summary:       (Secure) SHell FileSystem utilities
 Summary(pl):   Narzêdzia obs³uguj±ce system plików przez ssh
 Name:          shfs
-Version:       0.33
-%define                _rel    2
+Version:       0.34
+%define                _rel    1
 Release:       %{_rel}
 License:       GPL
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 4a934725cc3a7695b0ddf248736c871a
+# Source0-md5: 8c3bb47cdf46c96a6c46465e9b34296c
 Patch0:                %{name}-opt.patch
 URL:           http://shfs.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel-module-build}
 BuildRequires: %{kgcc_package}
 %endif
-BuildRequires: rpmbuild(macros) >= 1.118
+BuildRequires: rpmbuild(macros) >= 1.153
 Obsoletes:     shfsmount
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -88,6 +88,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
     install -d include/{linux,config}
     ln -sf %{_kernelsrcdir}/config-$cfg .config
     ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h include/linux/autoconf.h
+    ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
     touch include/config/MARKER
     echo "obj-m := shfs.o" > Makefile
     echo "shfs-objs := dcache.o dir.o fcache.o file.o inode.o ioctl.o proc.o shell.o symlink.o" >> Makefile
This page took 0.082888 seconds and 4 git commands to generate.