Author: shadzik Date: Mon Apr 2 03:21:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch1 which fixes kernel module build (I didn't test if it works)
---- Files affected: SPECS: anyfs-tools.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/anyfs-tools.spec diff -u SPECS/anyfs-tools.spec:1.17 SPECS/anyfs-tools.spec:1.18 --- SPECS/anyfs-tools.spec:1.17 Mon Apr 2 04:56:50 2007 +++ SPECS/anyfs-tools.spec Mon Apr 2 05:21:00 2007 @@ -17,6 +17,7 @@ Source0: http://dl.sourceforge.net/anyfs-tools/%{name}-%{version}.tar.bz2 # Source0-md5: c5d13e636b0097386f5aebf4c445d627 Patch0: %{name}-DFL_RTEXTSIZE.patch +Patch1: %{name}-blksize.patch URL: http://anyfs-tools.sourceforge.net/ BuildRequires: e2fsprogs-devel >= 1.38 %if %{with kernel} @@ -137,6 +138,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p0 cat > anyfs/Makefile <<'EOF' obj-m += any.o any-objs := inode.o file.o dir.o namei.o symlink.o @@ -146,6 +148,7 @@ %configure %{__make} libany %{__make} progs + %if %{with kernel} %build_kernel_modules -C anyfs -m any %endif @@ -182,7 +185,8 @@ %if %{with kernel} %files -n kernel%{_alt_kernel}-misc-any %defattr(644,root,root,755) -/lib/modules/%{_kernel_ver}/kernel/fs/any.ko* +/etc/modprobe.d/%{_kernel_ver}/any.conf +/lib/modules/%{_kernel_ver}/kernel/fs/any-current.ko* %endif %files devel @@ -195,6 +199,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2007/04/02 03:21:00 shadzik +- add patch1 which fixes kernel module build (I didn't test if it works) + Revision 1.17 2007/04/02 02:56:50 shadzik - fix kernel module instalation dir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/anyfs-tools.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
