/[smecontribs]/rpms/nextcloud/contribs9/nextcloud.spec
ViewVC logotype

Diff of /rpms/nextcloud/contribs9/nextcloud.spec

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

Revision 1.9 by jpp, Tue Jan 8 03:56:26 2019 UTC Revision 1.13 by jpp, Sun Dec 15 15:26:36 2019 UTC
# Line 1  Line 1 
1  %define version 15.0.0  %define version 17.0.1
2  %define release 4  %define release 1
3    
4  %define apache_serverroot /usr/share  %define apache_serverroot /usr/share
5  %define apache_confdir /etc/httpd/conf.d  %define apache_confdir /etc/httpd/conf.d
# Line 47  Requires: php71-php-ldap Line 47  Requires: php71-php-ldap
47  Requires: php71-php-mysqlnd  Requires: php71-php-mysqlnd
48  #rh-php71-php-pdo_mysql  #rh-php71-php-pdo_mysql
49    
50  Conflicts: nextcloud < 15  # Conflicts: nextcloud < 15
51    
52  %description  %description
53  Nextcloud files and configuration.  Nextcloud files and configuration.
# Line 103  verlt() { Line 103  verlt() {
103      [ "$1" = "$2" ] && return 1 || verlte $1 $2      [ "$1" = "$2" ] && return 1 || verlte $1 $2
104  }  }
105    
106  if [ $1 == 1 ]]; then  if [ $1 == 1 ]; then
107  # if there is already an installed version  # if there is already an installed version
108  if [ -f /usr/share/nextcloud/version.php ]  if [ -f /usr/share/nextcloud/version.php ]
109  then  then
# Line 179  cp %{SOURCE1} %{buildroot}/etc/httpd/con Line 179  cp %{SOURCE1} %{buildroot}/etc/httpd/con
179    
180    
181  %changelog  %changelog
182    * Sun Dec 15 2019 Jean-Philipe Pialasse <tests@pialasse.com> 17.0.1-1.sme
183    - update to release 17.0.1
184    
185    * Sun Sep 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 16.0.4-1.sme
186    - Update to release 16.0.4 [SME: 10803]
187    
188    * Wed Mar 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 15.0.0-6.sme
189    - fix typo in postun script [SME: 10747]
190    
191    * Tue Jan 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 15.0.0-5.sme
192    - remove conflicts nextcloud <15 to allow people to use the rpm update if they are
193      with manual updated version 14 with rpm version 13 [SME: 10696]
194    
195  * Mon Jan 07 2019 Jean-Philipe Pialasse <tests@pialasse.com> 15.0.0-4.sme  * Mon Jan 07 2019 Jean-Philipe Pialasse <tests@pialasse.com> 15.0.0-4.sme
196  - prevent rpm to upgrade if webupdate has been used [SME: 10670]  - prevent rpm to upgrade if webupdate has been used [SME: 10670]
197    and rpm version is < to on disk version    and rpm version is < to on disk version


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