Sub-package warnquota files
This commit is contained in:
parent
0a55179977
commit
99bb297118
25
quota.spec
25
quota.spec
@ -51,6 +51,17 @@ warning messages to the system D-Bus (so that desktop manager can display
|
||||
a dialog) and writing them to the terminal user has last accessed.
|
||||
|
||||
|
||||
%package warnquota
|
||||
Summary: Send e-mail to users over quota
|
||||
Group: System Environment/Base
|
||||
Requires: quota = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description warnquota
|
||||
Utility that checks disk quota for each local filesystem and mails a warning
|
||||
message to those users who have reached their softlimit. It is typically run
|
||||
via cron(8).
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for quota
|
||||
Group: System Environment/Base
|
||||
@ -142,16 +153,15 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotagrpadmins
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotatab
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/warnquota.conf
|
||||
%attr(0755,root,root) /sbin/*
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
%attr(0755,root,root) %{_sbindir}/*
|
||||
%exclude %{_sbindir}/quota_nld
|
||||
%exclude %{_sbindir}/warnquota
|
||||
%attr(0644,root,root) %{_mandir}/man1/*
|
||||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
%exclude %{_mandir}/man8/quota_nld.8*
|
||||
%exclude %{_mandir}/man8/warnquota.8*
|
||||
|
||||
%files nld
|
||||
%defattr(-,root,root,-)
|
||||
@ -160,6 +170,14 @@ rm -rf %{buildroot}
|
||||
%attr(0755,root,root) %{_sbindir}/quota_nld
|
||||
%attr(0644,root,root) %{_mandir}/man8/quota_nld.8*
|
||||
|
||||
%files warnquota
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotagrpadmins
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotatab
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/warnquota.conf
|
||||
%attr(0755,root,root) %{_sbindir}/warnquota
|
||||
%attr(0644,root,root) %{_mandir}/man8/warnquota.8*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/rpcsvc
|
||||
@ -171,6 +189,7 @@ rm -rf %{buildroot}
|
||||
* Thu Nov 11 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-15
|
||||
- Add quota_nld deamon init script (bug #634169)
|
||||
- Sub-package quota_nld files to weak dependecies
|
||||
- Sub-package warnquota files to weak dependecies
|
||||
|
||||
* Wed Oct 06 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-14
|
||||
- Remove quotactl(2) as it's part of `man-pages' package (bug #640590)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user