From 5a42be85cc21dda8c227d92d3f180be1826ace73 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 20 Dec 2021 12:49:05 -0500 Subject: [PATCH] 2021-12-20 Fred Gleason * Fixed a bug that broke the 'make py-rpm' target. * Reset the version of the 'rivwebpyapi' PyPI package to 4.0.0b3. Signed-off-by: Fred Gleason --- ChangeLog | 4 ++++ RIVWEBPYAPI_VERSION | 1 - rivwebpyapi.spec.in | 3 +-- versions/RIVWEBPYAPI_VERSION | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 RIVWEBPYAPI_VERSION diff --git a/ChangeLog b/ChangeLog index 01250a25..c54b9f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22818,3 +22818,7 @@ for the 'rivwebpyapi' API. * Incremented the version of the 'rivwebpyapi' PyPI package to 4.0.0b8. +2021-12-20 Fred Gleason + * Fixed a bug that broke the 'make py-rpm' target. + * Reset the version of the 'rivwebpyapi' PyPI package to + 4.0.0b3. diff --git a/RIVWEBPYAPI_VERSION b/RIVWEBPYAPI_VERSION deleted file mode 100644 index fac5e899..00000000 --- a/RIVWEBPYAPI_VERSION +++ /dev/null @@ -1 +0,0 @@ -4.0.0b6 \ No newline at end of file diff --git a/rivwebpyapi.spec.in b/rivwebpyapi.spec.in index 3d88b0d4..6b31bee5 100644 --- a/rivwebpyapi.spec.in +++ b/rivwebpyapi.spec.in @@ -79,8 +79,7 @@ helpers/install_python.sh apis/rivwebpyapi/tests/unassign_sched_code.py $RPM_BUI cp LICENSES/LGPLv2.txt $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}/ %files -/usr/lib64/python3.6/site-packages/rivwebpyapi.py -/usr/lib64/python3.6/site-packages/__pycache__/* +/usr/lib64/python3.6/site-packages/rivwebpyapi/* %{_datadir}/doc/%{name}-%{version} diff --git a/versions/RIVWEBPYAPI_VERSION b/versions/RIVWEBPYAPI_VERSION index 317c1324..37e68f82 100644 --- a/versions/RIVWEBPYAPI_VERSION +++ b/versions/RIVWEBPYAPI_VERSION @@ -1 +1 @@ -4.0.0b8 \ No newline at end of file +4.0.0b3 \ No newline at end of file