Opened 18 years ago
Closed 15 years ago
#18 closed enhancement (fixed)
add signature support
| Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
|---|---|---|---|
| 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 (13)
comment:1 by , 18 years ago
| Milestone: | 0.9.0 → 0.9.1 |
|---|
comment:2 by , 18 years ago
| Milestone: | 0.9.1 → 0.9.3 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:3 by , 17 years ago
comment:4 by , 17 years ago
| Milestone: | 0.9.3 → 0.9.4 |
|---|
comment:5 by , 17 years ago
| Milestone: | 0.9.4 → 0.9.5 |
|---|
comment:6 by , 17 years ago
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:7 by , 17 years ago
| Milestone: | 0.9.5 → 0.9.6 |
|---|
comment:8 by , 17 years ago
| Milestone: | 0.9.6 → 0.9.7 |
|---|
comment:9 by , 16 years ago
| Milestone: | 0.9.7 → 0.9.8 |
|---|
comment:10 by , 16 years ago
| Milestone: | 0.9.9 → 0.9.10 |
|---|
comment:11 by , 15 years ago
| Milestone: | 0.9.10 → 0.9.11 |
|---|
comment:12 by , 15 years ago
| Milestone: | 0.10.1 → 0.10.2 |
|---|
comment:13 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Supported for both RPM and DEB as of rev [1279]
Note:
See TracTickets
for help on using tickets.

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