fix #565124 - FTBFS quota-3.17-8.fc13: ImplicitDSOLinking

This commit is contained in:
Daniel Novotny 2010-02-23 11:59:16 +00:00
parent ae7dfc9766
commit 35ecdf697d
2 changed files with 18 additions and 1 deletions

12
quota-3.17-ftbfs.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up quota-tools/Makefile.in.ftbfs quota-tools/Makefile.in
--- quota-tools/Makefile.in.ftbfs 2010-02-23 12:24:13.000000000 +0100
+++ quota-tools/Makefile.in 2010-02-23 12:25:55.000000000 +0100
@@ -125,7 +125,7 @@ quot: quot.o $(LIBOBJS)
repquota: repquota.o $(LIBOBJS)
warnquota: warnquota.o $(LIBOBJS)
- $(CC) $(LDFLAGS) -o $@ $^ $(LDAPLIBS)
+ $(CC) $(LDFLAGS) -o $@ $^ $(LDAPLIBS) -llber
quotastats: quotastats.o common.o pot.o

View File

@ -5,7 +5,7 @@ Name: quota
Summary: System administration tools for monitoring users' disk usage
Epoch: 1
Version: 3.17
Release: 8%{?dist}
Release: 9%{?dist}
License: BSD and GPLv2+
URL: http://sourceforge.net/projects/linuxquota/
Group: System Environment/Base
@ -23,6 +23,7 @@ Patch4: quota-3.13-wrong-ports.patch
Patch5: quota-3.16-helpoption.patch
Patch6: quota-3.16-quotaoffhelp.patch
Patch7: quota-3.17-quotactlmanpage.patch
Patch8: quota-3.17-ftbfs.patch
%description
The quota package contains system administration tools for monitoring
@ -53,6 +54,7 @@ on remote machines.
%patch5 -p1
%patch6 -p1 -b .usage
%patch7 -p1 -b .quotactlman
%patch8 -p1
#fix typos/mistakes in localized documentation
for pofile in $(find ./po/*.p*)
@ -115,6 +117,9 @@ rm -rf %{buildroot}
%attr(0644,root,root) %{_mandir}/man3/*
%changelog
* Tue Feb 23 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-9
- fix #565124 - FTBFS quota-3.17-8.fc13: ImplicitDSOLinking
* Mon Sep 29 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-8
- add buildrequires for quota_nld, enable-netlink to build
quota_nld (#526047)