diff --git a/readline.spec b/readline.spec index f2eb0c1c435d857a5ce1c5c905b8719cf5866caa..4b46f73be5af2df37c11acdf74fca50e7c88d8c3 100644 --- a/readline.spec +++ b/readline.spec @@ -1,6 +1,6 @@ Name: readline Version: 8.1 -Release: 3 +Release: 4 Summary: Readline library for editing typed command lines License: GPLv3+ @@ -47,7 +47,7 @@ Man pages and other related documents for %{name}. %build export CPPFLAGS="-I%{_includedir}/ncurses" -%configure --with-curses +%configure --with-curses --disable-bracketed-paste-default %make_build %install @@ -77,12 +77,10 @@ export CPPFLAGS="-I%{_includedir}/ncurses" %exclude %{_infodir}/dir* %{_mandir}/man3/*.3.gz -%posttrans -if ! grep -q "enable-bracketed-paste" /etc/inputrc; then - echo "set enable-bracketed-paste 0" >> /etc/inputrc -fi - %changelog +* Thu Aug 07 2025 yixiangzhike - 8.1-4 +- Sync from master to drop wrong scriptlet which intrude into the file system + * Wed Jun 14 2023 chenziyang - 8.1-3 - Add shell command to switch bracketed-paste mode from on to off to keep consistent with realine-8.0