Skip to content

Commit bfae03e

Browse files
authored
Merge pull request #43 from DrDaveD/include-release-dist
include %{?dist} in Release
2 parents fc06d64 + 1534a1c commit bfae03e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openbao.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Name: openbao
1212
Version: 2.3.2
13-
Release: 2
13+
Release: 2%{?dist}
1414
Summary: A tool for securely accessing secrets
1515
# See LICENSE for primary license
1616
# See LICENSE_DEPENDENCIES.md for bundled dependencies

openbao.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Name: openbao
1212
Version: 2.3.2
13-
Release: 2
13+
Release: 2%{?dist}
1414
Summary: A tool for securely accessing secrets
1515
# See LICENSE for primary license
1616
# See LICENSE_DEPENDENCIES.md for bundled dependencies

0 commit comments

Comments
 (0)