Accepting request 55019 from home:toganm:branches:network:samba:STABLE

reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/55019
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=28
This commit is contained in:
Suresh Jayaraman 2010-12-08 05:42:13 +00:00 committed by Git OBS Bridge
parent 05c64885e8
commit d08b6356f3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 7 13:31:05 UTC 2010 - toganm@opensuse.org
- corrected #bnc 641513 by adding /sbin/mkinitrd_setup in %postun.
-------------------------------------------------------------------
Mon Aug 2 08:33:32 UTC 2010 - sjayaraman@suse.de

View File

@ -84,6 +84,7 @@ if [ $1 = 0 ] ; then
test -x /sbin/chkconfig && /sbin/chkconfig --del cifs
fi
%endif
exit 0
%post
@ -99,6 +100,7 @@ if [ "$1" -ge "1" ]; then
%{initdir}/cifs restart >/dev/null
fi
%endif
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
exit 0
%files