Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 71ddbb6: RPM: support building from out-of-tree direc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Apr 2018 08:53:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71ddbb69f53be653b59fb2f81adb3a5ea076f1fc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

71ddbb6 by Dario Lombardo (lomato@xxxxxxxxx):

    RPM: support building from out-of-tree directories.
    
    When building the RPM from a directory at the same level as the
    source (like in mdkir build;cmake ../wireshark;make rpm-package)
    we can't rely on the retrieval of the git version. However the
    wireshark export dir still have it and we can get it from there.
    
    Change-Id: Id6bcb453ec3a65977fc092c610e99e8dd01f613a
    Reviewed-on: https://code.wireshark.org/review/26957
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9f851c2   RPM: restore the bindir in openSUSE before packing.
    adds  71ddbb6   RPM: support building from out-of-tree directories.


Summary of changes:
 CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)