dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

Blame SOURCES/mdadm-install-twomore-udev-rules-in-mdadm.spec.patch

2c1b57
From 52f6a11ec800114164a5b6866548109e0cbf8578 Mon Sep 17 00:00:00 2001
2c1b57
From: Song Liu <songliubraving@fb.com>
2c1b57
Date: Mon, 28 Aug 2017 15:20:35 -0700
2c1b57
Subject: [RHEL7.5 PATCH 02/13] mdadm: install two more udev rules in
2c1b57
 mdadm.spec
2c1b57
2c1b57
To avoid rpmbuild error.
2c1b57
2c1b57
Signed-off-by: Song Liu <songliubraving@fb.com>
2c1b57
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
2c1b57
---
2c1b57
 mdadm.spec | 2 ++
2c1b57
 1 file changed, 2 insertions(+)
2c1b57
2c1b57
diff --git a/mdadm.spec b/mdadm.spec
2c1b57
index 4e97efb..4e6f870 100644
2c1b57
--- a/mdadm.spec
2c1b57
+++ b/mdadm.spec
2c1b57
@@ -37,8 +37,10 @@ rm -rf $RPM_BUILD_ROOT
2c1b57
 %doc TODO ChangeLog mdadm.conf-example COPYING
2c1b57
 %{_sbindir}/mdadm
2c1b57
 %{_sbindir}/mdmon
2c1b57
+/usr/lib/udev/rules.d/01-md-raid-creating.rules
2c1b57
 /usr/lib/udev/rules.d/63-md-raid-arrays.rules
2c1b57
 /usr/lib/udev/rules.d/64-md-raid-assembly.rules
2c1b57
+/usr/lib/udev/rules.d/69-md-clustered-confirm-device.rules
2c1b57
 %config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf
2c1b57
 %{_mandir}/man*/md*
2c1b57
 
2c1b57
-- 
2c1b57
2.7.4
2c1b57