- Upgraded to version 3.15

- Updated spec file per Merge Review (bz 226353)
This commit is contained in:
Steve Dickson 2008-01-24 12:20:47 +00:00
parent e566f2ac8c
commit b91cfe883b
4 changed files with 15 additions and 13 deletions

View File

@ -2,3 +2,4 @@ quota-3.10.tar.gz
quota-3.12.tar.gz
quota-3.13.tar.gz
quota-3.14.tar.gz
quota-3.15.tar.gz

View File

@ -1,6 +1,6 @@
--- quota-tools/Makefile.in.lr 2004-01-27 15:20:18.000000000 +0100
+++ quota-tools/Makefile.in 2004-01-27 15:21:48.000000000 +0100
@@ -49,6 +49,10 @@
--- quota-tools/Makefile.in.orig 2008-01-24 06:52:54.658544000 -0500
+++ quota-tools/Makefile.in 2008-01-24 06:56:58.930806000 -0500
@@ -52,6 +52,10 @@ LIBOBJS += @LIBMALLOC@
all: $(PROGS)
@ -11,7 +11,7 @@
clean:
-rm -f core *.o .*.d
@@ -125,10 +129,10 @@
@@ -130,7 +134,8 @@ setquota: setquota.o quotaops.o $(LIBOBJ
convertquota: convertquota.o $(LIBOBJS)
rpc.rquotad: rquota_server.o rquota_svc.o svc_socket.o $(LIBOBJS)
@ -19,12 +19,9 @@
+ $(CC) $(LDFLAGS) -pie -o $@ $^ $(LIBS)
+ @if readelf -d $@|fgrep -q TEXTREL; then echo "*** Text relocation"; false; else true; fi
pot.o: pot.c pot.h
- $(CC) $(CFLAGS) -c $<
rquota.h: rquota.x
$(RPCGEN) -h -o $@ $<
@@ -137,7 +141,7 @@
ifneq ($(NETLINKLIBS),)
quota_nld: quota_nld.o $(LIBOBJS)
@@ -146,7 +151,7 @@ rquota_xdr.c: rquota.x
$(RPCGEN) -c -o $@ $<
rquota_xdr.o: rquota_xdr.c rquota.h

View File

@ -1,7 +1,7 @@
Name: quota
Summary: System administration tools for monitoring users' disk usage.
Epoch: 1
Version: 3.14
Version: 3.15
Release: 1%{?dist}
License: BSD
URL: http://sourceforge.net/projects/linuxquota/
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-root
Requires: initscripts >= 6.38
Conflicts: kernel < 2.4
BuildPreReq: e2fsprogs-devel gettext tcp_wrappers-devel
Source0: http://unc.dl.sourceforge.net/sourceforge/linuxquota/quota-%{version}.tar.gz
Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
Patch0: quota-3.06-warnquota.patch
Patch1: quota-3.06-no-stripping.patch
Patch2: quota-3.06-man-page.patch
@ -80,6 +80,10 @@ rm -rf %{buildroot}
%changelog
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-1
- Upgraded to version 3.15
- Updated spec file per Merge Review (bz 226353)
* Thu Feb 15 2007 Steve Dickson <SteveD@RedHat.com> 3.14-1
- Upgraded to version 3.14 (bz# 213641)

View File

@ -1 +1 @@
e6ae17d4bf26012e820c3582ec7af487 quota-3.14.tar.gz
5a1c2f5e669aba825e0126d2f30ee622 quota-3.15.tar.gz