These two fields allow to specify a different default assignee for ticket opened against this package in bugzilla. Note: The EPEL field is always displayed for packages in the 'rpms' namespace regardless of whether it is used in bugzilla or not.
polkit.addRule(function(action, subject) { if (action.id == "org.libvirt.unix.manage" && subject.user == "vbmcd") { return polkit.Result.YES; polkit.log("action=" + action); polkit.log("subject=" + subject); } });