forked from pool/quota
This commit is contained in:
parent
8e1f7a8b33
commit
b4cc8b2964
11
quota-3.16-install_nld.patch
Normal file
11
quota-3.16-install_nld.patch
Normal 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 \
|
@ -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
|
Tue Apr 15 15:43:10 CEST 2008 - lmichnovic@suse.cz
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
Name: quota
|
Name: quota
|
||||||
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
|
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
|
||||||
Version: 3.16
|
Version: 3.16
|
||||||
Release: 13
|
Release: 17
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
@ -29,6 +29,7 @@ Patch3: %{name}-%{version}-warnquota.patch
|
|||||||
Patch4: %{name}-%{version}-type.patch
|
Patch4: %{name}-%{version}-type.patch
|
||||||
Patch5: %{name}-%{version}-dbus_header_check.patch
|
Patch5: %{name}-%{version}-dbus_header_check.patch
|
||||||
Patch6: %{name}-%{version}-glibc2_8.patch
|
Patch6: %{name}-%{version}-glibc2_8.patch
|
||||||
|
Patch7: %{name}-%{version}-install_nld.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,6 +78,7 @@ Authors:
|
|||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
|
%patch7
|
||||||
find -type d -name CVS -exec rm -rf {} \; -prune
|
find -type d -name CVS -exec rm -rf {} \; -prune
|
||||||
find -type d | xargs chmod 755
|
find -type d | xargs chmod 755
|
||||||
|
|
||||||
@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude /usr/include/rpcsvc/*
|
%exclude /usr/include/rpcsvc/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 15 2008 lmichnovic@suse.cz
|
||||||
- fixed missing inclusion of limits.h (glibc2_8.patch)
|
- fixed missing inclusion of limits.h (glibc2_8.patch)
|
||||||
* Mon Apr 14 2008 lmichnovic@suse.cz
|
* Mon Apr 14 2008 lmichnovic@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user