summaryrefslogtreecommitdiffstats
path: root/pie-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-15 08:57:27 +0200
committerRemi Collet <remi@php.net>2025-04-15 08:57:27 +0200
commit8a79d938826da670e57606f5c16be69df31b7530 (patch)
treeead59d8a90df92eb2a68b4e41eba412590ba2c52 /pie-rpm.patch
parentf423166734ce72ee3db85b131355faf080630bc9 (diff)
update to 0.9.0
add notice about dnf in self-update output open https://github.com/php/pie/issues/217 broken bash completion
Diffstat (limited to 'pie-rpm.patch')
-rw-r--r--pie-rpm.patch11
1 files changed, 11 insertions, 0 deletions
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('<comment>Aborting! You are not running a PHAR, cannot self-update.</comment>');
++ $output->writeln('<comment>Update the pie RPM using the package manager (dnf).</comment>');
+
+ return 1;
+ }