fbe794e269
Update to 4.3 and backport other patches behind 4.3 Resolves: RHEL-30530 Signed-off-by: Xiao Ni <xni@redhat.com>
70 lines
2.1 KiB
Diff
70 lines
2.1 KiB
Diff
From 9cdcc193cec92c624841d5b70f1b96daafdc4314 Mon Sep 17 00:00:00 2001
|
|
From: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
|
|
Date: Fri, 23 Feb 2024 15:51:44 +0100
|
|
Subject: [PATCH 17/41] mdadm: remove mdadm.spec
|
|
|
|
This file is outdated, distributions have their own specs.
|
|
|
|
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
|
|
---
|
|
mdadm.spec | 47 -----------------------------------------------
|
|
1 file changed, 47 deletions(-)
|
|
delete mode 100644 mdadm.spec
|
|
|
|
diff --git a/mdadm.spec b/mdadm.spec
|
|
deleted file mode 100644
|
|
index 12e7859a..00000000
|
|
--- a/mdadm.spec
|
|
+++ /dev/null
|
|
@@ -1,47 +0,0 @@
|
|
-Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
|
|
-Name: mdadm
|
|
-Version: 4.3
|
|
-Release: 1
|
|
-Source: https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
|
|
-URL: https://neil.brown.name/blog/mdadm
|
|
-License: GPL
|
|
-Group: Utilities/System
|
|
-BuildRoot: %{_tmppath}/%{name}-root
|
|
-Obsoletes: mdctl
|
|
-
|
|
-%description
|
|
-mdadm is a program that can be used to create, manage, and monitor
|
|
-Linux MD (Software RAID) devices.
|
|
-
|
|
-%prep
|
|
-%setup -q
|
|
-# we want to install in /sbin, not /usr/sbin...
|
|
-%define _exec_prefix %{nil}
|
|
-
|
|
-%build
|
|
-# This is a debatable issue. The author of this RPM spec file feels that
|
|
-# people who install RPMs (especially given that the default RPM options
|
|
-# will strip the binary) are not going to be running gdb against the
|
|
-# program.
|
|
-make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
|
|
-
|
|
-%install
|
|
-make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=%{_sbindir} install
|
|
-install -D -m644 mdadm.conf-example $RPM_BUILD_ROOT/%{_sysconfdir}/mdadm.conf
|
|
-
|
|
-%clean
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
-
|
|
-%files
|
|
-%defattr(-,root,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*
|
|
-
|
|
-%changelog
|
|
--
|
|
2.40.1
|
|
|