Accepting request 498186 from home:ecsos:server

Some other litle changes for 12.0

OBS-URL: https://build.opensuse.org/request/show/498186
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=18
This commit is contained in:
Eric Schirra 2017-05-24 20:59:15 +00:00 committed by Git OBS Bridge
parent 9eae794eea
commit d24faa2277
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 22 15:28:21 UTC 2017 - ecsos@opensuse.org Mon May 22 15:28:21 UTC 2017 - ecsos@opensuse.org
- upstram update to version 12.0.0 - upstream update to version 12.0.0
no changelog from upstream at this time no changelog from upstream at this time
See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed See https://github.com/nextcloud/server/issues?q=is%3Aissue+milestone%3A%22Nextcloud+12.0%22+is%3Aclosed

View File

@ -119,9 +119,13 @@ cp %{SOURCE2} .
cp %{SOURCE3} . cp %{SOURCE3} .
cp %{SOURCE4} . cp %{SOURCE4} .
cp %{SOURCE5} . cp %{SOURCE5} .
#%%patch0 -p0 # delete unneeded gitfiles
# git files should not be removed, otherwise nextcloud rise up ntegrity check failure. rm -r `find . -name ".gitignore" -or -name ".gitkeep" -or -name ".github"`
#rm `find . -name ".gitignore" -or -name ".gitkeep"` # remove entries in signature.json to prevent integrity check failure
find . -iname signature.json \
-exec sed -i "/\/.gitignore\": ./d" "{}" \; \
-exec sed -i "/\/.gitkeep\": ./d" "{}" \; \
-exec sed -i "/\/.github\": ./d" "{}" \;
%build %build