Accepting request 1161641 from home:mlin7442:rebuild_fails_156

fix Leap 15 build

OBS-URL: https://build.opensuse.org/request/show/1161641
OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=132
This commit is contained in:
Dirk Mueller 2024-03-26 08:27:55 +00:00 committed by Git OBS Bridge
parent fdb7d165b6
commit 853220c574
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 26 07:35:37 UTC 2024 - Max Lin <mlin@suse.com>
- No longer needed .ini file on Leap 15.6 since Leap 15.6 have
got libcloudproviders 0.3.5 from SLE15-SP6
-------------------------------------------------------------------
Wed Mar 20 18:44:19 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -296,7 +296,7 @@ done
%files -n cloudproviders-extension-nextcloud
# When built with libcloudproviders >= 0.3.3 the .ini file is no longer required,
# see https://github.com/nextcloud/desktop/pull/6275
%if 0%{?suse_version} < 1650
%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150600
%dir %{_datadir}/cloud-providers/
%{_datadir}/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
%endif