diff --git a/anda/tools/micro-default-editor/micro-default-editor.spec b/anda/tools/micro-default-editor/micro-default-editor.spec index 0584ee5743..b199e6eeb0 100644 --- a/anda/tools/micro-default-editor/micro-default-editor.spec +++ b/anda/tools/micro-default-editor/micro-default-editor.spec @@ -3,7 +3,7 @@ Name: micro-default-editor # Version, release, and epoch are inherited from the editor package just like other default editors Version: 2.0.15 -Release: 2%?dist +Release: 2%{?dist} Epoch: 0 # Inherited from Micro itself License: MIT and ASL 2.0 diff --git a/anda/tools/neovim-default-editor/neovim-default-editor.spec b/anda/tools/neovim-default-editor/neovim-default-editor.spec index dd950cc8f7..723322b9f8 100644 --- a/anda/tools/neovim-default-editor/neovim-default-editor.spec +++ b/anda/tools/neovim-default-editor/neovim-default-editor.spec @@ -3,7 +3,7 @@ Name: neovim-default-editor # Version, release, and epoch are inherited from the editor package just like other default editors Version: 0.11.5 -Release: 1%?dist +Release: 1%{?dist} Epoch: 0 # Inherited from Neovim itself License: Apache-2.0 AND Vim AND MIT