import stratisd-1.0.4-2.el8
This commit is contained in:
parent
203f53f5d7
commit
9fdc749a25
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/stratisd-1.0.3-vendor.tar.xz
|
SOURCES/stratisd-1.0.4-vendor.tar.xz
|
||||||
SOURCES/stratisd-1.0.3.tar.gz
|
SOURCES/stratisd-1.0.4.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
7846cdea3917c5a2c82a2b7a71be10e70cd4de8b SOURCES/stratisd-1.0.3-vendor.tar.xz
|
78dd453c7533d9821ba59ef9dde077bdcf34f711 SOURCES/stratisd-1.0.4-vendor.tar.xz
|
||||||
2690bdd37bf1588428a9f1506749ed0af27c5a88 SOURCES/stratisd-1.0.3.tar.gz
|
c5eda0b65d758d3468b204cbc4c8dd14e7a91490 SOURCES/stratisd-1.0.4.tar.gz
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
%global __cargo_is_lib() false
|
%global __cargo_is_lib() false
|
||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Daemon that manages block devices to create filesystems
|
Summary: Daemon that manages block devices to create filesystems
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://github.com/stratis-storage/stratisd
|
URL: https://github.com/stratis-storage/stratisd
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-1.0.3-vendor.tar.xz
|
Source1: %{name}-%{version}-vendor.tar.xz
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
@ -36,9 +36,6 @@ Requires: dbus-libs
|
|||||||
# Source1 is vendored dependencies
|
# Source1 is vendored dependencies
|
||||||
%cargo_prep -V 1
|
%cargo_prep -V 1
|
||||||
|
|
||||||
# Not interested in clippy
|
|
||||||
sed -i -e "/^clippy/d" Cargo.toml
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cargo_build
|
%cargo_build
|
||||||
a2x -f manpage docs/stratisd.txt
|
a2x -f manpage docs/stratisd.txt
|
||||||
@ -76,6 +73,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
|
|||||||
%{_unitdir}/stratisd.service
|
%{_unitdir}/stratisd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 3 2019 Dennis Keefe <dkeefe@redhat.com> - 1.0.4-2
|
||||||
|
- update to 1.0.4
|
||||||
|
|
||||||
* Wed Jan 9 2019 Andy Grover <agrover@redhat.com> - 1.0.3-1
|
* Wed Jan 9 2019 Andy Grover <agrover@redhat.com> - 1.0.3-1
|
||||||
- Update to 1.0.3
|
- Update to 1.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user