Ticket #18 (closed enhancement: fixed)
add signature support
| Reported by: | bruno | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.3 |
| Component: | pb | Version: | 0.8.11 |
| Keywords: | Cc: |
Description
pb should support package signing at the end of the build process, before the delivery.
Change History
comment:2 Changed 5 years ago by bruno
- Owner set to bruno
- Status changed from new to assigned
- Milestone changed from 0.9.1 to 0.9.3
comment:3 Changed 5 years ago by bruno
We need to change that macro to use the gpg-agent
rpm --showrc | grep gpg
-14: __gpg_sign_cmd %{__gpg}
gpg --batch --no-verbose --no-armor --passphrase-fd 3 --no-secmem-warning
-u "%{_gpg_name}" -sbo %{__signature_filename} %{__plaintext_filename}
then sign the package when it comes back from the VM/VE and before sending it to the ftp server
comment:6 Changed 4 years ago by bruno
Changing the gpg_sign_cmd command isn't sufficient as the rpm --addsign command is asking for a password anyway. Will have to look at rpm sources to see how to sign a package using gpg directly
comment:13 Changed 2 years ago by bruno
- Status changed from assigned to closed
- Resolution set to fixed
Supported for both RPM and DEB as of rev [1279]
Note: See
TracTickets for help on using
tickets.
