fix 192826 - quota config files should not be overwritten
This commit is contained in:
parent
c48c16cb06
commit
0a51192d06
@ -2,7 +2,7 @@ Name: quota
|
||||
Summary: System administration tools for monitoring users' disk usage.
|
||||
Epoch: 1
|
||||
Version: 3.13
|
||||
Release: 1.2.1
|
||||
Release: 1.2.3
|
||||
License: BSD
|
||||
URL: http://sourceforge.net/projects/linuxquota/
|
||||
Group: System Environment/Base
|
||||
@ -64,6 +64,8 @@ rm -rf %{buildroot}
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/warnquota.conf
|
||||
%config(noreplace) %{_sysconfdir}/quotatab
|
||||
%config(noreplace) %{_sysconfdir}/quotagrpadmins
|
||||
%attr(0644,root,root) %{_sysconfdir}/*
|
||||
%attr(0755,root,root) /sbin/*
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
@ -76,6 +78,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 30 2006 Steve Dickson <steved@redhat.com> - 1:3.13-1.2.3
|
||||
- fix 192826 - quota config files should not be overwritten
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user