rpms/quota/devel quota.spec,1.44,1.45

Ondrej Vasik ovasik at fedoraproject.org
Wed Aug 27 13:03:28 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/quota/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29131

Modified Files:
	quota.spec 
Log Message:
upstream:fix warnquota bug which could result in bogus hostname/domainname + remove IMMUTABLE flag from quota file in quotacheck


Index: quota.spec
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/quota.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- quota.spec	5 Aug 2008 11:55:41 -0000	1.44
+++ quota.spec	27 Aug 2008 13:02:58 -0000	1.45
@@ -5,7 +5,7 @@
 Summary: System administration tools for monitoring users' disk usage
 Epoch: 1
 Version: 3.16
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD and GPLv2+
 URL: http://sourceforge.net/projects/linuxquota/
 Group: System Environment/Base
@@ -21,6 +21,7 @@
 Patch4: quota-3.13-wrong-ports.patch
 Patch5: quota-3.16-formatstring.patch
 Patch6: quota-3.16-helpoption.patch
+Patch7: quota-3.16-upstreampatches.patch
 
 %description
 The quota package contains system administration tools for monitoring
@@ -38,6 +39,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 #fix typos/mistakes in localized documentation
 for pofile in $(find ./po/*.p*)
@@ -95,6 +97,11 @@
 
 
 %changelog
+* Wed Aug 27 2008 Ondrej Vasik <ovasik at redhat.com> 3.16-4
+- fix bug in warnquota which could result in bogus hostname
+  and domainname (upstream)
+- remove IMMUTABLE flag from quota file in quotacheck(upstream)
+
 * Tue Aug 05 2008 Ondrej Vasik <ovasik at redhat.com> 3.16-3
 - Add support for -h option (do not show invalid option
   error) at edquota,setquota and quota (#457898)




More information about the fedora-extras-commits mailing list