search for: _signature_gpg

Displaying 4 results from an estimated 4 matches for "_signature_gpg".

2016 Jan 21
2
signing RPM packages with SHA256
...//lists.centos.org/mailman/listinfo/centos >> > > I'm still not getting it to work - I am trying outside of mock. > > %_signature gpg > %_binary_filedigest_algorithm 8 > %_gpg_name Alice Wonder Miscreations > > represents my current .rpmmacros > > Before just _signature_gpg and _gpg_name were defined > > rpm --showrc |grep filedigest > -14: _binary_filedigest_algorithm 8 > -14: _source_filedigest_algorithm 8 > > (it has that value whether or not I define the > _binary_filedigest_algorithm in my .rpmmacros) > > I wonder if I might be mi...
2016 Jan 20
2
signing RPM packages with SHA256
On 01/20/2016 04:52 AM, Johnny Hughes wrote: > On 01/20/2016 04:48 AM, Johnny Hughes wrote: >> On 01/20/2016 04:39 AM, Johnny Hughes wrote: >>> On 01/20/2016 01:37 AM, Alice Wonder wrote: >>>> hi, >>>> >>>> I noticed that RPM packages I sign use SHA1 >>>> >>>> Signature : RSA/SHA1, Fri 08 Jan 2016 10:50:58 AM PST, Key
2016 Jan 21
0
signing RPM packages with SHA256
...d by rpm -V. You can see the digest of each file using "rpm -qp --dump". >> I'm still not getting it to work - I am trying outside of mock. As far as I know, mock doesn't sign packages, so you don't need to change your mock configuration at all. >> Before just _signature_gpg and _gpg_name were defined Because I'm curious, I checked.... Only _gpg_name and _gpg_digest_algo need to be set. "%_signature gpg" is either the default, or it's unused. I'm not sure which. > I am wondering if my issue is related to my gpg configuration but I > d...
2016 Jan 20
0
signing RPM packages with SHA256
...mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > I'm still not getting it to work - I am trying outside of mock. %_signature gpg %_binary_filedigest_algorithm 8 %_gpg_name Alice Wonder Miscreations represents my current .rpmmacros Before just _signature_gpg and _gpg_name were defined rpm --showrc |grep filedigest -14: _binary_filedigest_algorithm 8 -14: _source_filedigest_algorithm 8 (it has that value whether or not I define the _binary_filedigest_algorithm in my .rpmmacros) I wonder if I might be missing something? The --verbose switch to rpm...