[owncloud] do not ship upstream's 'updater' app (it'll only lead to tears)

Adam Williamson adamwill at fedoraproject.org
Wed Jul 30 05:19:20 UTC 2014


commit c1b2b9eb315d0f1dd55830f66704e1c4c5537845
Author: Adam Williamson <awilliam at redhat.com>
Date:   Tue Jul 29 22:19:05 2014 -0700

    do not ship upstream's 'updater' app (it'll only lead to tears)

 owncloud.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index 6bf4dc6..8a5bc96 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,6 +1,6 @@
 Name:           owncloud
 Version:        6.0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Private file sync and share server
 
 License:        AGPLv3+ and MIT and BSD and CC-BY and CC-BY-SA and GPLv3 and Public Domain and (MPLv1.1 or GPLv2+ or LGPLv2+) and (MIT or GPL+) and (MIT or GPLv2) and ASL 2.0 and LGPLv3
@@ -227,6 +227,10 @@ find . -size 0 -exec rm {} \;
 rm apps/files_videoviewer/js/flashmediaelement.swf
 rm apps/files_videoviewer/js/silverlightmediaelement.xap
 
+# let's not ship upstream's 'updater' app, which has zero chance of working and
+# a big chance of blowing things up
+rm -r apps/updater
+
 
 %build
 # Nothing to build
@@ -351,6 +355,9 @@ fi
 
 
 %changelog
+* Tue Jul 29 2014 Adam Williamson <awilliam at redhat.com> - 6.0.4-3
+- do not ship upstream's 'updater' app (it'll only lead to tears)
+
 * Tue Jul 29 2014 Adam Williamson <awilliam at redhat.com> - 6.0.4-2
 - don't patch the sample config, just include a stub with our settings
 


More information about the scm-commits mailing list