Remove __cargo_skip_build

This commit is contained in:
mulhern 2022-03-24 15:11:59 -04:00
parent 3232aa6393
commit c4f90253ab

View File

@ -1,12 +1,11 @@
# Generated by rust2rpm # Generated by rust2rpm
%bcond_without check %bcond_without check
%global __cargo_skip_build 0
%global udevdir %(pkg-config --variable=udevdir udev) %global udevdir %(pkg-config --variable=udevdir udev)
%global dracutdir %(pkg-config --variable=dracutdir dracut) %global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd Name: stratisd
Version: 3.0.4 Version: 3.0.4
Release: 6%{?dist} Release: 7%{?dist}
Summary: Daemon that manages block devices to create filesystems Summary: Daemon that manages block devices to create filesystems
# 0BSD or MIT or ASL 2.0 # 0BSD or MIT or ASL 2.0
@ -172,6 +171,9 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup
%{_systemdgeneratordir}/stratis-setup-generator %{_systemdgeneratordir}/stratis-setup-generator
%changelog %changelog
* Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-7
- Remove __cargo_skip_build
* Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-6 * Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-6
- Only build the tests, do not try to run them - Only build the tests, do not try to run them