rpms/quota/devel .cvsignore, 1.11, 1.12 quota-3.06-no-stripping.patch, 1.3, 1.4 quota.spec, 1.49, 1.50 sources, 1.12, 1.13 quota-3.16-ext4support.patch, 1.1, NONE quota-3.16-formatstring.patch, 1.1, NONE quota-3.16-rquotad3Ninconsistency.patch, 1.1, NONE quota-3.16-upstreampatches.patch, 1.1, NONE

Ondrej Vasik ovasik at fedoraproject.org
Tue Jan 13 12:04:47 UTC 2009


Author: ovasik

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

Modified Files:
	.cvsignore quota-3.06-no-stripping.patch quota.spec sources 
Removed Files:
	quota-3.16-ext4support.patch quota-3.16-formatstring.patch 
	quota-3.16-rquotad3Ninconsistency.patch 
	quota-3.16-upstreampatches.patch 
Log Message:
new upstream release, remove already applied patches


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	23 Apr 2008 12:46:25 -0000	1.11
+++ .cvsignore	13 Jan 2009 12:04:17 -0000	1.12
@@ -1 +1 @@
-quota-3.16.tar.gz
+quota-3.17.tar.gz

quota-3.06-no-stripping.patch:

Index: quota-3.06-no-stripping.patch
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/quota-3.06-no-stripping.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quota-3.06-no-stripping.patch	20 Jun 2008 08:51:07 -0000	1.3
+++ quota-3.06-no-stripping.patch	13 Jan 2009 12:04:17 -0000	1.4
@@ -24,7 +24,7 @@
  	edquota repquota warnquota quotastats setquota quot xqmstats \
  	convertquota $(ROOTDIR)$(sbindir)
  	-mkdir -p $(ROOTDIR)$(sysconfdir)
-@@ -90,8 +90,8 @@
+@@ -90,11 +90,11 @@
  	-mkdir -p $(ROOTDIR)$(mandir)/man8
  	-$(INSTALL) -m 755 -d $(ROOTDIR)$(includedir)/rpcsvc
  	-$(INSTALL) -m 644 rquota.h rquota.x $(ROOTDIR)$(includedir)/rpcsvc
@@ -32,6 +32,10 @@
 -	-$(INSTALL) $(STRIP) -m $(DEF_SBIN_MODE) rpc.rquotad $(ROOTDIR)$(sbindir)
 +	-$(INSTALL) -m $(DEF_SBIN_MODE) quota $(ROOTDIR)$(bindir)
 +	-$(INSTALL) -m $(DEF_SBIN_MODE) rpc.rquotad $(ROOTDIR)$(sbindir)
+ ifneq ($(NETLINKLIBS),)
+-	-$(INSTALL) $(STRIP) -m $(DEF_SBIN_MODE) quota_nld $(ROOTDIR)$(sbindir)
++	-$(INSTALL) -m $(DEF_SBIN_MODE) quota_nld $(ROOTDIR)$(sbindir)
+ endif
  	-$(INSTALL) -m $(DEF_MAN_MODE) *.1 $(ROOTDIR)$(mandir)/man1
  	-$(INSTALL) -m $(DEF_MAN_MODE) *.2 $(ROOTDIR)$(mandir)/man2
  	-$(INSTALL) -m $(DEF_MAN_MODE) *.3 $(ROOTDIR)$(mandir)/man3


Index: quota.spec
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/quota.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- quota.spec	8 Dec 2008 13:18:22 -0000	1.49
+++ quota.spec	13 Jan 2009 12:04:17 -0000	1.50
@@ -4,8 +4,8 @@
 Name: quota
 Summary: System administration tools for monitoring users' disk usage
 Epoch: 1
-Version: 3.16
-Release: 8%{?dist}
+Version: 3.17
+Release: 1%{?dist}
 License: BSD and GPLv2+
 URL: http://sourceforge.net/projects/linuxquota/
 Group: System Environment/Base
@@ -19,12 +19,8 @@
 Patch2: quota-3.06-man-page.patch
 Patch3: quota-3.06-pie.patch
 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
-Patch8: quota-3.16-ext4support.patch
-Patch9: quota-3.16-quotaoffhelp.patch
-Patch10: quota-3.16-rquotad3Ninconsistency.patch
+Patch5: quota-3.16-helpoption.patch
+Patch6: quota-3.16-quotaoffhelp.patch
 
 %description
 The quota package contains system administration tools for monitoring
@@ -53,11 +49,7 @@
 %endif
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1 -b .ext4
-%patch9 -p1 -b .usage
-%patch10 -p1 -b .3N
+%patch6 -p1 -b .usage
 
 #fix typos/mistakes in localized documentation
 for pofile in $(find ./po/*.p*)
@@ -117,8 +109,11 @@
 %attr(0644,root,root) %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 13 2009 Ondrej Vasik <ovasik at redhat.com> 1:3.17-1
+- new upstream release, remove already applied patches
+
 * Mon Dec 08 2008 Ondrej Vasik <ovasik at redhat.com> 1:3.16-8
-- fix documentation inconsistency (now rpc(3) instead of 
+- fix documentation inconsistency (now rpc(3) instead of
   rpc(3N) in rquotad manpage) (#474836)
 
 * Fri Nov 14 2008 Ondrej Vasik <ovasik at redhat.com> 1:3.16-7


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/quota/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	23 Apr 2008 12:46:25 -0000	1.12
+++ sources	13 Jan 2009 12:04:17 -0000	1.13
@@ -1 +1 @@
-6d1467458a092c4754abef92e7fa6ebe  quota-3.16.tar.gz
+cb3e98a039c0cf98e7c1ad4b50a5bda7  quota-3.17.tar.gz


--- quota-3.16-ext4support.patch DELETED ---


--- quota-3.16-formatstring.patch DELETED ---


--- quota-3.16-rquotad3Ninconsistency.patch DELETED ---


--- quota-3.16-upstreampatches.patch DELETED ---




More information about the fedora-extras-commits mailing list