Thu, 24 Apr 2025 23:13:00 MSK | login

Information for build autofs-5.1.9-11.el10

ID27150
Package Nameautofs
Version5.1.9
Release11.el10
Epoch1
Sourcegit+http://git.inferitos.ru/rpms/autofs#2c9afefad3c79cebf865137a12371435228a8279
SummaryA tool for automatically mounting and unmounting filesystems
Descriptionautofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.
Built bytigro
State complete
Volume DEFAULT
StartedWed, 02 Apr 2025 11:41:49 MSK
CompletedWed, 02 Apr 2025 11:53:05 MSK
Taskbuild (inferit-10_0-bootstrap, /rpms/autofs/:changed/i10c-beta/autofs-5.1.9-11.el10)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/autofs/?#changed/i10c-beta/autofs-5.1.9-11.el10'}}
Tags
inferit-10_0-bootstrap
inferit-10_0-init
RPMs
src
autofs-5.1.9-11.el10.src.rpm (info) (download)
aarch64
autofs-5.1.9-11.el10.aarch64.rpm (info) (download)
autofs-debuginfo-5.1.9-11.el10.aarch64.rpm (info) (download)
autofs-debugsource-5.1.9-11.el10.aarch64.rpm (info) (download)
x86_64
autofs-5.1.9-11.el10.x86_64.rpm (info) (download)
autofs-debuginfo-5.1.9-11.el10.x86_64.rpm (info) (download)
autofs-debugsource-5.1.9-11.el10.x86_64.rpm (info) (download)
Logs
aarch64
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
x86_64
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:5.1.9-11 - Rebuilt for MSVSphere 10 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:5.1.9-11 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Mon Jul 22 2024 Ian Kent <ikent@redhat.com> - 1:5.1.9-10 - Upstream bug fix sync. - fix always recreate credential cache. - fix get parent multi-mount check in try_remount(). - fix deadlock in remount. - fix amd external mount error handling. - fix amd external mount mount handling. - don't free ext mount if mounted. - refactor amd function do_program_mount(). - refactor umount_amd_ext_mount(). - add flags argument to amd do_program_mount(). - fix amd cache options not copied. - seperate amd mount and entry flags. - make iocl ops ->timeout() handle per-dentry expire. - refactor amd mount options handling. - add some unimplemented amd map options. * Mon Jul 22 2024 Ian Kent <ikent@redhat.com> - 1:5.1.9-9 - RHEL-32639 - [10.0-beta] starting autofs leads to core dump - bring the existing patches up to date with upstream. - update the configure script. - the two existing patches were renamed upstream. autofs-configure-c99.patch => autofs-5.1.9-fix-ldap_parse_page_control-check.patch. autofs-c99.patch => autofs-5.1.9-Fix-incompatible-function-pointer-types-in-cyrus-sasl-module.patch - fix crash in make_options_string(). - Resolves: RHEL-32639 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:5.1.9-8 - Bump release for June 2024 mass rebuild * Mon Jun 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.9-7 - RHEL-39412 - Remove autofs dependency on libnsl2 - remove BuildRequires: libnsl2-devel. - Resolves: RHEL-39412 * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Florian Weimer <fweimer@redhat.com> - 1:5.1.9-4 - Further C compatibility fixes, run autoconf * Tue Nov 07 2023 Ian Kent <ikent@redhat.com> - 1:5.1.9-3 - Also update package revision. * Tue Nov 07 2023 Ian Kent <ikent@redhat.com> - 1:5.1.9-2 - correct changelog entry submitter name. * Tue Nov 07 2023 Ian Kent <ikent@redhat.com> - 1:5.1.9-1 - Update to autofs 5.1.9 release. * Fri Oct 06 2023 Pavel Reichl <preichl@redhat.com> - 1:5.1.8-23 - Convert License tag to SPDX format * Fri Sep 29 2023 Florian Weimer <fweimer@redhat.com> - 1:5.1.8-22 - Update autofs-5.1.8-configure-c99.patch with -Wint-conversion fix * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.8-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Mar 25 2023 Ian Kent <ikent@redhat.com> - 1:5.1.8-20 - fix autofs regression due to positive_timeout. - fix parse module instance mutex naming. - serialise lookup module open and reinit. - coverity fix for invalid access. - fix hosts map deadlock on restart. - fix deadlock with hosts map reload. - fix memory leak in update_hosts_mounts(). - fix minus only option handling in concat_options(). - fix incorrect path for is_mounted() in try_remount(). - fix additional tsv invalid access. - fix use_ignore_mount_option description. - include addtional log info for mounts. - fail on empty replicated host name. - improve handling of ENOENT in sss setautomntent(). - don't immediately call function when waiting. - fix return status of mount_autofs(). - don't close lookup at umount. - fix deadlock in lookups. - dont delay expire. - make amd mapent search function name clear. - rename statemachine() to signal_handler(). - make signal handling consistent. - eliminate last remaining state_pipe usage. - add function master_find_mapent_by_devid(). - use device id to locate autofs_point when setting log priotity. - add command pipe handling functions. - switch to application wide command pipe. - get rid of unused field submnt_count. - fix mount tree startup reconnect. - fix unterminated read in handle_cmd_pipe_fifo_message(). * Fri Mar 10 2023 Arjun Shankar <arjun@redhat.com> - 1:5.1.8-9 - Port configure script to C99 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild