Compare commits

...

No commits in common. 'i10cs' and 'c9' have entirely different histories.
i10cs ... c9

@ -6,11 +6,9 @@
Name: i2c-tools
Version: 4.3
Release: 13%{?dist}
Release: 3%{?dist}
Summary: A heterogeneous set of I2C tools for Linux
# Note: py-symbus/ is GPL-2.0-only, lib/ is LGPL-2.1-or-later
# and the rest is GPL-2.0-or-later
License: GPL-2.0-or-later
License: GPLv2+
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
Source0: https://www.kernel.org/pub/software/utils/i2c-tools/%{name}-%{version}.tar.xz
@ -22,7 +20,6 @@ BuildRequires: gcc
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: python3-devel
BuildRequires: python3-setuptools
ExcludeArch: s390 s390x
Obsoletes: i2c-tools-eepromer < 4.2-2
@ -34,7 +31,7 @@ decoding scripts, and more.
%package -n python3-i2c-tools
Summary: Python 3 bindings for Linux SMBus access through i2c-dev
License: GPL-2.0-only
License: GPLv2
%{?python_provide:%python_provide python3-i2c-tools}
Requires: libi2c%{?_isa} = %{version}-%{release}
%if %{without python2}
@ -49,7 +46,7 @@ Python 3 bindings for Linux SMBus access through i2c-dev
%package perl
Summary: i2c tools written in Perl
License: GPL-2.0-or-later
License: GPLv2+
Requires: libi2c%{?_isa} = %{version}-%{release}
%description perl
@ -57,7 +54,7 @@ A collection of tools written in perl for use with i2c devices.
%package -n libi2c
Summary: I2C/SMBus bus access library
License: LGPL-2.1-or-later
License: LGPLv2+
%description -n libi2c
libi2c offers a way for applications to interact with the devices
@ -65,7 +62,7 @@ connected to the I2C or SMBus buses of the system.
%package -n libi2c-devel
Summary: Development files for the I2C library
License: LGPL-2.1-or-later
License: LGPLv2+
Requires: libi2c%{?_isa} = %{version}-%{release}
# Remove in F30
Obsoletes: i2c-tools-devel < 4.0-1
@ -158,54 +155,20 @@ exit 0
%{_mandir}/man3/libi2c.3.*
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.3-13
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Thu Jun 30 2022 Jan Zerdik <jzerdik@redhat.com> - 4.3-3
- Rebuilt
- Resolves: rhbz#2072719
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.3-12
- Rebuilt for MSVSphere 10
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.3-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.3-12
- Bump release for June 2024 mass rebuild
* Tue Aug 03 2021 Artem Egorenkov <aegorenk@redhat.com> - 4.3-1
- Version 4.3
- Resolves: rhbz#1989260
* Thu May 09 2024 Pavol Žáčik <pzacik@redhat.com> - 4.3-11
- Fix SPDX license identifiers
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Sep 29 2023 Joe Orton <jorton@redhat.com> - 4.3-8
- migrated to SPDX license
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.3-6
- Rebuilt for Python 3.12
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.3-3
- Rebuilt for Python 3.11
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Jul 24 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 4.3-1
- Update to 4.3
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.2-4
- Rebuilt for Python 3.10
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.2-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save