Updated to version 8.1.0.264
- Rebased to upstream candidate. - Related: 1955374
This commit is contained in:
parent
08860fa843
commit
cce793309a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/vdo-1cf3a0b.tar.gz
|
||||
/vdo-860e625.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vdo-1cf3a0b.tar.gz) = a8a46e15f455d1cdae2954eed70189a5df91c4e84276b431e290b4fce0a72b70c538155823425b83bb3e1c904defc05c7220bd5d606a6a095bd4715444bc2ce2
|
||||
SHA512 (vdo-860e625.tar.gz) = f560471d7fc4e9bbc2c6e957b230e251a6336be3b417dee09bed936c92d609744b0758812751f4de97e973d8e8849c9544abcd0d815341a3862f7150574d4ea9
|
||||
|
11
vdo.spec
11
vdo.spec
@ -1,5 +1,5 @@
|
||||
%global commit 1cf3a0b44e81d61d4a0ff8193211ad1297fefa69
|
||||
%global gittag 8.1.0.1
|
||||
%global commit 860e6252373da1e2b5de0d021c947ae53d8ca32e
|
||||
%global gittag 8.1.0.264
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define spec_release 1
|
||||
@ -136,7 +136,6 @@ done
|
||||
%dir %{python3_sitelib}/%{name}/statistics/
|
||||
%{python3_sitelib}/%{name}/statistics/Command.py
|
||||
%{python3_sitelib}/%{name}/statistics/Field.py
|
||||
%{python3_sitelib}/%{name}/statistics/KernelStatistics.py
|
||||
%{python3_sitelib}/%{name}/statistics/LabeledValue.py
|
||||
%{python3_sitelib}/%{name}/statistics/StatFormatter.py
|
||||
%{python3_sitelib}/%{name}/statistics/StatStruct.py
|
||||
@ -147,8 +146,6 @@ done
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/Command.cpython-39.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/Field.cpython-39.opt-1.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/Field.cpython-39.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/KernelStatistics.cpython-39.opt-1.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/KernelStatistics.cpython-39.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/LabeledValue.cpython-39.opt-1.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/LabeledValue.cpython-39.pyc
|
||||
%{python3_sitelib}/%{name}/statistics/__pycache__/StatFormatter.cpython-39.opt-1.pyc
|
||||
@ -237,6 +234,10 @@ This package provides the user-space support tools for VDO.
|
||||
%{_mandir}/man8/vdoregenerategeometry.8.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 - Andy Walsh <awalsh@redhat.com> - 8.1.0.264-1
|
||||
- Rebased to upstream candidate.
|
||||
- Related: rhbz#1955374
|
||||
|
||||
* Tue May 04 2021 - Andy Walsh <awalsh@redhat.com> - 8.1.0.1-1
|
||||
- Initial build for EL9
|
||||
- Resolves: rhbz#1955374
|
||||
|
Loading…
Reference in New Issue
Block a user