[xtables-addons/f33] Release 3.11
by Leigh Scott
Summary of changes:
d0a7b6c... Release 3.11 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[xtables-addons-kmod] Release 3.11
by Leigh Scott
commit cc2d7c3f0acaf94e8b6357c5be4dcfa3c9243bfc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 28 19:55:14 2020 +0000
Release 3.11
sources | 2 +-
xtables-addons-kmod.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index bfd55c6..13997c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtables-addons-3.10.tar.xz) = 6a78702890b792ed7bd8a70fc447372e1f35240c523975223751811fe96a4555da842ac6a01c34b5bb3a9f69785e12e98b1b9b2abc19d482b5aa33fc7dd6d4d2
+SHA512 (xtables-addons-3.11.tar.xz) = 3b9d57596002efa4f874734debdab560d49bc600010986a2b3db9dab262251fd37da45bc8e9d0cbbe77f9c5e95c96a36d5372ae2bd12822a5765c7b5ebb715ea
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index cb6284a..e0e6e8f 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -10,8 +10,8 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 3.10
-Release: 2%{?dist}
+Version: 3.11
+Release: 1%{?dist}
License: GPLv2
URL: https://inai.de/projects/xtables-addons/
Source0: https://inai.de/files/xtables-addons/xtables-addons-%{version}.tar.xz
@@ -55,11 +55,14 @@ done
%install
for kernel_version in %{?kernel_versions} ; do
export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
- make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot}%{_prefix} ext-mod-dir=%{kmodinstdir_postfix}
+ make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot} ext-mod-dir=%{kmodinstdir_postfix}
done
%{?akmod_install}
%changelog
+* Wed Oct 28 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3.11-1
+- Release 3.11
+
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years