search for: _gpg_name

Displaying 8 results from an estimated 8 matches for "_gpg_name".

2010 Dec 09
3
Howto batch sign RPM packages?
Hi, I need to sign a bunch of RPM packages that have interdepencies: build #1, sign #1, install #1, build #2, sign #2, install #2 etc. Based on the info in bz436812 [1] I have created the key (RSA sign only, 4096bit, no sub keys) and put this in .rpmmacros: %_signature gpg %_gpg_path ~/.gnupg %_gpg_name <KEY_ID> %__gpg_sign_cmd %{__gpg} gpg --force-v3-sigs \ --digest-algo=sha1 --batch --no-verbose --no-armor \ --passphrase-fd 3 --no-secmem-warning -u "%{_gpg_name}" \ -sbo %{__signature_filename} %{__plaintext_filename} Now I don't want to type in a rather long and d...
2016 Jan 21
2
signing RPM packages with SHA256
...__________________________ >> CentOS 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 o...
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
...n 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 > don't even...
2016 Jan 20
0
signing RPM packages with SHA256
...t. > > > > _______________________________________________ > CentOS 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...
2005 Dec 30
2
RPMS's rebuilt or upstream one's used
RPMS's rebuilt or upstream one's used Hi I got a cleanly reinstalled 4.2 workstation. However i still needed to build the following SRPMS from Mandriva/Fedora :- - Chkrootkit - Logcheck - Tripwire - Xboard & Gnuchess - Rkhunter I needed to use the upstream versions of :- - OpenOffice.org 2.0.1 - RealPlayer Gold - Acrobat Reader I needed to tweak Bind chroot to log queries and
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh
2005 Aug 02
2
rpmbuild question.
I am attempting to build from a src.rpm (knowing very little about rpm at all) and the spec file notes that the architecture should be set on the command line: > # platform defines - set one below or define the build_xxx on the command line Now. My question is this, how does one do this using rpmbuild? The syntax rpmbuild --target centos4 package.src.rpm seemingly has no effect.