search for: rpmbild

Displaying 6 results from an estimated 6 matches for "rpmbild".

Did you mean: rpmbuild
2016 Jan 20
2
signing RPM packages with SHA256
....rpmmacros: > > _binary_filedigest_algorithm 8 > There is another one as well: --define "_source_filedigest_algorithm 8" --define "_binary_filedigest_algorithm 8" Defining it in the .rpmmacros would be best .. I think otherwise you would need to define it in youe rpmbild line AND your rpm signature line. Are you building your rpms in mock or from rpmbuild on the command line? If I do this on my default c7 install, I get that as the default: [jhughes at localhost ~]$ rpmbuild --showrc | grep filedigest_algorithm -14: _binary_filedigest_algorithm 8 -14: _source_fi...
2016 Jan 20
2
signing RPM packages with SHA256
...s another one as well: >> >> --define "_source_filedigest_algorithm 8" >> >> --define "_binary_filedigest_algorithm 8" >> >> >> Defining it in the .rpmmacros would be best .. I think otherwise you >> would need to define it in youe rpmbild line AND your rpm signature line. >> >> Are you building your rpms in mock or from rpmbuild on the command line? >> >> If I do this on my default c7 install, I get that as the default: >> >> [jhughes at localhost ~]$ rpmbuild --showrc | grep filedigest_algorithm...
2016 Jan 20
1
signing RPM packages with SHA256
...>> > > There is another one as well: > > --define "_source_filedigest_algorithm 8" > > --define "_binary_filedigest_algorithm 8" > > > Defining it in the .rpmmacros would be best .. I think otherwise you > would need to define it in youe rpmbild line AND your rpm signature line. > > Are you building your rpms in mock or from rpmbuild on the command line? > > If I do this on my default c7 install, I get that as the default: > > [jhughes at localhost ~]$ rpmbuild --showrc | grep filedigest_algorithm > -14: _binary_fil...
2016 Jan 20
0
signing RPM packages with SHA256
...gt; >>> --define "_source_filedigest_algorithm 8" >>> >>> --define "_binary_filedigest_algorithm 8" >>> >>> >>> Defining it in the .rpmmacros would be best .. I think otherwise you >>> would need to define it in youe rpmbild line AND your rpm signature line. >>> >>> Are you building your rpms in mock or from rpmbuild on the command line? >>> >>> If I do this on my default c7 install, I get that as the default: >>> >>> [jhughes at localhost ~]$ rpmbuild --showrc | gr...
2016 Jan 20
2
signing RPM packages with SHA256
hi, I noticed that RPM packages I sign use SHA1 Signature : RSA/SHA1, Fri 08 Jan 2016 10:50:58 AM PST, Key ID ad3b591d147abf59 Signatures from CentOS 7 use SHA256 Signature : RSA/SHA256, Wed 06 Jan 2016 08:54:58 AM PST, Key ID 24c6a8a7f4a80eb5 I'm trying to find where / how to use sha256 when I sign packages but I am not having much luck. Closest I have found is this :
2016 Jan 21
2
signing RPM packages with SHA256
...e "_source_filedigest_algorithm 8" >>>> >>>> --define "_binary_filedigest_algorithm 8" >>>> >>>> >>>> Defining it in the .rpmmacros would be best .. I think otherwise you >>>> would need to define it in youe rpmbild line AND your rpm signature >>>> line. >>>> >>>> Are you building your rpms in mock or from rpmbuild on the command >>>> line? >>>> >>>> If I do this on my default c7 install, I get that as the default: >>>> >&gt...