Accepting request 61456 from network:samba:STABLE
Accepted submit request 61456 from user sjayaraman OBS-URL: https://build.opensuse.org/request/show/61456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cifs-utils?expand=0&rev=12
This commit is contained in:
commit
05a08a059f
@ -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
|
Mon Aug 2 08:33:32 UTC 2010 - sjayaraman@suse.de
|
||||||
|
|
||||||
@ -10,7 +15,8 @@ Mon Aug 2 08:33:32 UTC 2010 - sjayaraman@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 7 08:02:22 UTC 2010 - sjayaraman@suse.de
|
Wed Jul 7 08:02:22 UTC 2010 - sjayaraman@suse.de
|
||||||
|
|
||||||
- mount.cifs: fix parsing of "cred=" option.
|
- mount.cifs: fix parsing of "cred=" option; (bnc#618877); (bnc#620856);
|
||||||
|
(bnc#621525); (bnc#623763); (bnc#627243).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 24 04:19:38 UTC 2010 - sjayaraman@suse.de
|
Mon May 24 04:19:38 UTC 2010 - sjayaraman@suse.de
|
||||||
|
@ -84,6 +84,7 @@ if [ $1 = 0 ] ; then
|
|||||||
test -x /sbin/chkconfig && /sbin/chkconfig --del cifs
|
test -x /sbin/chkconfig && /sbin/chkconfig --del cifs
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -99,6 +100,7 @@ if [ "$1" -ge "1" ]; then
|
|||||||
%{initdir}/cifs restart >/dev/null
|
%{initdir}/cifs restart >/dev/null
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user