diff --git a/stratisd.spec b/stratisd.spec index c5b1465..b093cf3 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -9,7 +9,7 @@ Name: stratisd Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that manages block devices to create filesystems License: MPLv2.0 @@ -20,6 +20,8 @@ Patch0: 32bit-fix.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging +BuildRequires: asciidoc + # [dependencies] BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0) BuildRequires: (crate(chrono) >= 0.4.0 with crate(chrono) < 0.5.0) @@ -61,6 +63,7 @@ sed -i -e "/^clippy/d" Cargo.toml %build %cargo_build +make stratisd.8 %install %cargo_install @@ -69,6 +72,7 @@ sed -i -e "/^clippy/d" Cargo.toml # Daemon should be really private mkdir -p %{buildroot}%{_libexecdir} mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd +%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8/ docs/stratisd.8 %if %{with check} %check @@ -81,8 +85,12 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_libexecdir}/stratisd %{_libexecdir}/stratisd %{_datadir}/dbus-1/system.d/stratisd.conf %{_datadir}/dbus-1/system-services/org.storage.stratis1.service +%{_mandir}/man8/stratisd.8.gz %changelog +* Tue Mar 13 2018 Andy Grover - 0.5.0-2 +- Add stratisd manpage + * Thu Mar 08 2018 Igor Gnatenko - 0.5.0-1 - Update to 0.5.0