Skip to content

Commit

Permalink
testbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Nov 15, 2024
1 parent 952a8ab commit b7012ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/rocky-el8/main.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Conflicts: %{name}-1.7
%build

%install
make DESTDIR=%{buildroot} TOOLS_VERSION="%{version}-%{release}" install
make DESTDIR=%{buildroot} TOOLS_VERSION="%{version}-{{ build_number }}" install

%postun
if [ $1 == 0 ];then
Expand Down
2 changes: 1 addition & 1 deletion packaging/rocky-el9/main.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Conflicts: %{name}-1.7
%build

%install
make DESTDIR=%{buildroot} TOOLS_VERSION="%{version}-%{release}" install
make DESTDIR=%{buildroot} TOOLS_VERSION="%{version}-{{ build_number }}" install

%postun
if [ $1 == 0 ];then
Expand Down

0 comments on commit b7012ad

Please sign in to comment.