From 62b04906b7ae471628fb64493d0729e6241c55d11cde3b58e99f9a73d04e69fb Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 12 Apr 2010 05:11:02 +0000 Subject: [PATCH] bnc#593807 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=79 --- MozillaThunderbird.changes | 6 ++++++ MozillaThunderbird.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 992082a..9e81c95 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 12 06:50:16 CEST 2010 - wr@rosenauer.org + +- do not encode the RPM release number into the useragent + to avoid non useful republishing (bnc#593807) + ------------------------------------------------------------------- Wed Mar 17 20:07:51 CET 2010 - wr@rosenauer.org diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index d2e181b..db3b5ab 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -279,7 +279,7 @@ sed "s:%%PROGDIR:%{progdir}:g" \ %{SOURCE2} > $RPM_BUILD_ROOT%{progdir}/add-plugins.sh chmod 755 $RPM_BUILD_ROOT%{progdir}/add-plugins.sh # apply SUSE defaults -sed -e 's,RPM_VERSION,%{mainversion}-%{release},g +sed -e 's,RPM_VERSION,%{mainversion},g s,GSSAPI,%{libgssapi},g' \ %{SOURCE6} > suse-default-prefs cp suse-default-prefs $RPM_BUILD_ROOT%{progdir}/defaults/pref/all-opensuse.js