| Summary: | iptables v1.x.x: Couldn't load match `recent':/lib/iptables/libipt_recent.so | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | PeterVF <petervf> |
| Component: | iptables | Assignee: | placeholder <placeholder> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P2 | CC: | glebfm, ldv, placeholder, vt |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
PeterVF
2006-05-26 18:51:22 MSD
можно патч в нормальном виде? diff -u т.е. $ diff -u iptables.spec iptables.spec1
--- iptables.spec 2005-05-24 20:08:08 +0400
+++ iptables.spec1 2006-05-26 17:22:55 +0400
@@ -1,6 +1,6 @@
Name: iptables
Version: 1.3.1
-Release: alt2
+Release: alt2.P0
Summary: Tools for managing Linux kernel packet filtering capabilities
License: GPL
@@ -94,11 +94,11 @@
popd
%build
-make COPT_FLAGS="%optflags" PREFIX=%prefix LIBDIR=/%_lib \
+make COPT_FLAGS="%optflags" PREFIX=%prefix LIBDIR=/%_lib KERNEL_DIR=/usr \
all experimental
%install
-make install install-experimental install-devel \
+make install install-experimental install-devel KERNEL_DIR=/usr \
DESTDIR=%buildroot BINDIR=/sbin MANDIR=%_mandir \
PREFIX=%prefix LIBDIR=/%_lib
mkdir -p %buildroot%_libdir
@@ -156,6 +156,9 @@
%postun ipv6 -p %postun_ldconfig
%changelog
+* Fri May 26 2006 Peter V.Fedchenko <petervf@front.ru> 1.3.1-alt2.P0
+- change spec to compile libipt_recent.so
+
* Tue May 24 2005 Dmitry V. Levin <ldv@altlinux.org> 1.3.1-alt2
- Added multilib support (mouse, closes #6745).
Почему баг висит на voins? Fixed in iptables-1.3.5-alt4. |