From a682904454d36996fdcc9de12a2b8dbcd38924f53300f43bf5b63a455cc75e87 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 5 May 2008 23:41:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quota?expand=0&rev=15 --- quota-3.16-install_nld.patch | 11 +++++++++++ quota.changes | 6 ++++++ quota.spec | 7 ++++++- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 quota-3.16-install_nld.patch diff --git a/quota-3.16-install_nld.patch b/quota-3.16-install_nld.patch new file mode 100644 index 0000000..77cc1d1 --- /dev/null +++ b/quota-3.16-install_nld.patch @@ -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 \ diff --git a/quota.changes b/quota.changes index ef6ea33..abe2b5e 100644 --- a/quota.changes +++ b/quota.changes @@ -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 diff --git a/quota.spec b/quota.spec index 1b4f723..36e81f1 100644 --- a/quota.spec +++ b/quota.spec @@ -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