Rebase on upstream 3.6
Resolves: BZ#1594443
This commit is contained in:
parent
0788cb1b3a
commit
0a717aa801
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ sos-2.2.tar.gz
|
|||||||
/3.4.tar.gz
|
/3.4.tar.gz
|
||||||
/3.5.tar.gz
|
/3.5.tar.gz
|
||||||
/3.5.1.tar.gz
|
/3.5.1.tar.gz
|
||||||
|
/3.6.tar.gz
|
||||||
|
12
sos.spec
12
sos.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
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.5.1
|
Version: 3.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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+
|
||||||
@ -26,8 +26,8 @@ support technicians and developers.
|
|||||||
%setup -qn %{name}-%{version}
|
%setup -qn %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# BZ1427445
|
# fix version, pushed upstream https://github.com/sosreport/sos/pull/1364
|
||||||
sed 's/@SOSVERSION@/%{version}/g' sos/__init__.py.in > sos/__init__.py
|
sed -i 's/__version__ = "3.5"/__version__ = "3.6"/g' sos/__init__.py
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,6 +47,10 @@ 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-1
|
||||||
|
- Rebase on upstream 3.6
|
||||||
|
- Resolves: BZ#1594443
|
||||||
|
|
||||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.5.1-2
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.5.1-2
|
||||||
- Rebuilt for Python 3.7
|
- Rebuilt for Python 3.7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (3.5.1.tar.gz) = e8cb904dee25976b7261470795d713d0930c50d00a660cc6b279d9d90bb39b6e30c3a40c0444ee4213bc545c4b955d77190a7142255d6d7a0ac17534c651298b
|
SHA512 (3.6.tar.gz) = a9622f7da4aa168c25cd6f68014d9efffa18009075efc878467e348b07277cd713dc251f83242522bbecb9b8ec0e8485ab5536ec6afa0203a07891837db0fac8
|
||||||
|
Loading…
Reference in New Issue
Block a user