Skip to content

Commit 58982bc

Browse files
committed
Merge in 'release/6.0' changes
2 parents 90c7146 + 2f81f3e commit 58982bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Installers/Rpm/Directory.Build.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<FpmArgs Include="--depends=&quot;%(RpmDependency.Identity) &gt;= %(RpmDependency.Version)&quot;" Condition=" '%(RpmDependency.Identity)' != '' " />
7777
<FpmArgs Include="--rpm-changelog=&quot;$(GeneratedChangeLog)&quot;" />
7878
<FpmArgs Include="--rpm-summary=&quot;$(PackageSummary)&quot;" />
79+
<FpmArgs Include="--rpm-digest=sha256" />
7980
<FpmArgs Include="--description=&quot;$(PackageDescription)&quot;" />
8081
<FpmArgs Include="--maintainer=&quot;$(Authors) &lt;$(MaintainerEmail)&gt;&quot;" />
8182
<FpmArgs Include="--vendor=&quot;$(Company)&quot;" />

0 commit comments

Comments
 (0)