- Upgraded to version 3.15
- Updated spec file per Merge Review (bz 226353)
This commit is contained in:
parent
e566f2ac8c
commit
b91cfe883b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user