Skip to content

Commit 44dfef2

Browse files
committed
package: add RELNOTES.txt to package contents list
1 parent b6e27df commit 44dfef2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/debian/helix-auth-svc.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package.json opt/perforce/helix-auth-svc
44
package-lock.json opt/perforce/helix-auth-svc
55
README.md opt/perforce/helix-auth-svc
66
README.html opt/perforce/helix-auth-svc
7+
RELNOTES.txt opt/perforce/helix-auth-svc
78
bin/ opt/perforce/helix-auth-svc
89
certs/ opt/perforce/helix-auth-svc
910
docs/ opt/perforce/helix-auth-svc

build/rpm/helix-auth-svc.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ sed -e "s/\"2020.1.1\"/\"${ID_REL_BASE}-${ID_PATCH}\"/" \
6060
package.json > %{buildroot}%{installprefix}/package.json
6161
cp README.md %{buildroot}%{installprefix}/README.md
6262
cp README.html %{buildroot}%{installprefix}/README.html
63+
cp RELNOTES.txt %{buildroot}%{installprefix}/RELNOTES.txt
6364

6465
%files
6566
%docdir %{installprefix}/docs

0 commit comments

Comments
 (0)