2007-01-10 17:49:57 +01:00
|
|
|
#
|
2011-02-18 12:25:57 +01:00
|
|
|
# spec file for package mdadm
|
2007-01-10 17:49:57 +01:00
|
|
|
#
|
2013-04-17 10:05:12 +02:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-10 17:49:57 +01:00
|
|
|
#
|
2008-08-18 00:16:04 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-10 17:49:57 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-04-20 10:01:08 +02:00
|
|
|
|
2007-01-10 17:49:57 +01:00
|
|
|
Name: mdadm
|
2013-09-03 07:46:59 +02:00
|
|
|
Version: 3.3
|
2011-12-22 13:42:21 +01:00
|
|
|
Release: 0
|
2012-05-18 09:23:54 +02:00
|
|
|
BuildRequires: binutils-devel
|
2013-06-13 06:16:10 +02:00
|
|
|
BuildRequires: groff
|
2012-11-04 03:24:36 +01:00
|
|
|
BuildRequires: pkgconfig
|
2007-10-25 02:35:29 +02:00
|
|
|
BuildRequires: sgmltool
|
2012-11-04 03:24:36 +01:00
|
|
|
BuildRequires: pkgconfig(libudev)
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
2012-04-20 10:01:08 +02:00
|
|
|
PreReq: %fillup_prereq %insserv_prereq /sbin/mkinitrd
|
2012-06-21 09:26:19 +02:00
|
|
|
Recommends: cron
|
2012-06-25 14:07:01 +02:00
|
|
|
Recommends: smtp_daemon
|
2007-01-10 17:49:57 +01:00
|
|
|
Obsoletes: raidtools
|
2008-10-06 17:46:23 +02:00
|
|
|
Url: http://www.kernel.org/pub/linux/utils/raid/mdadm/
|
2007-01-10 17:49:57 +01:00
|
|
|
Summary: Utility for Configuring MD Setup
|
2013-02-27 23:27:08 +01:00
|
|
|
License: GPL-2.0
|
2011-12-22 13:42:21 +01:00
|
|
|
Group: System/Base
|
2007-01-10 17:49:57 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-04-17 10:05:12 +02:00
|
|
|
Source: https://www.kernel.org/pub/linux/utils/raid/mdadm/%{name}-%{version}.tar.bz2
|
2007-01-10 17:49:57 +01:00
|
|
|
Source1: Software-RAID.HOWTO.tar.bz2
|
|
|
|
Source2: sysconfig.mdadm
|
|
|
|
Source3: mdadmd
|
|
|
|
Source4: boot.md
|
2008-07-25 02:32:37 +02:00
|
|
|
Source5: mkinitrd-setup.sh
|
|
|
|
Source6: mkinitrd-boot.sh
|
2012-05-22 07:18:08 +02:00
|
|
|
Source7: mdadm.cron
|
2012-08-20 08:57:35 +02:00
|
|
|
Source8: mdadm.shutdown
|
2013-09-13 03:49:53 +02:00
|
|
|
# PATCH-FIX-UPSTREAM config-set-auto_seen-after-processing-the-auto-line.patch upstream-bugfix nfbrown@suse.de
|
|
|
|
Patch1: config-set-auto_seen-after-processing-the-auto-line.patch
|
|
|
|
# PATCH-FIX-UPSTREAM DDF-allow-for-possibility-that-there-is-no-secondary.patch upstream-bugfix nfbrown@suse.de
|
|
|
|
Patch2: DDF-allow-for-possibility-that-there-is-no-secondary.patch
|
|
|
|
# PATCH-FIX-UPSTREAM Make-IRs-and-run-work-properly-for-containers.patch upstream-bugfix nfbrown@suse.de
|
|
|
|
Patch3: Make-IRs-and-run-work-properly-for-containers.patch
|
|
|
|
# PATCH-FIX-UPSTREAM mdmon-honour-offroot-again.patch upstream-bugfix nfbrown@suse.de
|
|
|
|
Patch4: mdmon-honour-offroot-again.patch
|
2013-09-03 07:46:59 +02:00
|
|
|
|
|
|
|
%define _udevdir %(pkg-config --variable=udevdir udev)
|
2013-06-13 06:16:10 +02:00
|
|
|
%define _systemdshutdowndir %{_unitdir}/../system-shutdown
|
2012-11-04 03:24:36 +01:00
|
|
|
|
2007-01-10 17:49:57 +01:00
|
|
|
%description
|
|
|
|
Mdadm is a program that can be used to control Linux md devices. It is
|
|
|
|
intended to provide all the functionality of the mdtools and raidtools
|
|
|
|
programs but with a very different interface.
|
|
|
|
|
|
|
|
%prep
|
2009-10-03 00:44:49 +02:00
|
|
|
%setup -q -a1
|
2013-09-13 03:49:53 +02:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
2007-01-10 17:49:57 +01:00
|
|
|
|
|
|
|
%build
|
2011-10-04 10:39:41 +02:00
|
|
|
make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error"
|
2007-01-10 17:49:57 +01:00
|
|
|
cd Software-RAID.HOWTO
|
|
|
|
sgml2html Software-RAID.HOWTO.sgml
|
|
|
|
sgml2txt Software-RAID.HOWTO.sgml
|
|
|
|
|
|
|
|
%install
|
2013-09-03 07:46:59 +02:00
|
|
|
make install install-systemd install-udev DESTDIR=%{buildroot} SYSTEMD_DIR=%{_unitdir} UDEVDIR=%{_udevdir}
|
2012-11-04 03:24:36 +01:00
|
|
|
rm -rf %{buildroot}/lib/udev
|
|
|
|
install -d %{buildroot}%{_var}/adm/fillup-templates
|
|
|
|
install -d %{buildroot}{%{_sbindir},%{_sysconfdir}/init.d}
|
|
|
|
install -m 755 %{S:4} %{S:3} %{buildroot}%{_sysconfdir}/init.d/
|
|
|
|
install -d %{buildroot}/lib/mkinitrd/scripts
|
|
|
|
install -m 755 %{S:5} %{buildroot}/lib/mkinitrd/scripts/setup-md.sh
|
|
|
|
install -m 755 %{S:6} %{buildroot}/lib/mkinitrd/scripts/boot-md.sh
|
|
|
|
install -d %{buildroot}/etc/cron.daily
|
|
|
|
install -m 755 %{S:7} %{buildroot}/etc/cron.daily/mdadm
|
|
|
|
install -m 644 %{S:2} %{buildroot}%{_var}/adm/fillup-templates/
|
|
|
|
ln -sf ../../etc/init.d/mdadmd %{buildroot}/%{_sbindir}/rcmdadmd
|
|
|
|
install -d %{buildroot}%{_systemdshutdowndir}
|
|
|
|
install -m 755 %{S:8} %{buildroot}%{_systemdshutdowndir}/mdadm.shutdown
|
2007-01-10 17:49:57 +01:00
|
|
|
|
|
|
|
%post
|
2008-09-05 21:15:10 +02:00
|
|
|
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
2012-04-20 10:01:08 +02:00
|
|
|
if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
|
|
|
|
echo "Skipping recreation of existing initial ramdisks, due"
|
|
|
|
echo "to presence of /var/lib/no_initrd_recreation_by_suspend"
|
|
|
|
elif [ -x /sbin/mkinitrd ]; then
|
|
|
|
/sbin/mkinitrd
|
|
|
|
fi
|
|
|
|
|
2009-01-27 02:19:51 +01:00
|
|
|
%{fillup_and_insserv -y boot.md}
|
2007-01-10 17:49:57 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
%restart_on_update mdadmd
|
2008-09-05 21:15:10 +02:00
|
|
|
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
|
2012-04-20 10:01:08 +02:00
|
|
|
if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
|
|
|
|
echo "Skipping recreation of existing initial ramdisks, due"
|
|
|
|
echo "to presence of /var/lib/no_initrd_recreation_by_suspend"
|
|
|
|
elif [ -x /sbin/mkinitrd ]; then
|
|
|
|
/sbin/mkinitrd
|
|
|
|
fi
|
|
|
|
|
2007-01-10 17:49:57 +01:00
|
|
|
%{insserv_cleanup}
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%stop_on_removal mdadmd
|
|
|
|
|
|
|
|
%clean
|
2012-11-04 03:24:36 +01:00
|
|
|
rm -rf %{buildroot}
|
2007-01-10 17:49:57 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%attr(0755,root,root) %config %{_sysconfdir}/init.d/*
|
2008-09-24 17:12:07 +02:00
|
|
|
%doc COPYING ChangeLog README.initramfs TODO mdadm.conf-example mkinitramfs
|
2007-01-10 17:49:57 +01:00
|
|
|
%doc Software-RAID.HOWTO/Software-RAID.HOWTO*{.txt,.html}
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
/sbin/*
|
|
|
|
%{_sbindir}/*
|
|
|
|
%{_var}/adm/fillup-templates/sysconfig.mdadm
|
2008-07-25 02:32:37 +02:00
|
|
|
%dir /lib/mkinitrd
|
|
|
|
%dir /lib/mkinitrd/scripts
|
|
|
|
/lib/mkinitrd/scripts/setup-md.sh
|
|
|
|
/lib/mkinitrd/scripts/boot-md.sh
|
2013-09-03 07:46:59 +02:00
|
|
|
%{_udevdir}/rules.d/63-md-raid-arrays.rules
|
|
|
|
%{_udevdir}/rules.d/64-md-raid-assembly.rules
|
2012-05-22 07:25:59 +02:00
|
|
|
%dir /etc
|
|
|
|
%dir /etc/cron.daily
|
|
|
|
/etc/cron.daily/mdadm
|
2012-11-04 03:24:36 +01:00
|
|
|
%{_systemdshutdowndir}/mdadm.shutdown
|
2013-06-13 06:16:10 +02:00
|
|
|
%{_unitdir}/mdmon@.service
|
2008-01-24 18:30:41 +01:00
|
|
|
|
2007-04-06 00:37:00 +02:00
|
|
|
%changelog
|