X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=mdadm.spec;h=b5e0b69482d9d95364adb627b8401f38726df0bb;hp=c14eab76b23719cec8eec46acb74c75a825c7cbb;hb=3cab8baec57413e06191d8d719d7f3003c96d3f0;hpb=39c5a909836de39f974b4221627a2e0420deb913 diff --git a/mdadm.spec b/mdadm.spec index c14eab76..b5e0b694 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,26 +1,20 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 2.4_pre1 +Version: 3.3.3 Release: 1 -#Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz -Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-2.4-pre1.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 -n mdadm-2.4-pre1 +%setup -q # we want to install in /sbin, not /usr/sbin... %define _exec_prefix %{nil} @@ -42,36 +36,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc TODO ChangeLog mdadm.conf-example COPYING %{_sbindir}/mdadm +%{_sbindir}/mdmon +/usr/lib/udev/rules.d/63-md-raid-arrays.rules +/usr/lib/udev/rules.d/64-md-raid-assembly.rules %config(noreplace,missingok)/%{_sysconfdir}/mdadm.conf %{_mandir}/man*/md* %changelog -* Fri May 10 2002 -- update to 1.0.0 -- Set CXFLAGS instead of CFLAGS - -* Sat Apr 6 2002 -- change install to use "make install" - -* Fri Mar 15 2002 -- 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 -- Added Obsoletes: mdctl -- missingok for configfile - -* Wed Mar 12 2002 NeilBrown -- Add md.4 and mdadm.conf.5 man pages - -* Fri Mar 08 2002 Chris Siebenmann -- builds properly as non-root. - -* Fri Mar 08 2002 Derek Vadala -- updated for 0.7, fixed /usr/share/doc and added manpage - -* Tue Aug 07 2001 Danilo Godec -- initial RPM build