From 05c64885e8d3003e458c7cd92a1c8dbede8120c6ecad7a4e776f17caa229eeae Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Tue, 17 Aug 2010 12:46:32 +0000 Subject: [PATCH 1/2] - update changelog with bugzilla ids. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=27 --- cifs-utils.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cifs-utils.changes b/cifs-utils.changes index bb8df4d..4f7d66f 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -10,7 +10,8 @@ Mon Aug 2 08:33:32 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 From d08b6356f31abf176e8bff6a1e3454fdac8e28471c0a288fc43bdcd453419583 Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Wed, 8 Dec 2010 05:42:13 +0000 Subject: [PATCH 2/2] 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 --- cifs-utils.changes | 5 +++++ cifs-utils.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/cifs-utils.changes b/cifs-utils.changes index 4f7d66f..8970a87 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -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 diff --git a/cifs-utils.spec b/cifs-utils.spec index b0896c5..04a056a 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -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