diff --git a/quota-tools.spec b/quota-tools.spec index 716c0f2..93cdaaa 100644 --- a/quota-tools.spec +++ b/quota-tools.spec @@ -1,5 +1,5 @@ Name: quota-tools -Version: 4.02 +Version: 4.03 Release: 1mamba Summary: User space tools for the Linux Diskquota system as part of the Linux kernel Group: System/Tools @@ -19,7 +19,7 @@ User space tools for the Linux Diskquota system as part of the Linux kernel. %prep [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%setup -q -n quota-tools +%setup -q -n quota-%{version} %build %configure --sysconfdir=%{_sysconfdir}/quota @@ -50,6 +50,7 @@ rm -f %{buildroot}%{_includedir}/rpcsvc/* %{_sbindir}/edquota %{_sbindir}/quot %{_sbindir}/quotacheck +%{_sbindir}/quota_nld %{_sbindir}/quotaoff %{_sbindir}/quotaon %{_sbindir}/quotastats @@ -69,6 +70,7 @@ rm -f %{buildroot}%{_includedir}/rpcsvc/* %{_mandir}/man8/quot.8* %{_mandir}/man8/quota_nld.8* %{_mandir}/man8/quotacheck.8* +%{_mandir}/man8/quotaoff.8* %{_mandir}/man8/quotaon.8* %{_mandir}/man8/quotastats.8* %{_mandir}/man8/repquota.8* @@ -76,8 +78,13 @@ rm -f %{buildroot}%{_includedir}/rpcsvc/* %{_mandir}/man8/setquota.8* %{_mandir}/man8/warnquota.8* %{_mandir}/man8/xqmstats.8* +%dir %{_docdir}/quota +%{_docdir}/quota/* %changelog +* Mon Jul 04 2016 Automatic Build System 4.03-1mamba +- automatic version update by autodist + * Sat Mar 21 2015 Automatic Build System 4.02-1mamba - automatic version update by autodist