Displaying 2 results from an estimated 2 matches for "_gpg_digest_algo".
2016 Jan 21
2
signing RPM packages with SHA256
On 01/20/2016 03:32 PM, Alice Wonder wrote:
> On 01/20/2016 02:58 AM, Johnny Hughes wrote:
>> 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,
>>>>>>
2016 Jan 21
0
signing RPM packages with SHA256
...gt;>>>>>>
>>>>>>> https://fedoraproject.org/wiki/RPM_file_format_changes_to_support_SHA-256
>>>>>>>
This thread has been a whole bunch of confusion. What you're trying to
do requires that you add one line to your .rpmmacros file:
%_gpg_digest_algo sha256
The _binary_filedigest_algorithm and _source_filedigest_algorithm don't
affect the signature, they affect the file digest. That is, they set
the checksum by which files will be verified by rpm -V. You can see the
digest of each file using "rpm -qp --dump".
>> I'...