rpms/quota/devel quota.spec,1.35,1.36

Steve Dickson (steved) fedora-extras-commits at redhat.com
Fri Jan 25 18:11:42 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/quota/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6764

Modified Files:
	quota.spec 
Log Message:
Condensed the _sysconfdir entries in to one line



Index: quota.spec
===================================================================
RCS file: /cvs/pkgs/rpms/quota/devel/quota.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- quota.spec	24 Jan 2008 19:09:57 -0000	1.35
+++ quota.spec	25 Jan 2008 18:11:06 -0000	1.36
@@ -3,7 +3,7 @@
 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 @@
 
 %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 @@
     - 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 at RedHat.com> 3.15-1
 - Upgraded to version 3.15 




More information about the fedora-extras-commits mailing list