A small text editor
Go to file
Zdenek Dohnal e53ee57baa nano.spec: Introduce default-editor package
The package is needed for the smooth upgrade process if you don't have
nano as a default editor.

Currently 'dnf upgrade' to newer Fedoras ends with error because
'nano-default-editor' is in DNF group 'Standard', which DNF wants to
install/upgrade during upgrade process. This ends in conflict between
'nano-default-editor' and any other 'system-default-editor' providers,
such as 'vim-default-editor' and manuall intervention is needed.

To fix the behavior we introduce 'default-editor' subpackage, which will
have a weak dependency on 'nano-default-editor', so fresh installations
will have 'nano' as default, and non-nano users will have an upgrade
process without this error.

Requiring system-default-editor was added based on pkratoch's review.
Now default-editor is removed if nano-default-editor is removed and if
nano-default-editor is excluded from a DNF transaction which installs
default-editor, DNF will satisfy the dependency with another package
which provides system-default-editor.
2021-06-23 07:39:45 +02:00
.gitignore new upstream release - 5.0 2020-07-30 12:12:31 +02:00
nano-5.8.tar.xz.asc new upstream release - 5.8 2021-06-15 12:37:31 +02:00
nano-default-editor.csh Add default-editor subpackage (#1854444) 2020-07-17 22:27:09 -04:00
nano-default-editor.fish fix nano-default-editor.fish - don't give EDITOR an universal scope 2020-10-19 09:05:16 +02:00
nano-default-editor.sh Add default-editor subpackage (#1854444) 2020-07-17 22:27:09 -04:00
nano.spec nano.spec: Introduce default-editor package 2021-06-23 07:39:45 +02:00
nanorc - use nanorc.sample as base of /etc/nanorc 2009-10-15 17:10:24 +00:00
sources new upstream release - 5.8 2021-06-15 12:37:31 +02:00