Create _service file so that Factory reviewers know exactly what produced the custom tarball. (See reviewer decision at https://build.opensuse.org/request/show/859513.) Move to obscpio format as well: It seems to be the recommended way, see https://github.com/openSUSE/obs-service-tar_scm#obscpio. OBS-URL: https://build.opensuse.org/request/show/860547 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/owncloud-client?expand=0&rev=63
19 lines
567 B
Plaintext
19 lines
567 B
Plaintext
The original tarball from owncloud.org upstream was repackaged to
|
|
a tarball named ownCloud_os-%{version}.
|
|
|
|
Some useless files were removed which are not necessary to build
|
|
the linux version of the client and which bring in questionable
|
|
licenses.
|
|
|
|
In particular, the owncloudclient_os tarball was created by
|
|
|
|
rm -rf src/3rdparty/libcrashreporter-qt
|
|
rm -rf shell_integration/windows
|
|
rm -rf shell_integration/MacOSX
|
|
|
|
Apart from that, the tarball is unchanged compared to the upstream one.
|
|
|
|
See discussion in https://github.com/owncloud/client/issues/6005 for details.
|
|
|
|
|