From 66e43c9a69bd132b3987c5e33b1ea889595d4b5e Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 15 Oct 2023 09:09:42 +0530 Subject: [PATCH] remove refs of post.sh and bump release version --- opi5-efi.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opi5-efi.spec b/opi5-efi.spec index 5571312..42ba46c 100644 --- a/opi5-efi.spec +++ b/opi5-efi.spec @@ -5,7 +5,7 @@ Name: opi5-efi Version: 0.0.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Necessary files for booting from vendor U-Boot on Orange Pi 5 License: GPL Provides: %{name}-%{version} @@ -31,7 +31,6 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/opt/opi5-efi cp %{SOURCE0} $RPM_BUILD_ROOT/opt/opi5-efi/boot.cmd cp %{SOURCE1} $RPM_BUILD_ROOT/opt/opi5-efi/uEnv.txt -cp %{SOURCE2} $RPM_BUILD_ROOT/opt/opi5-efi/post.sh %clean rm -rf $RPM_BUILD_ROOT