fix requires
This commit is contained in:
parent
84f8b60eed
commit
ccca4cfc72
@ -1,6 +1,6 @@
|
||||
Name: blisp
|
||||
Version: 0.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Bouffalo Labs ISP tool/library for flashing Bouffalo RISC-V MCUs
|
||||
URL: https://github.com/pine64/blisp
|
||||
License: MIT
|
||||
@ -12,7 +12,7 @@ BuildRequires: gcc cmake make
|
||||
BuildRequires: libserialport, libserialport-devel
|
||||
BuildRequires: argtable3, argtable3-devel
|
||||
|
||||
Requires: libserialport, libargtable3
|
||||
Requires: libserialport, argtable3
|
||||
|
||||
%global _description %{expand:
|
||||
Bouffalo Labs ISP tool & library
|
||||
@ -49,7 +49,10 @@ Header and development files for using blisp
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%changelog
|
||||
* Thu Dec 30 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-1
|
||||
* Fri Dec 30 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-2
|
||||
- fix requires
|
||||
|
||||
* Fri Dec 30 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-1
|
||||
- build using a patch instead of a patched source
|
||||
|
||||
* Thu Dec 29 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-0
|
||||
|
Loading…
Reference in New Issue
Block a user