/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde.spec
ViewVC logotype

Diff of /rpms/smeserver-horde/sme10/smeserver-horde.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.40 by jpp, Fri May 27 02:10:21 2022 UTC Revision 1.42 by jpp, Sun Apr 28 02:59:41 2024 UTC
# Line 4  Summary: e-smith specific Horde configur Line 4  Summary: e-smith specific Horde configur
4  %define name smeserver-horde  %define name smeserver-horde
5  Name: %{name}  Name: %{name}
6  %define version 1.0.0  %define version 1.0.0
7  %define release 33  %define release 35
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 38  Patch24: smeserver-horde-1.0.0-bz11738-m Line 38  Patch24: smeserver-horde-1.0.0-bz11738-m
38  Patch25: smeserver-horde-1.0.0-bz11694-alarm.patch  Patch25: smeserver-horde-1.0.0-bz11694-alarm.patch
39  Patch26: smeserver-horde-1.0.0-bz11694-remindfix.patch  Patch26: smeserver-horde-1.0.0-bz11694-remindfix.patch
40  Patch27: smeserver-horde-1.0.0-bz11945-require.patch  Patch27: smeserver-horde-1.0.0-bz11945-require.patch
41    Patch28: smeserver-horde-1.0.0-bz12293-php_path.patch
42    Patch29: smeserver-horde-1.0.0-bz12595.patch
43    
44  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
45  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 81  Requires: php-pear-XML-RPC2 Line 83  Requires: php-pear-XML-RPC2
83  Requires: ImageMagick  Requires: ImageMagick
84    
85  %changelog  %changelog
86    * Sat Apr 27 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0.0-35.sme
87    - fix password file readable by all locally [SME: 12595]
88    
89    * Sun Feb 05 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-34.sme
90    - use php full path for mysql.init scripts [SME: 12296]
91    
92  * Thu May 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-33.sme  * Thu May 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0.0-33.sme
93  - fix invalid domain if ForcePrimaryDomain is enabled [SME: 11980]  - fix invalid domain if ForcePrimaryDomain is enabled [SME: 11980]
94  - fix $ldapServer is commented out if Horde ForcePrimaryDomain is disabled [SME: 11981]  - fix $ldapServer is commented out if Horde ForcePrimaryDomain is disabled [SME: 11981]
# Line 226  mkdir -p root/var/lib/php/horde/tmp Line 234  mkdir -p root/var/lib/php/horde/tmp
234  %patch25 -p1  %patch25 -p1
235  %patch26 -p1  %patch26 -p1
236  %patch27 -p1  %patch27 -p1
237    %patch28 -p1
238    %patch29 -p1
239    
240  %build  %build
241  for i in post-install post-upgrade  for i in post-install post-upgrade
# Line 248  echo "%doc COPYING"          >> %{name}- Line 258  echo "%doc COPYING"          >> %{name}-
258  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
259    
260  %pre  %pre
261    #workaround for bug 12595
262    [[ `/usr/bin/stat --print=%A /usr/share/horde/smeserver/mysql_set_horde_password.sql | /usr/bin/cut -c 8` = "r" ]] && /sbin/e-smith/config delprop horde DbPassword
263    
264  %preun  %preun
265  %post  %post
266    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed