Gimp doesn't support saving images with CMYK color model. If you want to save TIF file in CMYK format, you can use convert utility from imagemagick package:
convert
imagemagick
convert 1.tif -colorspace CMYK 1-cmyk.tif