From 7a160618c6e052421c3d2fda175057b4e019e35f Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Fri, 1 Nov 2024 10:15:15 +0800 Subject: [PATCH] revert to 1.79-2 --- pigpio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pigpio.spec b/pigpio.spec index e35a6da..92a4f70 100644 --- a/pigpio.spec +++ b/pigpio.spec @@ -4,7 +4,7 @@ Name: pigpio Version: 1.79 -Release: 3 +Release: 4 Summary: Raspberry Pi GPIO control transitional package License: Unlicense URL: https://github.com/joan2937/pigpio @@ -31,7 +31,7 @@ AutoProv: yes Provides: pigpio = %{version}-%{release} -ExclusiveArch: aarch64 loongarch64 +ExclusiveArch: aarch64 ExclusiveOS: Linux %description @@ -165,6 +165,9 @@ install -p -m 644 util/pigpiod.service %{buildroot}%{_service_path} %license %{name}-%{version}/UNLICENCE %changelog +* Fri Nov 01 2024 Wenlong Zhang - 1.79-4 +- revert to 1.79-2 + * Wed Jun 19 2024 Wenlong Zhang - 1.79-3 - build for loongarch64