import stratisd-1.0.4-2.el8

This commit is contained in:
CentOS Sources 2019-11-05 14:46:04 -05:00 committed by Andrew Lukoshko
parent 203f53f5d7
commit 9fdc749a25
3 changed files with 10 additions and 10 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/stratisd-1.0.3-vendor.tar.xz
SOURCES/stratisd-1.0.3.tar.gz
SOURCES/stratisd-1.0.4-vendor.tar.xz
SOURCES/stratisd-1.0.4.tar.gz

View File

@ -1,2 +1,2 @@
7846cdea3917c5a2c82a2b7a71be10e70cd4de8b SOURCES/stratisd-1.0.3-vendor.tar.xz
2690bdd37bf1588428a9f1506749ed0af27c5a88 SOURCES/stratisd-1.0.3.tar.gz
78dd453c7533d9821ba59ef9dde077bdcf34f711 SOURCES/stratisd-1.0.4-vendor.tar.xz
c5eda0b65d758d3468b204cbc4c8dd14e7a91490 SOURCES/stratisd-1.0.4.tar.gz

View File

@ -5,14 +5,14 @@
%global __cargo_is_lib() false
Name: stratisd
Version: 1.0.3
Release: 1%{?dist}
Version: 1.0.4
Release: 2%{?dist}
Summary: Daemon that manages block devices to create filesystems
License: MPLv2.0
URL: https://github.com/stratis-storage/stratisd
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}
@ -36,9 +36,6 @@ Requires: dbus-libs
# Source1 is vendored dependencies
%cargo_prep -V 1
# Not interested in clippy
sed -i -e "/^clippy/d" Cargo.toml
%build
%cargo_build
a2x -f manpage docs/stratisd.txt
@ -76,6 +73,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd
%{_unitdir}/stratisd.service
%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
- Update to 1.0.3