Wireshark-commits: [Wireshark-commits] master c93297c: Remove the old wireshark binary during RPM u
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 1 Aug 2014 18:54:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c93297c750b99ac487f1f787896959ca43f64c72
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c93297c by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Remove the old wireshark binary during RPM upgrades.
    
    If we have a pre-alternatives wireshark binary out there (e.g., because
    we're upgrading from wireshark-1.10 to wireshark-1.12), get rid of it
    in the %pre script.  Otherwise the binary gets left there (because it's
    listed as a %ghost in the new spec file).
    
    Change-Id: I5828fcff486af3d269bad8dfe544c7659179bf5e
    Reviewed-on: https://code.wireshark.org/review/3332
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  fb52620   Fix the CMake WinPcap library path check.
    adds  c93297c   Remove the old wireshark binary during RPM upgrades.


Summary of changes:
 packaging/rpm/SPECS/wireshark.spec.in |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)