From 667a881b35fff64e646b59a72a581f5dcfe0dc70 Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Sun, 16 Jul 2023 08:07:49 +0200 Subject: [PATCH] Add package description --- qbootctl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qbootctl.spec b/qbootctl.spec index 13ab88e..57db072 100644 --- a/qbootctl.spec +++ b/qbootctl.spec @@ -6,7 +6,7 @@ Release: 1%{?dist} Summary: Qualcomm bootctl HAL for Linux License: GPL-3.0-or-later -URL: https://gitlab.com/sdm845-mainline +URL: https://gitlab.com/sdm845-mainline/qbootctl Source: https://gitlab.com/sdm845-mainline/qbootctl/-/archive/main/qbootctl-main.zip BuildRequires: meson @@ -17,6 +17,10 @@ BuildRequires: gcc BuildRequires: gcc-c++ Requires: zlib +%description +Qualcomm bootctl HAL for Linux +This HAL was pulled from AOSP source code and bastardised to build and run on a musl/glibc system. This may or may not render any hardware you run it on unusable, you have been warned. + %prep %autosetup -c