diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-09-23 19:57:21 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-09-23 19:57:21 +0200 | 
| commit | cdd499bbbe4f7ab4053e2f837005717af63d16b3 (patch) | |
| tree | 5baf76dac0f62989c79e7cf8ab29706619c63007 | |
| parent | 3f199d3b4d8f28e392ac8e1a6d14db9f6d064af4 (diff) | |
php-horde-horde: fix upgrade
| -rw-r--r-- | php-horde-horde.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-horde.spec b/php-horde-horde.spec index b669e49..cc8723d 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -14,7 +14,7 @@  Name:           php-horde-horde  Version:        5.2.1 -Release:        2%{?dist} +Release:        3%{?dist}  Summary:        Horde Application Framework  Group:          Development/Libraries @@ -247,7 +247,7 @@ do  done | tee ../%{pear_name}.lang -%pre +%pretrans  if [ -d %{pear_hordedir}/static -a ! -L %{pear_hordedir}/static ]  then    save=%{pear_hordedir}/static.rpmsave @@ -309,6 +309,10 @@ fi  %changelog +* Tue Sep 23 2014 Remi Collet <remi@fedoraproject.org> - 5.2.1-3 +- fix replacement of /usr/share/horde/static directory +  by a link to /var/lib/horde/static +  * Tue Sep 23 2014 Remi Collet <remi@fedoraproject.org> - 5.2.1-2  - don't use system javascript libraries as this breaks horde    and its cache system  | 
