|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libgpiod
|
|
|
|
|
Version: 2.1.3
|
|
|
|
|
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
|
|
|
|
Release: 2%{?candidate:.%{candidate}}%{?dist}
|
|
|
|
|
Summary: C library and tools for interacting with linux GPIO char device
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
@ -107,6 +107,10 @@ find %{buildroot} -name '*.la' -delete
|
|
|
|
|
%{_libdir}/%{name}*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.3-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Thu Aug 01 2024 Iker Pedrosa <ipedrosa@redhat.com> - 2.1.3-1
|
|
|
|
|
- Update to 2.1.3
|
|
|
|
|
|
|
|
|
|