diff --git a/rpm/build.sh b/rpm/build.sh index f7c977b..1bd526d 100755 --- a/rpm/build.sh +++ b/rpm/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -eux # DBT2 version -VERSION="0.48.0" +VERSION="0.48.1" TAG="v$VERSION" dnf update -y diff --git a/rpm/dbt2-exec.spec b/rpm/dbt2-exec.spec index e261fa8..62cde8a 100644 --- a/rpm/dbt2-exec.spec +++ b/rpm/dbt2-exec.spec @@ -23,14 +23,12 @@ Fair Use TPC-C benchmark kit - Execution and reporting scripts %install mkdir -p %{buildroot}/%{installpath} cp -p src/scripts/dbt2-generate-report %{buildroot}/%{installpath}/ -cp -p src/scripts/dbt2-plot-transaction-rate %{buildroot}/%{installpath}/ cp -p src/scripts/dbt2-post-process %{buildroot}/%{installpath}/ cp -p src/scripts/dbt2-run-workload %{buildroot}/%{installpath}/ cp -p src/scripts/pgsql/dbt2-pgsql-report %{buildroot}/%{installpath}/ %files %{installpath}/dbt2-generate-report -%{installpath}/dbt2-plot-transaction-rate %{installpath}/dbt2-post-process %{installpath}/dbt2-run-workload