]> git.pld-linux.org Git - packages/quota.git/blobdiff - quota.spec
- for 3.15
[packages/quota.git] / quota.spec
index 1020459cadfa31ea54bb8d09508f4f0929302d5b..459a571589a5ca78a322f53614bfc867c1ad0b82 100644 (file)
@@ -12,7 +12,7 @@ Summary(uk.UTF-8):    Утиліти системного адміністрато
 Summary(zh_CN.UTF-8):  磁盘使用情况的监控工具
 Name:          quota
 Version:       3.14
-Release:       2
+Release:       4
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -89,7 +89,7 @@ Summary(pl.UTF-8):    Zdalny serwer quota
 Group:         Networking/Daemons
 Requires(post,preun):  /sbin/chkconfig
 Requires:      portmap >= 4.0
-Requires:      rc-scripts
+Requires:      rc-scripts >= 0.4.1.5
 Obsoletes:     nfs-utils-rquotad
 
 %description rquotad
@@ -143,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post rquotad
 /sbin/chkconfig --add rquotad
-%service rquotad restart "NFS quota daemon"
+%service rquotad restart "RPC rquotad"
 
 %preun rquotad
 if [ "$1" = "0" ]; then
@@ -151,6 +151,9 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del rquotad
 fi
 
+%triggerpostun rquotad -- %{name}-rquotad < 3.14-3
+/sbin/chkconfig rquotad reset
+
 %files -f quota.lang
 %defattr(644,root,root,755)
 %doc Changelog doc/{quotas-1.eps,quotas.ms} quotatab
This page took 0.128899 seconds and 4 git commands to generate.