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:
parent
9eae794eea
commit
d24faa2277
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user