puiterwijk pushed to askbot (el6). "Fix OpenID patch image path"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 20:35:18 UTC 2015


>From 6bc0e1d3e2b7cd7910823f360fe804f41a43ec29 Mon Sep 17 00:00:00 2001
From: Patrick Uiterwijk <puiterwijk at redhat.com>
Date: Fri, 27 Mar 2015 21:34:55 +0100
Subject: Fix OpenID patch image path


diff --git a/askbot-add-fedora-openid.patch b/askbot-add-fedora-openid.patch
index a4c79f6..b2040d3 100644
--- a/askbot-add-fedora-openid.patch
+++ b/askbot-add-fedora-openid.patch
@@ -39,7 +39,7 @@ diff -rupN askbot-devel-0.7.51.orig/askbot/deps/django_authopenid/util.py askbot
 +            'display_name': 'Fedora',
 +            'type': 'openid-direct',
 +            'openid_endpoint': 'https://id.fedoraproject.org/openid/',
-+            'icon_media_path': 'images/jquery-openid/fedora.gif'
++            'icon_media_path': '/jquery-openid/images/fedora.gif'
 +        }
 +
      if askbot_settings.TWITTER_KEY and askbot_settings.TWITTER_SECRET:
diff --git a/askbot.spec b/askbot.spec
index 9aa632f..1c313bf 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,6 +1,6 @@
 Name:           askbot
 Version:        0.7.51
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Question and Answer forum
 Group:          Applications/Publishing
 License:        GPLv3+
@@ -264,6 +264,9 @@ chown -R apache:apache %{_localstatedir}/cache/%{name}/
 
 
 %changelog
+* Fri Mar 27 2015 Patrick Uiterwijk <puiterwijk at redhat.com> - 0.7.51-4
+- Fix OpenID patch image path
+
 * Wed Mar 18 2015 Patrick Uiterwijk <puiterwijk at redhat.com> - 0.7.51-3
 - Re-add celery since it's always required to be installed
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/askbot.git/commit/?h=el6&id=6bc0e1d3e2b7cd7910823f360fe804f41a43ec29


More information about the scm-commits mailing list