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

scylla-machine-image:replace package during upgrade #486

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/debian/control.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Rules-Requires-Root: no
Package: %{product}-machine-image
Architecture: all
Depends: %{product}, %{product}-python3, ${shlibs:Depends}, ${misc:Depends}
Replaces: scylla-machine-image
Description: Scylla Machine Image
Scylla is a highly scalable, eventually consistent, distributed,
partitioned row DB.
2 changes: 1 addition & 1 deletion dist/redhat/scylla-machine-image.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Source0: %{name}-%{version}-%{release}.tar
Requires: %{product} = %{version} %{product}-python3 curl

BuildArch: noarch
Obsoletes: %{product}-ami
Obsoletes: scylla-machine-image

%global _python_bytecompile_errors_terminate_build 0
%global __brp_python_bytecompile %{nil}
Expand Down