]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.8.0-26-g89d9eb0f0
authorElan Ruusamäe <glen@delfi.ee>
Sat, 31 Aug 2019 19:34:37 +0000 (22:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 31 Aug 2019 22:42:20 +0000 (01:42 +0300)
eventum-paths.patch
eventum.spec

index f117c1c560cb7e10c874c608768c26a1deabccb6..8a716923f221bded5d40b7a7626c83ace9ae4ca5 100644 (file)
@@ -78,8 +78,8 @@
  
      /**
       * @var MountManager
---- eventum/config/services.yml~       2019-08-02 01:33:18.681001511 +0300
-+++ eventum/config/services.yml        2019-08-02 01:33:20.290978222 +0300
+--- eventum/res/services.yml~  2019-08-02 01:33:18.681001511 +0300
++++ eventum/res/services.yml   2019-08-02 01:33:20.290978222 +0300
 @@ -15,13 +15,13 @@
      # makes classes in src/ available to be used as services
      # this creates a service per class whose id is the fully-qualified class name
index 1d028bccac496801d6362fa73259bb805125ef10..b1cbe9c888366bc0176204881b3cb8dddfaf0dc2 100644 (file)
@@ -3,8 +3,8 @@
 %bcond_with    order   # with experimental order patch
 
 %define                rel             1
-#define                subver  455
-#define                githash 6ab8617c3
+%define                subver  26
+%define                githash 89d9eb0f0
 %define                php_min_version 7.1.3
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
@@ -13,9 +13,9 @@ Version:      3.8.0
 Release:       %{?subver:1.%{subver}.%{?githash:g%{githash}.}}%{rel}
 License:       GPL v2+
 Group:         Applications/WWW
-Source0:       https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 9bf6b83de9cd467ea04b4ac7fc621488
-#Source0:      https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.xz
+#Source0:      https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Source0:       https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.xz
+# Source0-md5: ea1c14cc997b407fe5805019509b3d66
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
@@ -447,25 +447,16 @@ fi
 %attr(771,root,http) %dir %{_webappdir}
 %attr(751,root,http) %dir %{_webappdir}/crm
 %attr(751,root,http) %dir %{_webappdir}/custom_field
-%attr(751,root,http) %dir %{_webappdir}/packages
-%attr(751,root,http) %dir %{_webappdir}/packages/prod
 %attr(751,root,http) %dir %{_webappdir}/partner
 %attr(751,root,http) %dir %{_webappdir}/templates
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/bundles.php
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/config.php
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/htpasswd
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/private_key.php
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/routes.yml
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/secret_key.php
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/services.yml
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/lighttpd.conf
 %attr(660,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/setup.php
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/packages/doctrine.yml
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/packages/framework.yml
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/packages/security.yml
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/packages/prod/doctrine.yml
 
 %dir %attr(731,root,http) /var/log/%{name}
 %attr(620,root,http) %ghost /var/log/%{name}/*
This page took 0.035731 seconds and 4 git commands to generate.