This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to change wireshark binary package name in Linux?

0

Current name is wireshark-1.x.x-1.i686.rpm. I want to rename the Linux binary package as wireshark-1.x.x-MySoftware-Version.i686.rpm, while -Version is -1, -2, etc. Config.nmake was changed:

VERSION_EXTRA=-MySoftware-2

But it did not work. The name was not changed.

Any other file I should change to put local build information in the binary package?

Thank you.

asked 07 Mar '14, 11:35

huang-shi's gravatar image

huang-shi
1222
accept rate: 0%

some questions.

  • what is your Linux distribution
  • what is your Wireshark version
  • how did you build/create the RPM
(09 Mar '14, 03:26) Kurt Knochner ♦

One Answer:

0

You will have to amend the Release field in the Wireshark.spec file from which you build the RPM.

answered 10 Mar '14, 05:40

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

Thanks a lot. I know I need to change some wireshark.spec files. Can you let me know which file?

(20 Mar '14, 12:15) huang-shi

packaging/rpm/SPECS/wireshark.spec.in

(21 Mar '14, 05:43) Jaap ♦