2020-07-08 19:04:02 +00:00
|
|
|
Name: librhsm
|
|
|
|
Version: 0.0.3
|
2024-10-29 15:43:56 +00:00
|
|
|
Release: 16%{?dist}
|
2020-07-08 19:04:02 +00:00
|
|
|
Summary: Red Hat Subscription Manager library
|
|
|
|
|
2023-08-23 09:53:43 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2020-07-08 19:04:02 +00:00
|
|
|
URL: https://github.com/rpm-software-management/librhsm
|
|
|
|
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
# Patches backported from upstream
|
|
|
|
Patch0001: 0001-Replace-bool-option-with-int-to-generate-repo-files.patch
|
|
|
|
Patch0002: 0002-Generate-repofile-for-any-architecture-if-ALL-is-spe.patch
|
|
|
|
Patch0003: 0003-Enable-repos-when-generating-a-.repo-file-based-on-e.patch
|
|
|
|
Patch0004: 0004-Append-ctx_baseurl-prefix-to-gpg_url-RhBug-1708628.patch
|
2024-05-30 14:13:24 +00:00
|
|
|
Patch0005: 0005-Added-some-instruction-for-building-librhsm.patch
|
|
|
|
Patch0006: 0006-Refactor-parse_entitlement_data.patch
|
|
|
|
Patch0007: 0007-Fix-relocating-certificate-paths-to-etc-rhsm-host.patch
|
2020-07-08 19:04:02 +00:00
|
|
|
|
|
|
|
BuildRequires: meson >= 0.37.0
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.44
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2
|
|
|
|
BuildRequires: pkgconfig(openssl)
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development libraries and header files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_includedir}/rhsm/
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:43:56 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.3-16
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:58:03 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.3-15
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-05-30 14:13:24 +00:00
|
|
|
* Thu May 30 2024 Petr Pisar <ppisar@redhat.com> - 0.0.3-14
|
|
|
|
- Improve a documentation (RHEL-38831)
|
|
|
|
- Refactor parse_entitlement_data() (RHEL-32365)
|
|
|
|
- Fix relocating certificate paths to /etc/rhsm-host (RHEL-37866)
|
|
|
|
|
2024-01-25 03:25:40 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 05:15:12 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-08-23 09:53:43 +00:00
|
|
|
* Wed Aug 23 2023 Petr Pisar <ppisar@redhat.com> - 0.0.3-11
|
|
|
|
- Convert a license tag to SPDX
|
|
|
|
|
2023-07-20 12:00:36 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 17:21:51 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 18:54:11 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 17:10:38 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-14 17:06:36 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.0.3-6
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-07-22 12:18:02 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2023-08-23 09:54:41 +00:00
|
|
|
* Wed Mar 24 2021 Daniel Mach - 0.0.3-4
|
2021-03-24 14:27:40 +00:00
|
|
|
- Fix License in spec to LGPLv2.1+ (was LGPLv2+)
|
|
|
|
|
2021-01-26 17:55:59 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 05:31:26 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-08 19:04:02 +00:00
|
|
|
* Wed Jul 08 2020 Stephen Gallagher <sgallagh@redhat.com> - 0.0.3-1
|
|
|
|
- Initial release
|