From 14e081f30e7f46557e99ba128348e235b0c5ebcc32cc3eb0fe30464c9e8aa5d4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 2 Nov 2012 16:35:29 +0000 Subject: [PATCH] Accepting request 139895 from home:elvigia:branches:Base:System - boot.quota is obsoleted by systemd-quotacheck http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html - rpc.quota daemon will be migrated to systemd later after investigation on a saner approach. OBS-URL: https://build.opensuse.org/request/show/139895 OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=29 --- quota.changes | 9 +++++++++ quota.spec | 12 +----------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/quota.changes b/quota.changes index 0b4a80d..e85d967 100644 --- a/quota.changes +++ b/quota.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 31 15:39:22 UTC 2012 - crrodriguez@opensuse.org + +- boot.quota is obsoleted by systemd-quotacheck + http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html + +- rpc.quota daemon will be migrated to systemd later after investigation + on a saner approach. + ------------------------------------------------------------------- Mon Jun 4 09:42:56 UTC 2012 - sweet_f_a@gmx.de diff --git a/quota.spec b/quota.spec index b1f42c9..96f4eac 100644 --- a/quota.spec +++ b/quota.spec @@ -95,7 +95,7 @@ ln -s %{_sbindir}/{quotacheck,quotaon,quotaoff} ${RPM_BUILD_ROOT}/sbin/ #installing ldap-scripts install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/ install -m 755 ldap-scripts/edquota_editor ${RPM_BUILD_ROOT}/usr/sbin/ -cp SUSE/{quotad,boot.quota} ${RPM_BUILD_ROOT}/etc/init.d +cp SUSE/quotad ${RPM_BUILD_ROOT}/etc/init.d ln -s ../../etc/init.d/quotad ${RPM_BUILD_ROOT}/usr/sbin/rcquotad %find_lang %{name} cp SUSE/sysconfig.nfs-quota $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.nfs-quota @@ -103,28 +103,18 @@ cp SUSE/sysconfig.nfs-quota $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.n %clean rm -rf $RPM_BUILD_ROOT -%post -%{fillup_and_insserv -f -y boot.quota} - %post nfs %{fillup_only -an nfs} -%preun -%stop_on_removal boot.quota - %preun nfs %stop_on_removal quotad -%postun -%{insserv_cleanup} - %postun nfs %{insserv_cleanup} %files -f %{name}.lang %defattr(-,root,root) %config /etc/quotagrpadmins -%config /etc/init.d/boot.quota %config /etc/quotatab %config /etc/warnquota.conf %doc SUSE/README.SUSE README.* doc