]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.spec
mdadm/clustermd_tests: add test case to test grow_resize cluster-raid10
[thirdparty/mdadm.git] / mdadm.spec
index 9acffe978167df8e438c195646effd9b779e2551..4e6f87029041ddfd6b6df34d729b5f4d6c96f84d 100644 (file)
@@ -1,32 +1,29 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     0.8.1
+Version:     4.0
 Release:     1
-Source:      http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
-URL:         http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
+URL:         http://neil.brown.name/blog/mdadm
 License:     GPL
 Group:       Utilities/System
 BuildRoot:   %{_tmppath}/%{name}-root
 Obsoletes:   mdctl
 
-%description 
+%description
 mdadm is a program that can be used to create, manage, and monitor
 Linux MD (Software RAID) devices.
-As such is provides similar functionality to the raidtools packages.
-The particular differences to raidtools is that mdadm is a single
-program, and it can perform (almost) all functions without a
-configuration file (that a config file can be used to help with
-some common tasks).
 
 %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 CFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
+make CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}"
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} BINDIR=%{_sbindir} install
@@ -39,32 +36,12 @@ rm -rf $RPM_BUILD_ROOT
 %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
-* Sat Apr  6 2002  <neilb@cse.unsw.edu.au>
-- change %install to use "make install"
-
-* Fri Mar 15 2002  <gleblanc@localhost.localdomain>
-- beautification
-- made mdadm.conf non-replaceable config
-- renamed Copyright to License in the header
-- added missing license file
-- used macros for file paths
-
-* Fri Mar 15 2002 Luca Berra <bluca@comedia.it>
-- Added Obsoletes: mdctl
-- missingok for configfile
-
-* Wed Mar 12 2002 NeilBrown <neilb@cse.unsw.edu.au>
-- Add md.4 and mdadm.conf.5 man pages
-
-* Fri Mar 08 2002              Chris Siebenmann <cks@cquest.utoronto.ca>
-- builds properly as non-root.
-
-* Fri Mar 08 2002 Derek Vadala <derek@cynicism.com>
-- updated for 0.7, fixed /usr/share/doc and added manpage
-
-* Tue Aug 07 2001 Danilo Godec <danci@agenda.si>
-- initial RPM build