X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=procprotect.spec;h=d2f56eb19b1b83e4df717e925f8cdc2d3869babf;hb=a228713aa85d37131e66ef97ace695b4a77617f4;hp=8623541d0a1c4e2fb7be2259dfdd0609080a418d;hpb=822cc14ef32049a10016bc8ff31d5f5d3652662f;p=procprotect.git diff --git a/procprotect.spec b/procprotect.spec index 8623541..d2f56eb 100644 --- a/procprotect.spec +++ b/procprotect.spec @@ -1,6 +1,6 @@ %define name procprotect %define version 0.4 -%define taglevel 3 +%define taglevel 4 ### legacy from locally-built kernels, used to define these # kernel_release : 1.fc16 (24 is then the planetlab taglevel) @@ -50,7 +50,7 @@ ACLs for protecting entries in the proc filesystem. %setup -q %build -make -C %{kernelpath} V=1 M=$(pwd) modules +make -C %{kernelpath} V=1 M=$(pwd) KVER=%{kernel_id} modules %install install -D -m 755 procprotect.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_id}/kernel/net/procprotect/procprotect.ko @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %postun %changelog +* Mon Apr 28 2014 Thierry Parmentelat - procprotect-0.4-4 +- change to specfile only, for running depmod with right kernel version + * Fri Mar 21 2014 Thierry Parmentelat - procprotect-0.4-3 - guarded against some hypothetically possible errors