Name: | am-utils |
---|---|
Epoch: | 5 |
Version: | 6.2.0 |
Release: | 38.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 2834279 |
License: | BSD |
RPM: | am-utils-6.2.0-38.el8.x86_64.rpm |
Source RPM: | am-utils-6.2.0-38.el8.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://am-utils.org |
Summary: | Automount utilities including an updated version of Amd |
Description: | Am-utils includes an updated version of Amd, the popular BSD automounter. An automounter is a program which maintains a cache of mounted filesystems. Filesystems are mounted when they are first referenced by the user and unmounted after a certain period of inactivity. Amd supports a variety of filesystems, including NFS, UFS, CD-ROMS and local drives. You should install am-utils if you need a program for automatically mounting and unmounting filesystems. |
- Update "Requires(pre)" to use /usr/bin/grep instead of /bin/grep. - Remove "BuildRequires: tcp_wrappers-devel" as tcp_wrappers is depricated. - Add "BuildRequires: kernel-headers" for linux/version.h requirement. - add libnsl2 Requires and libnsl2-devel BuildRequires. - add "BuildRequires: rpcsvc-proto-devel" to pull in missing glibc RPC code. - disable hesiod support. - Remove obsolete Group tag. - Remove obsolete scriptlets. - Update use linux libtirpc if present patch.
- fix nfsv3 fh length in NFS_FH_DREF().
- fix fix-umount-to-mount-race patch (bug 1399213).
- fix ambiguous else due to dlog() macro usage.
- fix typo in libtirpc configure macro.
- print_nfs_common_args() is only needed with DEBUG. - uid_t might be a different size than unsigned int. - remove set but not used variable s. - remove set but not used variable again. - remove unused function show_map(). - remove set but not used variable mp_error. - 32 bit fixes. - make sure variables are initialized. - dont use logical double ampersand when ampersand is meant. - Fix nfs args setting code. - Add the sys alias for unix as well as none and null. - Default to string mount options for NFSv4. - Improve debugging for unmounting. - add more debugging in the unmount path. - There is really no ti-rpc nfsv4 so dont send one. - Fix SEGV on amq entries that print times. - Make hasmntval return an 0 on error 1 on success. - Update the ctime of the directory too since it changed. - fix compiler assignment warning due to libtirpc. - fix logical not comparison in get_ldap_timestamp(). - fix umount to mount race.
- add get_nfs_xprt() and put_nfs_xprt() functions. - use new get_nfs_xprt() and put_nfs_xprt() functions. - add NFSv3 nfs_quick_reply() functionality. - add NFSv3 rpc request validation. - fix wcc attr usage in unlink3_or_rmdir3(). - use Linux libtirpc if present.
- fix Linux NFS recognition of umounts. - add systemd dependency on nfs-lock.service.
- Update Requires: portmap to Requires: rpcbind.
- fix systemd unit dependencies.