GNOME Bugzilla – Bug 741774
Fix security warning when using sysdeps --install
Last modified: 2015-01-02 16:42:52 UTC
When using 'jhbuild sysdeps --install' I get a scary warning telling me that it is insecure.
Created attachment 293065 [details] [review] Fix security warning when using sysdeps --install Attempting to run 'jhbuild sysdeps --install' on Fedora 21: "This software is not from a trusted source. Do not install this software unless you are sure it is safe to do so." The security warning is due to misuse of PackageKit's API, which changed a couple of years ago. Thanks to Richard Hughes for help debugging.
Pushing ahead with this, since normal users are more important than rawhide. Please revert if it causes issues.
Attachment 293065 [details] pushed as 842e685 - Fix security warning when using sysdeps --install