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 Name: gvfs
Version: 1.38.1 Version: 1.38.1
Release: 3 Release: 4
Summary: gvfs is a backends for the gio framework in GLib Summary: gvfs is a 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
URL: https://wiki.gnome.org/Projects/gvfs URL: https://wiki.gnome.org/Projects/gvfs
@ -38,7 +38,7 @@ Patch6002: CVE-2019-12447-2.patch
Patch6003: CVE-2019-12448.patch Patch6003: CVE-2019-12448.patch
Patch6004: CVE-2019-12449.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: meson gcc pkgconfig pkgconfig(glib-2.0) >= %{glib2_version} pkgconfig(dbus-glib-1) pkgconfig(gcr-3)
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version} pkgconfig(gudev-1.0) >= %{gudev_version} BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version} pkgconfig(gudev-1.0) >= %{gudev_version}
@ -75,9 +75,9 @@ Obsoletes: %{name} < 1.9.4-1
%description %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. 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 %package client
@ -212,11 +212,11 @@ killall -USR1 gvfsd >&/dev/null || :
%{_mandir}/man1/gvfsd-fuse.1* %{_mandir}/man1/gvfsd-fuse.1*
%changelog %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 - Type:cves
- ID:CVE-2019-12447 CVE-2019-12448 CVE-2019-12449 - ID:CVE-2019-12447 CVE-2019-12448 CVE-2019-12449
- SUG:restart - SUG:restart
- DESC:fix CVE-2019-12447 CVE-2019-12448 CVE-2019-12449 - DESC:fix CVE-2019-12447 CVE-2019-12448 CVE-2019-12449
* Tue Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.38.1-2 * Tue Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.38.1-2
- Package init - Package init