import sassist-0.8.5-4.el8

This commit is contained in:
CentOS Sources 2020-04-28 04:56:34 -04:00 committed by Andrew Lukoshko
parent 2325495506
commit 824fd58c6d
1 changed files with 11 additions and 9 deletions

View File

@ -1,14 +1,12 @@
Name: sassist Name: sassist
Version: 0.8.5 Version: 0.8.5
Release: 1.3%{?dist} Release: 4%{?dist}
Summary: Dell SupportAssist log collector Summary: Dell SupportAssist log collector
License: MIT License: MIT
URL: http://www.dell.com/en-us/work/learn/supportassist URL: http://www.dell.com/en-us/work/learn/supportassist
Source0: https://github.com/dell/sassist/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/dell/sassist/archive/%{version}/%{name}-%{version}.tar.gz
Patch1: sassist-7256a6a35.patch
BuildRequires: systemd BuildRequires: systemd
%if 0%{?suse_version} %if 0%{?suse_version}
@ -22,12 +20,13 @@ Requires: zip
BuildArch: noarch BuildArch: noarch
%{?systemd_requires} %{?systemd_requires}
Patch0: sassist-7256a6a35.patch
%description %description
Dell SupportAssist log collector for Linux. Dell SupportAssist log collector for Linux.
%prep %prep
%setup -q -n %{name}-%{version} %autosetup -p1 -n %{name}-%{version}
%patch1 -p1
%build %build
@ -57,11 +56,14 @@ install -p -m644 src/systemd/run-media-iDRAC_NATOSC.mount %{buildroot}%{_unitdir
%systemd_postun_with_restart sassist.service %systemd_postun_with_restart sassist.service
%changelog %changelog
* Thu Apr 11 2019 Neil Horman <nhorman@redhat.com> - 0.8.5.1-1.3 * Wed Dec 18 2019 Neil Horman <nhorman@redhat.com> - 0.8.5-4
- release bump to tag this properly - Rev bump for rebuild (bz 1678863)
* Thu Apr 11 2019 Neil Horman <nhorman@redhat.com> - 0.8.5.1-1.1 * Wed Dec 18 2019 Neil Horman <nhorman@redhat.com> - 0.8.5-3
- Fix zstream socket file bug (bz 1692451) - Revision bump for rebuild (bz 1678863)
* Fri Mar 08 2019 Neil Horman <nhorman@redhat.com> - 0.8.5-2
- Fix broken zip operation when socket files are present (bz 1678863)
* Thu Nov 01 2018 Charles Rose <charles_rose@dell.com> - 0.8.5-1 * Thu Nov 01 2018 Charles Rose <charles_rose@dell.com> - 0.8.5-1
- Retain all content in zip file. Created Makefile. - Retain all content in zip file. Created Makefile.