# # spec file for package quota # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: quota BuildRequires: automake BuildRequires: dbus-1-devel BuildRequires: e2fsprogs-devel BuildRequires: libnl-1_1-devel BuildRequires: pkg-config BuildRequires: tcpd-devel Version: 4.00 Release: 0 PreReq: %insserv_prereq %fillup_prereq Group: System/Filesystems License: GPL-2.0 and BSD-3-Clause Url: http://sourceforge.net/projects/linuxquota/ Summary: Disk Quota System Source: %{name}-%{version}-pre1.tar.gz Source1: %{name}-SUSE.tar.bz2 Patch1: %{name}-3.17-makefile.patch Patch2: %{name}-3.17-man.patch Patch3: %{name}-3.17-warnquota.patch Patch7: %{name}-3.17-install_nld.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The quota subsystem allows a system administrator to set soft and hard limits on used space and the number of inodes used for users and groups. The kernel must be compiled with disk quota support enabled (SUSE kernels have this support). Authors: -------- Marco van Wieringen Johan Ekenberg Jan Kara %package nfs Summary: Disk Quota System on NFS Requires: quota = %version PreReq: %insserv_prereq %fillup_prereq # Require the services needed to be present for quotad service: portmap, nfsserver, network Requires: portmap Requires: nfs-kernel-server Requires: sysconfig # Split provides Provides: quota:/etc/init.d/quotad %description nfs The quotad init script, which provides quota support on NFS mounts. Authors: -------- Marco van Wieringen Johan Ekenberg Jan Kara %prep %setup -q -n quota-tools -a 1 %patch1 %patch2 %patch3 %patch7 find -type d -name CVS -exec rm -rf {} \; -prune find -type d | xargs chmod 755 %build %{suse_update_config -f} aclocal --force autoconf --force %configure \ --sysconfdir=%{_sysconfdir} \ --enable-netlink make %install install -d -m 755 ${RPM_BUILD_ROOT}/etc/init.d install -d -m 755 ${RPM_BUILD_ROOT}/sbin install -d -m 755 ${RPM_BUILD_ROOT}/var/adm/fillup-templates make install ROOTDIR=${RPM_BUILD_ROOT} #quotactl.2 manual page was moved from quota to man-pages[bnc#587393] rm ${RPM_BUILD_ROOT}/%{_mandir}/man?/quotactl.* mv ${RPM_BUILD_ROOT}%{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/ #installing ldap-scripts install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/ install -m 755 ldap-scripts/edquota_editor ${RPM_BUILD_ROOT}/usr/sbin/ #ln -sf ../../sbin/quotacheck ${RPM_BUILD_ROOT}/usr/sbin/quotacheck cp SUSE/{quotad,boot.quota} ${RPM_BUILD_ROOT}/etc/init.d #ln -s ../../etc/init.d/quota ${RPM_BUILD_ROOT}/usr/sbin/rcquota ln -s ../../etc/init.d/quotad ${RPM_BUILD_ROOT}/usr/sbin/rcquotad %find_lang %{name} cp SUSE/sysconfig.nfs-quota $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.nfs-quota %clean rm -rf $RPM_BUILD_ROOT %post %{fillup_and_insserv -f -y boot.quota} %post nfs %{fillup_only -an nfs} %preun %stop_on_removal boot.quota %preun nfs %stop_on_removal quotad %postun %{insserv_cleanup} %postun nfs %{insserv_cleanup} %files -f %{name}.lang %defattr(-,root,root) %config /etc/quotagrpadmins %config /etc/init.d/boot.quota %config /etc/quotatab %config /etc/warnquota.conf %doc SUSE/README.SUSE README.* doc %doc %{_mandir}/man?/* /sbin/* %{_bindir}/* %{_sbindir}/* %exclude %{_sbindir}/rpc.rquotad %exclude %{_sbindir}/rcquotad %files nfs %defattr(-,root,root) %config /etc/init.d/quotad %doc SUSE/README.quotad.SUSE %{_sbindir}/rpc.rquotad %{_sbindir}/rcquotad %{_localstatedir}/adm/fillup-templates/sysconfig.nfs-quota # these files conflicts with glibc rpm %exclude /usr/include/rpcsvc/* %changelog