]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum.spec
Merge branch 'dev-3.4'
[packages/eventum.git] / eventum.spec
index 409fab4aaffa2f8523324182f6b8b426388c44cc..49208341233cbb43d464f93fb9836c52f06271ac 100644 (file)
@@ -2,9 +2,9 @@
 # Conditional build:
 %bcond_with    order   # with experimental order patch
 
-%define                rel             4
-%define                subver  428
-%define                githash c34ef48d
+%define                rel             8
+%define                subver  436
+%define                githash 2c1520b6
 %define                php_min_version 5.6.0
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
@@ -15,7 +15,7 @@ License:      GPL v2+
 Group:         Applications/WWW
 #Source0:      https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source0:       https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.gz
-# Source0-md5: b503982fcbeb70c7af54c76a11171378
+# Source0-md5: 16faa7d710b71bb9d362568bbab7a664
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
@@ -43,6 +43,7 @@ URL:          https://wiki.github.com/eventum/eventum/
 BuildRequires: gettext-tools
 BuildRequires: rpmbuild(macros) >= 1.654
 BuildRequires: sed >= 4.0
+Requires(post):        sudo
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
@@ -505,7 +506,7 @@ done
 
 # run database update if configured
 test -s %{_webappdir}/config.php && \
-runuser -u http -- %{_appdir}/bin/upgrade.php || :
+sudo -H -u http -- %{_appdir}/bin/upgrade.php || :
 
 # nuke Smarty templates cache after upgrade
 rm -f /var/cache/eventum/*.php
This page took 0.097338 seconds and 4 git commands to generate.