upgrade to 5.0.2
This commit is contained in:
parent
e692ab3bf5
commit
fc71b2d10a
Binary file not shown.
BIN
libnfs-5.0.2.tar.gz
Normal file
BIN
libnfs-5.0.2.tar.gz
Normal file
Binary file not shown.
24
libnfs.spec
24
libnfs.spec
@ -1,13 +1,13 @@
|
|||||||
Name: libnfs
|
Name: libnfs
|
||||||
Version: 1.11.0
|
Version: 5.0.2
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: A library for accessing NFS shares over a network
|
Summary: A library for accessing NFS shares over a network
|
||||||
|
|
||||||
License: LGPLv2+ and BSD
|
License: LGPLv2+ and BSD
|
||||||
URL: https://github.com/sahlberg/libnfs
|
URL: https://github.com/sahlberg/libnfs
|
||||||
Source0: https://sites.google.com/site/libnfstarballs/li/libnfs-1.11.0.tar.gz
|
Source0: https://github.com/sahlberg/libnfs/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc pkgconfig
|
BuildRequires: gcc pkgconfig automake libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Package contains a library of functions for accessing NFSv2 and NFSv3 servers from user space.
|
Package contains a library of functions for accessing NFSv2 and NFSv3 servers from user space.
|
||||||
@ -40,7 +40,8 @@ Summary: Help package for libnfs
|
|||||||
Help package for libnfs
|
Help package for libnfs
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||||
|
autoreconf -vif
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -78,6 +79,19 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2024 wuguanghao <wuguanghao3@huawei.com> - 5.0.2-1
|
||||||
|
- upgrade to 5.0.2:
|
||||||
|
- fix double free in nfs3_pread_mcb()
|
||||||
|
- Multithread support for Linux and Windows
|
||||||
|
- fix NFS4 behavior of chmod/chown/utimes
|
||||||
|
- Add nfs_umount() to NFSv3
|
||||||
|
- Add nfs_statvfs64()
|
||||||
|
- NFSv4 fix for directory handling
|
||||||
|
- NFSv4 support
|
||||||
|
- lockf() support(NFSv4 only)
|
||||||
|
- fcntl() support (FNSv4 only)
|
||||||
|
- Added nfs-fh: a simple utility to print the filehandle for a nfs file
|
||||||
|
|
||||||
* Thu Jan 2 2020 chenli<chenli147@huawei.com> - 1.11.0-4
|
* Thu Jan 2 2020 chenli<chenli147@huawei.com> - 1.11.0-4
|
||||||
- Modify spec
|
- Modify spec
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user