Changeset 481 for trunk/samhain.spec.in


Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (10 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samhain.spec.in

    r418 r481  
    185185fi
    186186
    187 %postun
    188 if [ "$1" = 0 ]; then
    189         # remove any kernel modules that might have been installed
    190         RVER=`uname -r`
    191         MODFILES=`ls /lib/modules/$RVER/@install_name@* 2>/dev/null`
    192         if test "x$MODFILES" = x; then
    193                 :
    194         else
    195                 rm -f /lib/modules/$RVER/@install_name@*
    196         fi
    197 fi
    198187
    199188
     
    203192%dir @mylogdir@
    204193%doc docs/BUGS COPYING docs/Changelog docs/TODO
    205 %doc LICENSE docs/FAQ.html docs/HOWTO* docs/MANUAL-2_3.* docs/README*
     194%doc LICENSE docs/FAQ.html docs/HOWTO* docs/MANUAL-2_4.* docs/README*
    206195@mydataroot@
    207196%if "%{withstg_prg}" == "xsamhain_stealth"
Note: See TracChangeset for help on using the changeset viewer.