remove refs of post.sh and bump release version

This commit is contained in:
Pratham Patel 2023-10-15 09:09:42 +05:30
parent 9ae05da3ba
commit 66e43c9a69
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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