Changeset 418 for trunk


Ignore:
Timestamp:
Nov 16, 2012, 7:41:28 PM (12 years ago)
Author:
katerina
Message:

Fix for ticket #322 (RPM build problem).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r415 r418  
     13.0.9:
     2        * Fix the RPM spec file for --enable-network=client and no password
     3          (reported by Mitch St Martin)
     4
    153.0.8:
    26        * rename to 3.0.8 for release
  • trunk/samhain.spec.in

    r415 r418  
    6969make
    7070%if "%{withpwd_prg}" == "xDSH_WITH_CLIENT"
    71 %if 0%{?password:1}
     71%if 0%{?password}
    7272        ./samhain_setpwd samhain new %{password}
    7373        mv samhain samhain.old
Note: See TracChangeset for help on using the changeset viewer.