X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ipfw-slice.spec;h=9023db89a1dae013820351b5910898ad1b8a818f;hb=5ad9fec40da13c449d50def12f9cea6e24b6a708;hp=2a8daab32381770cbc215621f9ac3444f69ae4ad;hpb=602f54f9731caf5cadfd479a857043dc2cbb21c2;p=ipfw.git diff --git a/ipfw-slice.spec b/ipfw-slice.spec index 2a8daab..9023db8 100644 --- a/ipfw-slice.spec +++ b/ipfw-slice.spec @@ -13,7 +13,7 @@ %define name ipfw-slice %define version 0.9 -%define taglevel 6 +%define taglevel 7 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch} @@ -34,7 +34,7 @@ Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) %description -the frontent part of the ipfw planetlab package +the frontend part of the ipfw planetlab package %prep %setup @@ -43,8 +43,8 @@ the frontent part of the ipfw planetlab package rm -rf $RPM_BUILD_ROOT %install -install -D -m 755 slice/netconfig $RPM_BUILD_ROOT/sbin/netconfig -install -D -m 755 slice/ipfw.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/ipfw.8.gz +install -D -m 755 planetlab/netconfig $RPM_BUILD_ROOT/sbin/netconfig +install -D -m 755 planetlab/ipfw.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/ipfw.8.gz %clean rm -rf $RPM_BUILD_ROOT @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/ipfw.8* %changelog +* Sun Nov 29 2009 Thierry Parmentelat - ipfw-0.9-7 +- added missing qsort.c - tag 0.9-6 was broken + * Thu Nov 26 2009 Thierry Parmentelat - ipfw-0.9-6 - root: removed goto into the main ipfw switch, enabled slice_id matching - slice: completely move netconfig checks into the backend