import stratisd-2.0.0-4.el8
This commit is contained in:
parent
9fdc749a25
commit
0ff76f297a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/stratisd-1.0.4-vendor.tar.xz
|
||||
SOURCES/stratisd-1.0.4.tar.gz
|
||||
SOURCES/stratisd-2.0.0-vendor.tar.xz
|
||||
SOURCES/stratisd-2.0.0.tar.gz
|
||||
|
@ -1,2 +1,2 @@
|
||||
78dd453c7533d9821ba59ef9dde077bdcf34f711 SOURCES/stratisd-1.0.4-vendor.tar.xz
|
||||
c5eda0b65d758d3468b204cbc4c8dd14e7a91490 SOURCES/stratisd-1.0.4.tar.gz
|
||||
a66959b2c743290b61e485a779fedb7fbd7fa24b SOURCES/stratisd-2.0.0-vendor.tar.xz
|
||||
f8cc6c8e1ddf1aa0665bb8801f6ef2c4117fba08 SOURCES/stratisd-2.0.0.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global __cargo_is_lib() false
|
||||
|
||||
Name: stratisd
|
||||
Version: 1.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.0
|
||||
Release: 4%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
License: MPLv2.0
|
||||
@ -73,6 +73,19 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
%{_unitdir}/stratisd.service
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-4
|
||||
- Update to 2.0.0
|
||||
- Resolves: rhbz#1760906
|
||||
- Fix a bug where last update time for variable length metadata was not set
|
||||
properly on startup:
|
||||
- Resolves: rhbz#1720399
|
||||
- Specify path of PID file as "/run/stratisd.pid" instead of
|
||||
"/var/run/stratisd.pid".
|
||||
- Resolves: rhbz#1754649
|
||||
- For a particular log entry, reduce log level from INFO to DEBUG and make the
|
||||
log message more detailed:
|
||||
- Resolves: rhbz#1680052
|
||||
|
||||
* Mon Jun 3 2019 Dennis Keefe <dkeefe@redhat.com> - 1.0.4-2
|
||||
- update to 1.0.4
|
||||
|
||||
@ -103,33 +116,3 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
* Thu May 24 2018 Andy Grover <agrover@redhat.com> - 0.5.2-1
|
||||
- Initial packaging for RHEL 8
|
||||
- Update to 0.5.2
|
||||
|
||||
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-1
|
||||
- Update to 0.5.1
|
||||
|
||||
* Tue Mar 13 2018 Andy Grover <agrover@redhat.com> - 0.5.0-2
|
||||
- Add stratisd manpage
|
||||
|
||||
* Thu Mar 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Thu Feb 15 2018 Andy Grover <agrover@redhat.com> - 0.1.5-2
|
||||
- Require packages that contain binaries that we exec: xfsprogs and
|
||||
device-mapper-persistent-data
|
||||
|
||||
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
|
||||
- Update to 0.1.5
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-3
|
||||
- Rebuild for rust-packaging v5
|
||||
|
||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-2
|
||||
- Move binary under %%{_libexecdir}
|
||||
- Add dbus service (so it is activatable)
|
||||
- Fix rand's version bump
|
||||
|
||||
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
|
||||
- Initial package
|
||||
|
Loading…
Reference in New Issue
Block a user