Package init

This commit is contained in:
dogsheng 2019-12-13 15:27:29 +08:00
parent d620b2c766
commit f5b80b7cae

View File

@ -24,7 +24,7 @@
Name: gvfs
Version: 1.38.1
Release: 3
Release: 4
Summary: gvfs is a backends for the gio framework in GLib
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
URL: https://wiki.gnome.org/Projects/gvfs
@ -38,7 +38,7 @@ Patch6002: CVE-2019-12447-2.patch
Patch6003: CVE-2019-12448.patch
Patch6004: CVE-2019-12449.patch
BuildRequires: /usr/bin/ssh
BuildRequires: meson gcc pkgconfig pkgconfig(glib-2.0) >= %{glib2_version} pkgconfig(dbus-glib-1) pkgconfig(gcr-3)
BuildRequires: openssl-devel
BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version} pkgconfig(gudev-1.0) >= %{gudev_version}
@ -75,9 +75,9 @@ Obsoletes: %{name} < 1.9.4-1
%description
GVfs is a userspace virtual filesystem implementation for GIO (a library available in GLib).
Gvfs is a userspace virtual filesystem implementation for GIO (a library available in GLib).
It comes with a set of backends, including trash support, SFTP, SMB, HTTP, DAV, and many others.
GVfs also contains modules for GIO that implement volume monitors and persistent metadata storage.
Gvfs also contains modules for GIO that implement volume monitors and persistent metadata storage.
%package client
@ -212,11 +212,11 @@ killall -USR1 gvfsd >&/dev/null || :
%{_mandir}/man1/gvfsd-fuse.1*
%changelog
*Tue Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.38.1-3
* Tue Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.38.1-3
- Type:cves
- ID:CVE-2019-12447 CVE-2019-12448 CVE-2019-12449
- SUG:restart
- DESC:fix CVE-2019-12447 CVE-2019-12448 CVE-2019-12449
* Tue Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.38.1-2
- Package init
- Package init