[
https://issues.apache.org/jira/browse/DIRSERVER-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109267#comment-17109267
]
Emmanuel Lécharny commented on DIRSERVER-2310:
----------------------------------------------
Indeed (I checked) but I can't see how that was done. The part that creates the
rpm hasn't changed :
{code:java}
// Generating the Rpm
log.info( " Generating Rpm installer" );
MojoHelperUtils.exec( new String[]
{
mojo.getRpmbuildUtility().getAbsolutePath(),
"--quiet",
"-ba",
"--target",
target.getOsArch() + "-linux",
"--define",
"_topdir " + getTargetDirectory(),
"--define",
"_tmppath /tmp",
SPECS + "/" + APACHEDS_SPEC_FILE
},
getTargetDirectory(),
false );
{code}
There is some mystery here...
> Signature is missing from both 2.0.0.AM26 RPMs
> ----------------------------------------------
>
> Key: DIRSERVER-2310
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2310
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 2.0.0.AM26
> Reporter: Hans Loven
> Priority: Minor
>
> The latest RPMs (both 32- and 64-bit) appear to be unsigned–note {{Signature:
> (none)}} in the output below.
> {code:java}
> $ rpm -qip apacheds-2.0.0.AM26-x86_64.rpm
> Name : apacheds
> Version : 2.0.0.AM26
> Release : 1
> Architecture: x86_64
> Install Date: (not installed)
> Group : System Environment/Daemons
> Size : 16978366
> License : ASL 2.0
> Signature : (none)
> Source RPM : apacheds-2.0.0.AM26-1.src.rpm
> Build Date : Fri 28 Feb 2020 06:28:06 AM EST
> Build Host : Emmanuels-MBP
> Relocations : (not relocatable)
> URL : http://directory.apache.org
> Summary : ApacheDS
> Description :
> ApacheDS 2.0.0.AM26
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]