aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm/SPECS/wireshark.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/rpm/SPECS/wireshark.spec.in')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index ad292122eb..ae233ec505 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -33,11 +33,12 @@ Source: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
# Or this URL for automated builds:
#Source: http://wireshark.org/download/automated/src/%{name}-%{version}.tar.bz2
URL: http://www.wireshark.org/
-BuildRoot: /tmp/wireshark-%{PACKAGE_VERSION}-root
Packager: Gerald Combs <gerald[AT]wireshark.org>
# Some distributions create a wireshark-devel package; get rid of it
Obsoletes: wireshark-devel
+BuildRoot: /tmp/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
BuildRequires: autoconf >= @AC_MIN_VERSION@
BuildRequires: automake
BuildRequires: libtool
@@ -365,7 +366,7 @@ gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
- Make it possible to not build the GNOME package.
* Tue Nov 12 2013 Jeff Morriss
-- Add q qt package using 'alternatives' to allow the administrator to choose
+- Add a qt package using 'alternatives' to allow the administrator to choose
which one they actually use.
* Fri Sep 20 2013 Jeff Morriss