Condensed the _sysconfdir entries in to one line
This commit is contained in:
parent
6a82bbd1c7
commit
85643103a1
@ -3,7 +3,7 @@ Summary: System administration tools for monitoring users' disk usage
|
||||
Epoch: 1
|
||||
Version: 3.15
|
||||
Release: 2%{?dist}
|
||||
License: BSD, GPLv2+
|
||||
License: BSD and GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxquota/
|
||||
Group: System Environment/Base
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -65,10 +65,7 @@ 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}/*
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/*
|
||||
%attr(0755,root,root) /sbin/*
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
%attr(0755,root,root) %{_sbindir}/*
|
||||
@ -85,6 +82,7 @@ rm -rf %{buildroot}
|
||||
- BuiltPreReq to BuiltReq
|
||||
- Removed '.' From Summary
|
||||
- Added 'GPLv2+' to License Tag
|
||||
- Condensed the _sysconfdir entries in to one line
|
||||
|
||||
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-1
|
||||
- Upgraded to version 3.15
|
||||
|
||||
Loading…
Reference in New Issue
Block a user