Install two scripts
This commit is contained in:
parent
21b4c35f93
commit
a377100b34
@ -10,7 +10,7 @@
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.0.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
# 0BSD or MIT or ASL 2.0
|
||||
@ -116,6 +116,8 @@ install -Dpm0644 -t %{buildroot}%{_unitdir} systemd/stratis-fstab-setup\@.servic
|
||||
cp target/release/stratis-utils target/release/stratis-str-cmp
|
||||
install -Dpm0755 -t %{buildroot}%{udevdir} target/release/stratis-str-cmp
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{udevdir}/stratis-base32-decode
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{udevdir}/identify-stratis-dev
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{udevdir}/identify-stratis-luks-dev
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_bindir}/stratis-predict-usage
|
||||
|
||||
@ -153,6 +155,8 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup
|
||||
%{_udevrulesdir}/61-stratisd.rules
|
||||
%{udevdir}/stratis-str-cmp
|
||||
%{udevdir}/stratis-base32-decode
|
||||
%{udevdir}/identify-stratis-dev
|
||||
%{udevdir}/identify-stratis-luks-dev
|
||||
%{_bindir}/stratis-predict-usage
|
||||
%{_unitdir}/stratisd-min-postinitrd.service
|
||||
%{_unitdir}/stratis-fstab-setup@.service
|
||||
@ -172,6 +176,9 @@ install -Dpm0755 -t %{buildroot}%{_systemd_util_dir} systemd/stratis-fstab-setup
|
||||
%{_systemdgeneratordir}/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Tue Mar 15 2022 mulhern <amulhern@redhat.com> - 3.0.4-4
|
||||
- Install two scripts
|
||||
|
||||
* Mon Mar 14 2022 mulhern <amulhern@redhat.com> - 3.0.4-3
|
||||
- Fix the previous revision
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user