/[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.41 by jpp, Mon Feb 6 04:54:13 2023 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 34  %define release 35
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 39  Patch25: smeserver-horde-1.0.0-bz11694-a Line 39  Patch25: smeserver-horde-1.0.0-bz11694-a
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  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 82  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  * 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]  - use php full path for mysql.init scripts [SME: 12296]
91    
# Line 231  mkdir -p root/var/lib/php/horde/tmp Line 235  mkdir -p root/var/lib/php/horde/tmp
235  %patch26 -p1  %patch26 -p1
236  %patch27 -p1  %patch27 -p1
237  %patch28 -p1  %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 253  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