Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NC | Online Upgrade | RPM spec changes and github action for RPM install test #8516

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
add prints
Signed-off-by: Romy <[email protected]>
romayalon committed Dec 30, 2024
commit a9ca5b6ce3ef117c27881faaa61a745f5b7f84bf
4 changes: 4 additions & 0 deletions src/deploy/RPM_build/noobaa.spec
Original file line number Diff line number Diff line change
@@ -43,6 +43,10 @@ NooBaa is a data service for cloud environments, providing S3 object-store inter
%pre
# Get the current installed version of the package
current_version=$(rpm -q --qf '%{VERSION}-%{RELEASE}' noobaa 2>/dev/null || echo "")
echo "ROMY current_version $current_version"
echo "ROMY current_version .noobaa-core-$current_version"

echo "ROMY new_version $noobaa_core_version_path"

%prep
%setup -n noobaa -q