insights-client-3.2.1-1
Changelog: - Update version to 3.2.1 - New egg RPM 3.2.9 Resolves: RHBZ#2236120 Signed-off-by: Alba Hita Catala <ahitacat@redhat.com>
This commit is contained in:
parent
87be9309db
commit
d7d17e063e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/insights-core.egg
|
||||
/insights-core.egg.asc
|
||||
/insights-client-3.2.0.tar.xz
|
||||
/insights-client-3.2.1.tar.xz
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
|
||||
Name: insights-client
|
||||
Summary: Uploads Insights information to Red Hat on a periodic basis
|
||||
Version: 3.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.xz
|
||||
Epoch: 0
|
||||
License: GPLv2+
|
||||
@ -36,6 +36,7 @@ BuildRequires: systemd
|
||||
BuildRequires: pam
|
||||
BuildRequires: meson
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires(post): policycoreutils-python-utils
|
||||
|
||||
|
||||
@ -125,6 +126,7 @@ rm -rf %{buildroot}
|
||||
%attr(750,root,root) %dir %{_localstatedir}/cache/insights/
|
||||
%attr(750,root,root) %dir %{_localstatedir}/lib/insights/
|
||||
%{_sysconfdir}/logrotate.d/insights-client
|
||||
%{_tmpfilesdir}/insights-client.conf
|
||||
|
||||
%doc
|
||||
%defattr(-, root, root)
|
||||
@ -133,6 +135,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 04 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.1-0
|
||||
- Update version to 3.2.1
|
||||
- New egg RPM version 3.2.9 (RHBZ#2236120)
|
||||
|
||||
* Thu Aug 24 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.0-4
|
||||
- Remove printing to stdout semanage postscript
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (insights-client-3.2.0.tar.xz) = 66a0247856440df1671d5edd4682c859e1acfa102fbb5cd1fe61d877a079917117b22437a18d2fea28991a0a67039e00f63623ca45788c0853bd265f0aa98650
|
||||
SHA512 (insights-client-3.2.1.tar.xz) = 888471f7fc575592d1cc095853951d539910b2604e1f4aca2c3c062ff5597ea2fd74fb0500fee00c7b40f2731f8fefb165e8bb300a090705e9c3509663cf7c53
|
||||
|
||||
Loading…
Reference in New Issue
Block a user