Compare commits
5 Commits
5.1.3-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
6122a1206d | |||
f7d13c0c92 | |||
42658de855 | |||
ef6388fd5f | |||
184df06a63 |
34
autofs.spec
34
autofs.spec
@ -1,44 +1,46 @@
|
||||
Name: autofs
|
||||
Version: 5.1.3
|
||||
Version: 5.1.9
|
||||
Release: 1mamba
|
||||
Summary: Userspace tools that work with the kernel to mount and un-mount removable file systems
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kernel.org
|
||||
URL: https://www.kernel.org
|
||||
Source: http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: libnsl-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The Autofs package contains userspace tools that work with the kernel to mount and un-mount removable file systems. The primary use is to mount external network file systems like NFS (see NFS Utilities-1.2.7) or Samba (see Samba-3.6.12) on demand.
|
||||
It may also be useful for allowing users to mount floppies, cdroms and other removable storage devices without requiring the system administrator to mount the devices.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-systemd=%{_unitdir}
|
||||
--with-systemd=%{_unitdir} \
|
||||
--with-libtirpc \
|
||||
CC=gcc
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall -C samples
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -67,9 +69,10 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/auto.smb
|
||||
%config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf
|
||||
%config(noreplace) %{_sysconfdir}/autofs.conf
|
||||
%{_unitdir}/autofs.service
|
||||
%{_sysconfdir}/sysconfig/autofs
|
||||
%{_sbindir}/automount
|
||||
%{_unitdir}/autofs.service
|
||||
%{_libdir}/libautofs.so
|
||||
%dir %{_libdir}/autofs
|
||||
%{_libdir}/autofs/lookup_*.so
|
||||
%{_libdir}/autofs/mount_*.so
|
||||
@ -85,6 +88,21 @@ fi
|
||||
#%doc README README.active-restart README.changer README.ncpfs README.replicated-server README.smbfs README.v5.release
|
||||
|
||||
%changelog
|
||||
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 5.1.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 5.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 5.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 29 2019 Automatic Build System <autodist@mambasoft.it> 5.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 5.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 05 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.3-1mamba
|
||||
- update to 5.1.3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user