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

Adam Williamson adamwill at fedoraproject.org
Wed Aug 20 15:39:36 UTC 2014


commit 0777539c9f91a70562434c64b1a5230b712f3343
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)
    
    Conflicts:
    	owncloud.spec

 owncloud.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index eb0f151..9519bed 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,6 +1,6 @@
 Name:           owncloud
 Version:        7.0.0
-Release:        5%{?dist}
+Release:        6%{?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
@@ -266,6 +266,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
@@ -391,6 +395,9 @@ fi
 
 
 %changelog
+* Tue Jul 29 2014 Adam Williamson <awilliam at redhat.com> - 7.0.0-6
+- do not ship upstream's 'updater' app (it'll only lead to tears)
+
 * Tue Jul 29 2014 Adam Williamson <awilliam at redhat.com> - 7.0.0-5
 - fix up sabre paths right this time
 


More information about the scm-commits mailing list