diff --git a/davfs2.spec b/davfs2.spec index 8556bcf..2088b0d 100644 --- a/davfs2.spec +++ b/davfs2.spec @@ -2,7 +2,7 @@ %define davfs2_gid 63 Name: davfs2 -Version: 1.6.0 +Version: 1.6.1 Release: 1mamba Summary: Provides the ability to access WebDAV resources like a typical filesystem Group: Applications/Archiving @@ -14,15 +14,13 @@ Source: http://download.savannah.gnu.org/releases/davfs2/davfs2-%{version License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libe2fs-devel BuildRequires: libexpat-devel -BuildRequires: libkeyutils-devel BuildRequires: libkrb5-devel BuildRequires: libneon-devel BuildRequires: libopenssl-devel +BuildRequires: libproxy-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server. davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV. @@ -86,6 +84,9 @@ fi %doc AUTHORS COPYING THANKS %changelog +* Wed Nov 03 2021 Automatic Build System 1.6.1-1mamba +- automatic version update by autodist + * Sat Aug 29 2020 Automatic Build System 1.6.0-1mamba - automatic version update by autodist