"i build tested it" are famous last words

This commit is contained in:
Kyle McMartin 2010-10-12 14:53:56 -04:00
parent 7140c9dd2d
commit a2d889c53a
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ index bb6bdc8..d102269 100644
+ if (hc->uuid) {
+ DMWARN("Unable to change uuid of device, %s because "
+ "uuid is already set to %s",
+ param->name, hc->uuid);
+ old, hc->uuid);
+ up_write(&_hash_lock);
+ kfree(new_data);
+ return -EINVAL;

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 41
%global baserelease 42
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -1989,7 +1989,7 @@ fi
# and build.
%changelog
* Tue Oct 12 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.6-41
* Tue Oct 12 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.6-42
- Fix devicemapper UUID field cannot be assigned after map creation
(rhbz#641476) thanks pjones@.