From 8a79d938826da670e57606f5c16be69df31b7530 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Apr 2025 08:57:27 +0200 Subject: update to 0.9.0 add notice about dnf in self-update output open https://github.com/php/pie/issues/217 broken bash completion --- pie-rpm.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pie-rpm.patch') diff --git a/pie-rpm.patch b/pie-rpm.patch index e73d0ab..bce68f7 100644 --- a/pie-rpm.patch +++ b/pie-rpm.patch @@ -10,3 +10,14 @@ diff -up ./bin/pie.rpm ./bin/pie $container = Container::factory(); +diff -up ./src/Command/SelfUpdateCommand.php.old ./src/Command/SelfUpdateCommand.php +--- ./src/Command/SelfUpdateCommand.php.old 2025-04-15 08:39:08.283938705 +0200 ++++ ./src/Command/SelfUpdateCommand.php 2025-04-15 08:40:47.169189092 +0200 +@@ -66,6 +66,7 @@ final class SelfUpdateCommand extends Co + { + if (! PieVersion::isPharBuild()) { + $output->writeln('Aborting! You are not running a PHAR, cannot self-update.'); ++ $output->writeln('Update the pie RPM using the package manager (dnf).'); + + return 1; + } -- cgit