+ gvfs-1.45.2-3
Disable afc backend in RHEL
This commit is contained in:
parent
2501127e64
commit
13e5a0ac7c
13
gvfs.spec
13
gvfs.spec
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.45.2
|
Version: 1.45.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
|
|
||||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||||
@ -145,6 +145,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
|||||||
|
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
|
%if ! 0%{?rhel}
|
||||||
%package afc
|
%package afc
|
||||||
Summary: AFC support for gvfs
|
Summary: AFC support for gvfs
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -157,6 +158,7 @@ BuildRequires: pkgconfig(libplist-2.0) >= %{libplist_version}
|
|||||||
This package provides support for reading files on mobile devices
|
This package provides support for reading files on mobile devices
|
||||||
including phones and music players to applications using gvfs.
|
including phones and music players to applications using gvfs.
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%package afp
|
%package afp
|
||||||
@ -229,6 +231,7 @@ the functionality of the installed gvfs package.
|
|||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
-Dnfs=false \
|
-Dnfs=false \
|
||||||
-Dbluray=false \
|
-Dbluray=false \
|
||||||
|
-Dafc=false \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
@ -255,9 +258,11 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%post goa
|
%post goa
|
||||||
killall -USR1 gvfsd >&/dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
|
%if ! 0%{?rhel}
|
||||||
%post afc
|
%post afc
|
||||||
killall -USR1 gvfsd >&/dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%post archive
|
%post archive
|
||||||
killall -USR1 gvfsd >&/dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
@ -362,6 +367,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
|
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
|
%if ! 0%{?rhel}
|
||||||
%files afc
|
%files afc
|
||||||
%{_libexecdir}/gvfsd-afc
|
%{_libexecdir}/gvfsd-afc
|
||||||
%{_datadir}/gvfs/mounts/afc.mount
|
%{_datadir}/gvfs/mounts/afc.mount
|
||||||
@ -370,6 +376,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||||
%{_userunitdir}/gvfs-afc-volume-monitor.service
|
%{_userunitdir}/gvfs-afc-volume-monitor.service
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%files afp
|
%files afp
|
||||||
%{_libexecdir}/gvfsd-afp
|
%{_libexecdir}/gvfsd-afp
|
||||||
@ -406,6 +413,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2020 Bastien Nocera <bnocera@redhat.com> - 1.45.2-3
|
||||||
|
+ gvfs-1.45.2-3
|
||||||
|
- Disable afc backend in RHEL
|
||||||
|
|
||||||
* Wed Jun 17 2020 Bastien Nocera <bnocera@redhat.com> - 1.45.2-2
|
* Wed Jun 17 2020 Bastien Nocera <bnocera@redhat.com> - 1.45.2-2
|
||||||
+ gvfs-1.45.2-2
|
+ gvfs-1.45.2-2
|
||||||
- Rebuild with libplist 2.2 support
|
- Rebuild with libplist 2.2 support
|
||||||
|
Loading…
Reference in New Issue
Block a user