|
|
@ -1,23 +1,13 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 2;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global glib2_version 2.45.8
|
|
|
|
%global glib2_version 2.45.8
|
|
|
|
%global json_glib_version 1.1.1
|
|
|
|
%global json_glib_version 1.1.1
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Library for reading Jcat files
|
|
|
|
Summary: Library for reading Jcat files
|
|
|
|
Name: libjcat
|
|
|
|
Name: libjcat
|
|
|
|
Version: 0.2.2
|
|
|
|
Version: 0.1.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/hughsie/%{name}
|
|
|
|
URL: https://github.com/hughsie/libjcat
|
|
|
|
Source0: https://github.com/hughsie/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
@ -28,6 +18,7 @@ BuildRequires: gnutls-devel
|
|
|
|
BuildRequires: gnutls-utils
|
|
|
|
BuildRequires: gnutls-utils
|
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
|
|
|
|
|
|
@ -98,78 +89,28 @@ Executable and data files for installed tests.
|
|
|
|
%dir %{_datadir}/installed-tests/libjcat
|
|
|
|
%dir %{_datadir}/installed-tests/libjcat
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.6-3
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.2-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.2-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 14 2024 Richard Hughes <richard@hughsie.com> - 0.2.2-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.2.1-3
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Richard Hughes <richard@hughsie.com> - 0.2.1-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 02 2024 Richard Hughes <richard@hughsie.com> - 0.2.0-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 08 2023 Richard Hughes <richard@hughsie.com> - 0.1.14-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Richard Hughes <richard@hughsie.com> - 0.1.13-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Richard Hughes <richard@hughsie.com> - 0.1.12-3
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.6-2
|
|
|
|
- migrated to SPDX license
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 11 2022 Richard Hughes <richard@hughsie.com> - 0.1.12-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Richard Hughes <richard@hughsie.com> - 0.1.10-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 28 2021 Richard Hughes <richard@hughsie.com> - 0.1.9-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 24 2021 Richard Hughes <richard@hughsie.com> - 0.1.8-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 06 2021 Richard Hughes <richard@hughsie.com> - 0.1.7-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Richard Hughes <richard@hughsie.com> - 0.1.6-1
|
|
|
|
* Mon Feb 08 2021 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
|
|
|
- New upstream release
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Fall back to the AliasId for validation
|
|
|
|
|
|
|
|
- Fix jcat_context_verify_blob() to use self verify for checksums
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 08 2021 Richard Hughes <richard@hughsie.com> - 0.1.5-1
|
|
|
|
* Fri Jan 08 2021 Richard Hughes <richard@hughsie.com> 0.1.5-1
|
|
|
|
- New upstream release
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Allow verifying expired certificates with an additional argument
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 23 2020 Richard Hughes <richard@hughsie.com> - 0.1.4-1
|
|
|
|
* Fri Oct 23 2020 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
|
|
|
- New upstream release
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Export the old JCatEngine property to preserve internal ABI
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
@ -178,18 +119,21 @@ Executable and data files for installed tests.
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 16 2020 Richard Hughes <richard@hughsie.com> - 0.1.3-1
|
|
|
|
* Tue Jun 16 2020 Richard Hughes <richard@hughsie.com> 0.1.3-1
|
|
|
|
- New upstream release
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Export the JcatBlobKind and JcatBlobMethod on the result
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 05 2020 Richard Hughes <richard@hughsie.com> - 0.1.2-2
|
|
|
|
* Fri Jun 05 2020 Richard Hughes <richard@hughsie.com> 0.1.2-2
|
|
|
|
- Security fix for CVE-2020-10759
|
|
|
|
- Fix for CVE-2020-10759
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 2020 Richard Hughes <richard@hughsie.com> - 0.1.2-1
|
|
|
|
* Mon Apr 27 2020 Richard Hughes <richard@hughsie.com> 0.1.2-1
|
|
|
|
- New upstream release
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Build fixes mostly for RHEL
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2020 Richard Hughes <richard@hughsie.com> - 0.1.1-1
|
|
|
|
* Tue Apr 14 2020 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
|
|
|
- New upstream release
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
- Allow adding an item ID 'alias'
|
|
|
|
|
|
|
|
- Make the installed tests actually work
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 23 2020 Richard Hughes <richard@hughsie.com> - 0.1.0-1
|
|
|
|
* Mon Mar 23 2020 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
|
|
|
- Initial release for Fedora package review
|
|
|
|
- Initial release for Fedora package review
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
|
|
|