Skip to content

Commit 2f81f3e

Browse files
Use SHA256 for RPM digest (#53158)
1 parent f327f2a commit 2f81f3e

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)