| |
@@ -1671,7 +1671,7 @@
|
| |
if not changed and not force:
|
| |
#no point in adding it again with the same data (unless force is on)
|
| |
return
|
| |
- opts.setdefault('type','default')
|
| |
+ opts.setdefault('type','mandatory')
|
| |
opts['group_id'] = group['id']
|
| |
opts['tag_id'] = tag['id']
|
| |
opts['package'] = pkg_name
|
| |