Do not set unused global
This commit is contained in:
parent
a377100b34
commit
2d756a4017
@ -4,13 +4,9 @@
|
|||||||
%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)
|
||||||
|
|
||||||
# Not interested in packaging lib
|
|
||||||
# stratisd is supposed to be daemon used through dbus
|
|
||||||
%global __cargo_is_lib() false
|
|
||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -176,6 +172,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-5
|
||||||
|
- Do not set unused global
|
||||||
|
|
||||||
* Tue Mar 15 2022 mulhern <amulhern@redhat.com> - 3.0.4-4
|
* Tue Mar 15 2022 mulhern <amulhern@redhat.com> - 3.0.4-4
|
||||||
- Install two scripts
|
- Install two scripts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user