Upstream re-tagged the source package
This commit is contained in:
parent
5c7fbebc6d
commit
3e61329556
7
sos.spec
7
sos.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A set of tools to gather troubleshooting information from a system
|
Summary: A set of tools to gather troubleshooting information from a system
|
||||||
Name: sos
|
Name: sos
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -27,8 +27,6 @@ support technicians and developers.
|
|||||||
%setup -qn %{name}-%{version}
|
%setup -qn %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# fix version, pushed upstream https://github.com/sosreport/sos/pull/1364
|
|
||||||
sed -i 's/__version__ = "3.5"/__version__ = "3.6"/g' sos/__init__.py
|
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,6 +46,9 @@ install -Dm644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
|
|||||||
%config(noreplace) %{_sysconfdir}/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 25 2018 Sandro Bonazzola <sbonazzo@redhat.com> - 3.6-2
|
||||||
|
- Upstream re-tagged the source package
|
||||||
|
|
||||||
* Mon Jun 25 2018 Sandro Bonazzola <sbonazzo@redhat.com> - 3.6-1
|
* Mon Jun 25 2018 Sandro Bonazzola <sbonazzo@redhat.com> - 3.6-1
|
||||||
- Rebase on upstream 3.6
|
- Rebase on upstream 3.6
|
||||||
- Added python3-six build requirement
|
- Added python3-six build requirement
|
||||||
|
Loading…
Reference in New Issue
Block a user