]> git.pld-linux.org Git - packages/shfs.git/commitdiff
- kernel oops fixed, spaces -> tab, release 9.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 10 Dec 2005 13:02:52 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shfs.spec -> 1.44

shfs.spec

index ce05a219b58e5f9b0a31feb908ff6d54edae4e89..2b42b64b26e682c993d1ece87b95112af53d353c 100644 (file)
--- a/shfs.spec
+++ b/shfs.spec
@@ -10,7 +10,7 @@ Summary:      (Secure) SHell FileSystem utilities
 Summary(pl):   Narzêdzia obs³uguj±ce system plików przez ssh
 Name:          shfs
 Version:       0.35
-%define                _rel    8
+%define                _rel    9
 Release:       %{_rel}
 License:       GPL v2
 Group:         Applications/System
@@ -21,6 +21,7 @@ Patch1:               %{name}-df.patch
 Patch2:                %{name}-space_chars.patch
 Patch3:                %{name}-uidgid32.patch
 Patch4:                %{name}-gcc4.patch
+Patch5:                %{name}-inode_oops.patch
 URL:           http://shfs.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 2.6.7}
@@ -34,8 +35,8 @@ Obsoletes:    shfsmount
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %ifarch sparc
-%define         _target_base_arch       sparc64
-%define         _target_base_cpu             sparc64
+%define                _target_base_arch       sparc64
+%define                _target_base_cpu        sparc64
 %endif
 
 %description
@@ -100,6 +101,7 @@ Modu
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %if %{with kernel}
This page took 0.029621 seconds and 4 git commands to generate.