summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-17 15:12:30 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-17 15:12:30 +0100
commit4498738a4235b7fceb27ee17174e4cee4c513f3d (patch)
tree2c89d3471476425b935e07aa953cace69758ed21
parent80eecebe2a2a99d31f865e37a738c9e9daa80f00 (diff)
owncloud: missing patch
-rw-r--r--owncloud.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/owncloud.spec b/owncloud.spec
index a51bb49..1e72f2b 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -9,7 +9,7 @@
#
Name: owncloud
Version: 9.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Private file sync and share server
Group: Applications/Internet
@@ -427,6 +427,7 @@ work with an SQLite 3 database stored on the local system.
%patch4 -p1
%patch5 -p1
%patch6 -p1
+%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
@@ -746,6 +747,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Feb 17 2017 Remi Collet <remi@remirepo.net> - 9.1.4-2
+- apply missing patch (integrity check)
+
* Fri Feb 03 2017 James Hogarth <james.hogarth@gmail.com> - 9.1.4-1
- Update to 9.1.4
- Fix guzzle autoloader ordering dependency issue