Update to 1.53.90
Fix SPDX license expression. Disable onedrive as the msgraph-1 dependency is not available in Fedora. Resolves: RHEL-30232
This commit is contained in:
parent
65dcb04d9e
commit
397c0a2ee9
12
gvfs.spec
12
gvfs.spec
@ -21,13 +21,13 @@
|
||||
%global udisks2_version 1.97
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.53.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.53.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Backends for the gio framework in GLib
|
||||
|
||||
License: LGPL-2.0-or-later and GPL-3.0-only and MPL-2.0 and BSD-3-Clause-Sun
|
||||
License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause-Sun
|
||||
|
||||
URL: https://wiki.gnome.org/Projects/gvfs
|
||||
URL: https://wiki.gnome.org/Projects/gvfs
|
||||
Source0: https://download.gnome.org/sources/gvfs/1.53/gvfs-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
@ -224,6 +224,7 @@ the functionality of the installed gvfs package.
|
||||
%build
|
||||
%meson -Dinstalled_tests=true \
|
||||
-Dman=true \
|
||||
-Donedrive=false \
|
||||
%ifarch s390 s390x
|
||||
-Dafc=false \
|
||||
%endif
|
||||
@ -432,6 +433,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Wed Feb 14 2024 David King <amigadave@amigadave.com> - 1.53.90-1
|
||||
- Update to 1.53.90
|
||||
|
||||
* Fri Feb 09 2024 Ondrej Holy <oholy@redhat.com> - 1.53.1-4
|
||||
- Migrate to SPDX license
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gvfs-1.53.1.tar.xz) = 3daf9e32ea7914098d776c8ad8b78d8051df229193dc8f852490f81b66895c917cfb6aa9c7cb507ac2942c4f51e6584f20c819edf69de2a44a492fd8b9b99eb5
|
||||
SHA512 (gvfs-1.53.90.tar.xz) = 65d38db09b559b8a26d12e6288ade14ac360af8f32061690850538fc42318c75332339a4271ebf2584c0485de09d6962d0e77a541edfbd519ae73a5a88f1f82c
|
||||
|
Loading…
Reference in New Issue
Block a user