OBS User unknown 2008-05-05 23:41:45 +00:00 committed by Git OBS Bridge
parent 2bc83d212d
commit a682904454
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- Makefile.in
+++ Makefile.in
@@ -84,7 +84,7 @@
-mkdir -p $(ROOTDIR)$(bindir)
-mkdir -p $(ROOTDIR)$(root_sbindir)
-$(INSTALL) $(STRIP) -m $(DEF_SBIN_MODE) \
- quotacheck quotaon $(ROOTDIR)$(root_sbindir)
+ quotacheck quotaon quota_nld $(ROOTDIR)$(root_sbindir)
-$(LN) quotaon $(ROOTDIR)$(root_sbindir)/quotaoff
-$(INSTALL) $(STRIP) -m $(DEF_SBIN_MODE) \
edquota repquota warnquota quotastats setquota quot xqmstats \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 5 17:50:36 CEST 2008 - lmichnovic@suse.cz
- installing missing quota_nld binary (*install_nld.patch)
[bnc#386754]
-------------------------------------------------------------------
Tue Apr 15 15:43:10 CEST 2008 - lmichnovic@suse.cz

View File

@ -14,7 +14,7 @@
Name: quota
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
Version: 3.16
Release: 13
Release: 17
PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
Group: System/Filesystems
@ -29,6 +29,7 @@ Patch3: %{name}-%{version}-warnquota.patch
Patch4: %{name}-%{version}-type.patch
Patch5: %{name}-%{version}-dbus_header_check.patch
Patch6: %{name}-%{version}-glibc2_8.patch
Patch7: %{name}-%{version}-install_nld.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -77,6 +78,7 @@ Authors:
%patch4
%patch5
%patch6
%patch7
find -type d -name CVS -exec rm -rf {} \; -prune
find -type d | xargs chmod 755
@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
%exclude /usr/include/rpcsvc/*
%changelog
* Mon May 05 2008 lmichnovic@suse.cz
- installing missing quota_nld binary (*install_nld.patch)
[bnc#386754]
* Tue Apr 15 2008 lmichnovic@suse.cz
- fixed missing inclusion of limits.h (glibc2_8.patch)
* Mon Apr 14 2008 lmichnovic@suse.cz