From 2df808d0912b21eaec7aa74cd70565e7c8141efb Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: May 17 2010 08:17:14 +0000 Subject: removing traling bracket from python_sitearch (#592391) --- diff --git a/wireshark.spec b/wireshark.spec index 7f4ddeb..0a4d804 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -1,4 +1,4 @@ -%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} +%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))") #define to 0 for final version %define svn_version 0 @@ -16,7 +16,7 @@ Version: 1.2.8 %if %{svn_version} Release: 0.%{svn_version}%{?dist} %else -Release: 3%{?dist} +Release: 4%{?dist} %endif License: GPL+ Group: Applications/Internet @@ -326,6 +326,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/idl2wrs %changelog +* Mon May 17 2010 Radek Vokal - 1.2.8-4 +- removing traling bracket from python_sitearch (#592391) + * Fri May 7 2010 Radek Vokal - 1.2.8-3 - fix patched applied without fuzz=0