Compare commits

..

2 commits

Author SHA1 Message Date
Chung Chung
5be86f5653 Update to 8.3.0.73 (rhbz#2342887)
Signed-off-by: Chung Chung <cchung@redhat.com>
2025-01-30 21:56:30 +00:00
Chung Chung
1a7a1dfcb0 Update to 8.3.0.72 (rhbz#2319335)
Signed-off-by: Chung Chung <cchung@redhat.com>
2024-10-30 20:09:31 +00:00
3 changed files with 3 additions and 21 deletions

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
/vdo-8.3.0.71.tar.gz
/vdo-8.3.0.72.tar.gz
/vdo-8.3.0.73.tar.gz
/vdo-8.3.2.1.tar.gz

View file

@ -1 +1 @@
SHA512 (vdo-8.3.2.1.tar.gz) = 8d1c019546847fb78808f34dd5d206103507da2f774c1c8607daa6ae00b6ebe15bc16cb0276e3e73a4ecc529f00d16da71056f9c853bf2fc404db8e8029093c1
SHA512 (vdo-8.3.0.73.tar.gz) = 59babcbce52fbc4c18eaec1e61435706edb136965cb260b6d85488296d58c855e272acbeda0e51850a3133223f1b990f129e27b75f82d45f192816876a163f0c

View file

@ -1,7 +1,7 @@
Summary: Management tools for Virtual Data Optimizer
Name: vdo
Version: 8.3.2.1
Release: 3%{?dist}
Version: 8.3.0.73
Release: 1%{?dist}
License: GPL-2.0-only
URL: https://github.com/dm-vdo/vdo
@ -59,7 +59,6 @@ This package provides the user-space support tools for VDO.
%files
%license COPYING
%{_bindir}/vdocalculatesize
%{_bindir}/vdoforcerebuild
%{_bindir}/vdoformat
%{_bindir}/vdostats
@ -70,7 +69,6 @@ This package provides the user-space support tools for VDO.
%doc %{_defaultdocdir}/%{name}/examples/monitor/monitor_check_vdostats_logicalSpace.pl
%doc %{_defaultdocdir}/%{name}/examples/monitor/monitor_check_vdostats_physicalSpace.pl
%doc %{_defaultdocdir}/%{name}/examples/monitor/monitor_check_vdostats_savingPercent.pl
%{_mandir}/man8/vdocalculatesize.8*
%{_mandir}/man8/vdoforcerebuild.8*
%{_mandir}/man8/vdoformat.8*
%{_mandir}/man8/vdostats.8*
@ -95,24 +93,9 @@ This package provides the user-space support tools for VDO.
%{_mandir}/man8/vdorecover.8*
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.3.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.3.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Nov 10 2025 - Chung Chung <cchung@redhat.com> - 8.3.2.1-1
- Update to 8.3.2.1
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8.3.0.73-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jan 30 2025 - Chung Chung <cchung@redhat.com> - 8.3.0.73-1
- Update to 8.3.0.73 (rhbz#2342887)
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8.3.0.72-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Oct 17 2024 - Chung Chung <cchung@redhat.com> - 8.3.0.72-1
- Update to 8.3.0.72 (rhbz#2319335)