X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=pf2slice.spec;h=64d808d5b56e96afe509fad665b06230d20e7a34;hb=65c3dd32629bce961539da1e6eca5fd30adb3880;hp=5c71696be21d8580deccb37691615eb8de5bc025;hpb=021a64645b3895ea337370139c85bb7914da5732;p=pf2slice.git diff --git a/pf2slice.spec b/pf2slice.spec index 5c71696..64d808d 100644 --- a/pf2slice.spec +++ b/pf2slice.spec @@ -1,7 +1,7 @@ # please keep these three lines as they are used by the tagging script # see build/module-tag.py for details %define name pf2slice -%define version 1 +%define version 1.0 %define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -26,8 +26,11 @@ pf2slice - Populates the planetflow slice with the right initscript, keychains a rm -rf %{buildroot} install -d -v %{buildroot}/etc/init.d install -m 755 -v pf2slice-initscript %{buildroot}/etc/init.d/pf2slice -mkdir -p %{buildroot}/root/.ssh -cp authorized_keys %{buildroot}/root/.ssh +install -d -m 700 %{buildroot}/home/pl_netflow/.ssh +install -m 600 authorized_keys %{buildroot}/home/pl_netflow/.ssh/authorized_keys +mkdir -p %{buildroot}/home/pl_netflow/.ssh +mkdir -p %{buildroot}/pf + %clean rm -rf %{buildroot} @@ -35,7 +38,9 @@ rm -rf %{buildroot} %files %defattr(-,root,root) /etc/init.d/pf2slice -/root/.ssh/authorized_keys +/home/pl_netflow/.ssh/authorized_keys +/home/* +/pf %post chkconfig --add pf2slice