diff options
author | Song Liu <songliubraving@fb.com> | 2017-08-29 00:20:35 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-08-29 19:39:12 +0200 |
commit | 52f6a11ec800114164a5b6866548109e0cbf8578 (patch) | |
tree | 7ee6d845fb0da77c149be28e034277c2ad607995 | |
parent | Detail: differentiate between container and inactive arrays (diff) | |
download | mdadm-52f6a11ec800114164a5b6866548109e0cbf8578.tar.xz mdadm-52f6a11ec800114164a5b6866548109e0cbf8578.zip |
mdadm: install two more udev rules in mdadm.spec
To avoid rpmbuild error.
Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
-rw-r--r-- | mdadm.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,8 +37,10 @@ rm -rf $RPM_BUILD_ROOT %doc TODO ChangeLog mdadm.conf-example COPYING %{_sbindir}/mdadm %{_sbindir}/mdmon +/usr/lib/udev/rules.d/01-md-raid-creating.rules /usr/lib/udev/rules.d/63-md-raid-arrays.rules /usr/lib/udev/rules.d/64-md-raid-assembly.rules +/usr/lib/udev/rules.d/69-md-clustered-confirm-device.rules %config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf %{_mandir}/man*/md* |