Blame SPECS/dmraid.spec

41b6f0
#
d41101
# Copyright (C)  Heinz Mauelshagen, 2004-2014 Red Hat GmbH. All rights reserved.
41b6f0
#
41b6f0
# See file LICENSE at the top of this source tree for license information.
41b6f0
#
41b6f0
41b6f0
Summary: dmraid (Device-mapper RAID tool and library)
41b6f0
Name: dmraid
41b6f0
Version: 1.0.0.rc16
0dd482
Release: 26%{?dist}
41b6f0
License: GPLv2+
41b6f0
Group: System Environment/Base
41b6f0
URL: http://people.redhat.com/heinzm/sw/dmraid
41b6f0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
41b6f0
BuildRequires: device-mapper-devel >= 1.02.02-2
41b6f0
BuildRequires: device-mapper-event-devel
41b6f0
BuildRequires: libselinux-devel
41b6f0
BuildRequires: libsepol-devel
41b6f0
Requires: device-mapper >= 1.02.02-2
41b6f0
Requires: dmraid-events
41b6f0
Requires: kpartx
41b6f0
Requires: systemd
41b6f0
Requires(post): systemd >= 195-4
41b6f0
Obsoletes: dmraid-libs < %{version}-%{release}
41b6f0
Provides: dmraid-libs = %{version}-%{release}
41b6f0
Source0: ftp://people.redhat.com/heinzm/sw/dmraid/src/%{name}-%{version}.tar.bz2
0dd482
Source1: rhel-dmraid-activation
41b6f0
Source2: dmraid-activation.service
41b6f0
41b6f0
Patch0: dmraid-1.0.0.rc16-test_devices.patch
41b6f0
Patch1: ddf1_lsi_persistent_name.patch
41b6f0
Patch2: pdc_raid10_failure.patch
41b6f0
Patch3: return_error_wo_disks.patch
41b6f0
Patch4: fix_sil_jbod.patch
41b6f0
Patch5: avoid_register.patch
41b6f0
Patch6: move_pattern_file_to_var.patch
41b6f0
Patch7: libversion.patch
41b6f0
Patch8: libversion-display.patch
41b6f0
41b6f0
Patch9: bz635995-data_corruption_during_activation_volume_marked_for_rebuild.patch
41b6f0
# Patch10: bz626417_8-faulty_message_after_unsuccessful_vol_registration.patch
41b6f0
Patch11: bz626417_19-enabling_registration_degraded_volume.patch
41b6f0
Patch12: bz626417_20-cleanup_some_compilation_warning.patch
41b6f0
Patch13: bz626417_21-add_option_that_postpones_any_metadata_updates.patch
41b6f0
d41101
Patch14: fix-missing-print-help-parm.patch
d41101
Patch15: fix-dmraid-manpage.patch
d41101
41b6f0
%description
41b6f0
DMRAID supports RAID device discovery, RAID set activation, creation,
41b6f0
removal, rebuild and display of properties for ATARAID/DDF1 metadata on
41b6f0
Linux >= 2.4 using device-mapper.
41b6f0
41b6f0
%package -n dmraid-devel
41b6f0
Summary: Development libraries and headers for dmraid.
41b6f0
Group: Development/Libraries
41b6f0
Requires: dmraid = %{version}-%{release}, sgpio
41b6f0
41b6f0
%description -n dmraid-devel
41b6f0
dmraid-devel provides a library interface for RAID device discovery,
41b6f0
RAID set activation and display of properties for ATARAID volumes.
41b6f0
41b6f0
%package -n dmraid-events
41b6f0
Summary: dmevent_tool (Device-mapper event tool) and DSO
41b6f0
Group: System Environment/Base
41b6f0
Requires: dmraid = %{version}-%{release}, sgpio
41b6f0
Requires: device-mapper-event
41b6f0
41b6f0
%description -n dmraid-events
41b6f0
Provides a dmeventd DSO and the dmevent_tool to register devices with it
41b6f0
for device monitoring.  All active RAID sets should be manually registered
41b6f0
with dmevent_tool.
41b6f0
41b6f0
%package -n dmraid-events-logwatch
41b6f0
Summary: dmraid logwatch-based email reporting
41b6f0
Group: System Environment/Base
41b6f0
Requires: dmraid-events = %{version}-%{release}, logwatch, /etc/cron.d
41b6f0
41b6f0
%description -n dmraid-events-logwatch
41b6f0
Provides device failure reporting via logwatch-based email reporting.
41b6f0
Device failure reporting has to be activated manually by activating the 
41b6f0
/etc/cron.d/dmeventd-logwatch entry and by calling the dmevent_tool
41b6f0
(see manual page for examples) for any active RAID sets.
41b6f0
41b6f0
%prep
41b6f0
%setup -q -n dmraid/%{version}
41b6f0
%patch0 -p1
41b6f0
%patch1 -p1
41b6f0
%patch2 -p1
41b6f0
%patch3 -p1
41b6f0
%patch4 -p1
41b6f0
%patch5 -p1
41b6f0
%patch6 -p1
41b6f0
%patch7 -p1
41b6f0
%patch8 -p1
41b6f0
41b6f0
%patch9 -p1
41b6f0
# %patch10 -p1
41b6f0
%patch11 -p1
41b6f0
%patch12 -p1
41b6f0
%patch13 -p1
41b6f0
d41101
%patch14 -p1
d41101
%patch15 -p1
41b6f0
d41101
%build
41b6f0
%configure --prefix=${RPM_BUILD_ROOT}/usr --sbindir=${RPM_BUILD_ROOT}/sbin --libdir=${RPM_BUILD_ROOT}/%{_libdir} --mandir=${RPM_BUILD_ROOT}/%{_mandir} --includedir=${RPM_BUILD_ROOT}/%{_includedir} --enable-debug --enable-libselinux --enable-libsepol --disable-static_link --enable-led --enable-intel_led
41b6f0
make DESTDIR=$RPM_BUILD_ROOT
41b6f0
41b6f0
%install
41b6f0
rm -rf $RPM_BUILD_ROOT
41b6f0
install -m 755 -d $RPM_BUILD_ROOT{%{_libdir},/sbin,%{_sbindir},%{_bindir},%{_libdir},%{_includedir}/dmraid/,/var/lock/dmraid,/etc/cron.d/,/etc/logwatch/conf/services/,/etc/logwatch/scripts/services/,/var/cache/logwatch/dmeventd}
41b6f0
make DESTDIR=$RPM_BUILD_ROOT install
41b6f0
ln -s dmraid $RPM_BUILD_ROOT/sbin/dmraid.static
41b6f0
41b6f0
# Provide convenience link from dmevent_tool
41b6f0
(cd $RPM_BUILD_ROOT/sbin ; ln -f dmevent_tool dm_dso_reg_tool)
41b6f0
(cd $RPM_BUILD_ROOT/%{_mandir}/man8 ; ln -f dmevent_tool.8 dm_dso_reg_tool.8 ; ln -f dmraid.8 dmraid.static.8)
41b6f0
41b6f0
install -m 644 include/dmraid/*.h $RPM_BUILD_ROOT%{_includedir}/dmraid/
41b6f0
41b6f0
# Install the libdmraid and libdmraid-events (for dmeventd) DSO
41b6f0
# Create version symlink to libdmraid.so.1 we link against
41b6f0
install -m 755 lib/libdmraid.so \
41b6f0
	$RPM_BUILD_ROOT%{_libdir}/libdmraid.so.%{version}
41b6f0
(cd $RPM_BUILD_ROOT/%{_libdir} ; ln -sf libdmraid.so.%{version} libdmraid.so ; ln -sf libdmraid.so.%{version} libdmraid.so.1)
41b6f0
install -m 755 lib/libdmraid-events-isw.so \
41b6f0
	$RPM_BUILD_ROOT%{_libdir}/libdmraid-events-isw.so.%{version}
41b6f0
(cd $RPM_BUILD_ROOT/%{_libdir} ; ln -sf libdmraid-events-isw.so.%{version} libdmraid-events-isw.so ; ln -sf libdmraid-events-isw.so.%{version} libdmraid-events-isw.so.1)
41b6f0
41b6f0
# Install logwatch config file and script for dmeventd
41b6f0
install -m 644 logwatch/dmeventd.conf $RPM_BUILD_ROOT/etc/logwatch/conf/services/dmeventd.conf
41b6f0
install -m 755 logwatch/dmeventd $RPM_BUILD_ROOT/etc/logwatch/scripts/services/dmeventd
41b6f0
install -m 644 logwatch/dmeventd_cronjob.txt $RPM_BUILD_ROOT/etc/cron.d/dmeventd-logwatch
41b6f0
install -m 0700 /dev/null $RPM_BUILD_ROOT/var/cache/logwatch/dmeventd/syslogpattern.txt
41b6f0
41b6f0
# Install systemd unit
41b6f0
install -d ${RPM_BUILD_ROOT}/%{_prefix}/lib/systemd
41b6f0
install -d ${RPM_BUILD_ROOT}/%{_unitdir}
0dd482
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_prefix}/lib/systemd/rhel-dmraid-activation
41b6f0
install -m 444 %{SOURCE2} $RPM_BUILD_ROOT/%{_unitdir}/dmraid-activation.service
41b6f0
41b6f0
rm -f $RPM_BUILD_ROOT/%{_libdir}/libdmraid.a
41b6f0
41b6f0
%clean
41b6f0
rm -rf $RPM_BUILD_ROOT
41b6f0
41b6f0
%post
41b6f0
/sbin/ldconfig
41b6f0
%systemd_post dmraid-activation.service
41b6f0
41b6f0
%postun
41b6f0
/sbin/ldconfig
41b6f0
41b6f0
# 1. Main package
41b6f0
%files
41b6f0
%defattr(-,root,root)
41b6f0
%doc CHANGELOG CREDITS KNOWN_BUGS LICENSE LICENSE_GPL LICENSE_LGPL README TODO doc/dmraid_design.txt
41b6f0
/%{_mandir}/man8/dmraid*
41b6f0
/sbin/dmraid
41b6f0
/sbin/dmraid.static
41b6f0
%{_libdir}/libdmraid.so*
41b6f0
%{_libdir}/libdmraid-events-isw.so*
0dd482
%{_prefix}/lib/systemd/rhel-dmraid-activation
41b6f0
%{_unitdir}/dmraid-activation.service
41b6f0
%ghost /var/lock/dmraid
41b6f0
41b6f0
# 2. Development package
41b6f0
%files -n dmraid-devel
41b6f0
%defattr(-,root,root)
41b6f0
%dir %{_includedir}/dmraid
41b6f0
%{_includedir}/dmraid/*
41b6f0
41b6f0
# 3. Event (device montoring) package
41b6f0
%files -n dmraid-events
41b6f0
%defattr(-,root,root)
41b6f0
/%{_mandir}/man8/dmevent_tool*
41b6f0
/%{_mandir}/man8/dm_dso_reg_tool*
41b6f0
/sbin/dmevent_tool
41b6f0
/sbin/dm_dso_reg_tool
41b6f0
41b6f0
# 4. Event package to support logwatch monitoring
41b6f0
%files -n dmraid-events-logwatch
41b6f0
%defattr(-,root,root)
41b6f0
%config(noreplace) /etc/logwatch/*
41b6f0
%config(noreplace) /etc/cron.d/dmeventd-logwatch
41b6f0
%dir /var/cache/logwatch/dmeventd
41b6f0
%ghost /var/cache/logwatch/dmeventd/syslogpattern.txt
41b6f0
41b6f0
%changelog
0dd482
* Thu Sep 10 2015 Peter Rajnoha <prajnoha@redhat.com> - 1.0.0.rc16-26
0dd482
- Rename /usr/lib/systemd/fedora-dmraid-activaton to rhel-dmraid-activation.
0dd482
d41101
* Wed Jun 18 2014 Heinz Mauelshagen  <heinzm@redhat.com> - 1.0.0.rc16-25
d41101
- Resolves: bz#1073134 (fix library path names)
d41101
d41101
* Wed Jun 18 2014 Heinz Mauelshagen  <heinzm@redhat.com> - 1.0.0.rc16-24
d41101
- Resolves: bz#1073134
d41101
- Resolves: bz#948384
d41101
26d610
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.0.rc16-23
26d610
- Mass rebuild 2014-01-24
26d610
26d610
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.0.rc16-22
26d610
- Mass rebuild 2013-12-27
26d610
41b6f0
* Wed May 22 2013 Adam Williamson <awilliam@redhat.com> - 1.0.0.rc16-21
41b6f0
- don't pass kpartx a delimiter when activating sets
41b6f0
- Resolves: bz#966162
41b6f0
41b6f0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0.rc16-20
41b6f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
41b6f0
41b6f0
* Wed Nov 28 2012 Peter Rajnoha <prajnoha@redhat.com> - 1.0.0.rc16-19
41b6f0
- Fix postun scriptlet to run ldconfig properly.
41b6f0
41b6f0
* Thu Nov 01 2012 Peter Rajnoha <prajnoha@redhat.com> - 1.0.0.rc16-18
41b6f0
- Add fedora-dmraid-activation script and dmraid-activation.service systemd unit.
41b6f0
  This replaces dmraid activation part of the former fedora-storage-init
41b6f0
  script that was included in the initscripts package before.
41b6f0
- Add 'Requires: systemd' to dmraid package.
41b6f0
41b6f0
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0.rc16-17
41b6f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
41b6f0
41b6f0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0.rc16-16
41b6f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
41b6f0
41b6f0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0.rc16-15
41b6f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
41b6f0
41b6f0
* Thu Nov 24 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-14
41b6f0
- Updated specfile to use %ghost on /var/lock/dmraid
41b6f0
- Resolves: bz#656576
41b6f0
41b6f0
* Thu Nov 08 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-13
41b6f0
- Fix kernel panic when rebuilding and reboot occurs on IMSM RAID5 volume
41b6f0
- Resolves: bz#649788
41b6f0
41b6f0
* Thu Jan 21 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-12
41b6f0
- Create symlink from full versioned libdmraid dso file to libdmraid.so.1
41b6f0
  (ie. soname we use for linking)
41b6f0
- Resolves: bz#557276
41b6f0
41b6f0
* Wed Jan 20 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-11
41b6f0
- return full internal library name as a combination of library
41b6f0
  major, minor, subminor and suffix numbers on calls to libdmraid_version()
41b6f0
- Related: bz#556863
41b6f0
41b6f0
* Tue Jan 19 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-10
41b6f0
- change libdmraid version to 1
41b6f0
- Resolves: bz#556863
41b6f0
41b6f0
* Tue Jan 12 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-9
41b6f0
- bz554754: switch to using /var/cache/logwatch/dmeventd/syslogpattern.txt;
41b6f0
  explicitly claim logwatch files in dmraid-events-logwatch
41b6f0
41b6f0
* Thu Jan 7 2010  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-8
41b6f0
- scratch build
41b6f0
41b6f0
* Fri Dec 1 2009  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-7
41b6f0
- bz542898: fix Silicon Image JBOD support
41b6f0
41b6f0
* Fri Oct 16 2009  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-6
41b6f0
- Fix manual path in specfile
41b6f0
41b6f0
* Fri Oct 16 2009  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-5
41b6f0
- bz526157: fix manual pages for dmraid.static and dm_dso_reg_tool
41b6f0
41b6f0
* Thu Oct 15 2009  Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16-4
41b6f0
- bz505562: ddf1 metadata format handler LSI persistent name fix
41b6f0
- bz524168: fix pdc metadata format handler to report the correct number
41b6f0
  of devices in a RAID10 subset
41b6f0
- bz528097: move libraries to /lib* in order to avoid catch22
41b6f0
  with unmountable u/usr
41b6f0
41b6f0
* Mon Sep 21 2009 Hans de Goede <hdegoede@redhat.com> - 1.0.0.rc16-3
41b6f0
- Add Obsoletes for dmraid-libs packages (merged into the main pkg, #524261)
41b6f0
- Make -devel Require the main package now the dmraid-libs package is gone
41b6f0
41b6f0
* Wed Sep 16 2009 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc16
41b6f0
- Update to version 1.0.0.rc16
41b6f0
41b6f0
* Fri Apr 17 2009 Hans de Goede <hdegoede@redhat.com> - 1.0.0.rc15-7
41b6f0
- Fix activation of isw raid sets when the disks have serialnumber longer
41b6f0
  then 16 characters (#490121)
41b6f0
41b6f0
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0.rc15-6
41b6f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
41b6f0
41b6f0
* Fri Feb 13 2009 Hans de Goede <hdegoede@redhat.com> - 1.0.0.rc15-5
41b6f0
- Make --rm_partitions work with older kernels which return EINVAL when trying
41b6f0
  to remove a partition with a number > 16
41b6f0
- Document --rm_partitions in the man page
41b6f0
41b6f0
* Thu Feb 12 2009 Hans de Goede <hdegoede@redhat.com> - 1.0.0.rc15-4
41b6f0
- Add patch adding --rm_partitions cmdline option and functionality (#484845)
41b6f0
41b6f0
* Thu Feb  5 2009 Hans de Goede <hdegoede@redhat.com> - 1.0.0.rc15-3
41b6f0
- Fix mismatch between BIOS and dmraid's view of ISW raid 10 sets
41b6f0
41b6f0
* Tue Nov 18 2008 Bill Nottingham <notting@redhat.com> - 1.0.0.rc15-2
41b6f0
- Re-add upstream whitespace removal patch (#468649, #470634)
41b6f0
41b6f0
* Thu Sep 25 2008 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc15-1
41b6f0
- Update to version 1.0.0.rc15
41b6f0
41b6f0
* Thu Jul 03 2008 Alasdair Kergon <agk@redhat.com> - 1.0.0.rc14-8
41b6f0
- Move library into libs subpackage.
41b6f0
- Fix summary and licence tags.
41b6f0
- Replace static build with symlink.
41b6f0
41b6f0
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0.rc14-7
41b6f0
- Autorebuild for GCC 4.3
41b6f0
41b6f0
* Wed Nov 21 2007 Ian Kent <ikent@redhat.com> - 1.0.0.rc14-6
41b6f0
- Bug 379911: dmraid needs to generate UUIDs for lib device-mapper
41b6f0
  - add "DMRAID-" prefix to dmraid UUID string.
41b6f0
41b6f0
* Wed Nov 14 2007 Ian Kent <ikent@redhat.com> - 1.0.0.rc14-5
41b6f0
- Bug 379911: dmraid needs to generate UUIDs for lib device-mapper
41b6f0
- Bug 379951: dmraid needs to activate device-mapper mirror resynchronization error handling
41b6f0
41b6f0
* Mon Oct 22 2007 Ian Kent <ikent@redhat.com> - 1.0.0.rc14-4
41b6f0
- Fix SEGV on "dmraid -r -E" (bz 236891).
41b6f0
41b6f0
* Wed Apr 18 2007 Peter Jones <pjones@redhat.com> - 1.0.0.rc14-3
41b6f0
- Fix jmicron name parsing (#219058)
41b6f0
41b6f0
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.0.0.rc14-2
41b6f0
- Add build dependency on new device-mapper-devel package.
41b6f0
- Add dependency on device-mapper.
41b6f0
- Add post and postun ldconfig.
41b6f0
- Update BuildRoot and Summary.
41b6f0
41b6f0
* Wed Nov 08 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc14-1
41b6f0
- asr.c: fixed Adaptec HostRAID DDF1 metadata discovery (bz#211016)
41b6f0
- ddf1_crc.c: added crc() routine to avoid linking to zlib alltogether,
41b6f0
              because Ubuntu had problems with this
41b6f0
- dropped zlib build requirement
41b6f0
41b6f0
* Thu Oct 26 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc14-bz211016-1
41b6f0
- ddf1.c: get_size() fixed (bz#211016)
41b6f0
- ddf1_lib.c: ddf1_cr_off_maxpds_helper() fixed (bz#211016)
41b6f0
41b6f0
* Wed Oct 11 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc13-1
41b6f0
- metadata.c: fixed bug returning wrang unified RAID type (bz#210085)
41b6f0
- pdc.c: fixed magic number check
41b6f0
41b6f0
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.rc12-7
41b6f0
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
41b6f0
41b6f0
* Fri Sep 22 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc12-1
41b6f0
- sil.c: quorate() OBO fix
41b6f0
- activate.c: handler() OBO fix
41b6f0
- added SNIA DDF1 support
41b6f0
- added reload functionality to devmapper.c
41b6f0
- added log_zero_sectors() to various metadata format handlers
41b6f0
- sil.[ch]: added JBOD support
41b6f0
41b6f0
* Fri Sep  1 2006 Peter Jones <pjones@redhat.com> - 1.0.0.rc11-4
41b6f0
- Require kpartx, so initscripts doesn't have to if you're not using dmraid
41b6f0
41b6f0
* Thu Aug 17 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.rc11-3
41b6f0
- Change Release to follow guidelines, and add dist tag.
41b6f0
41b6f0
* Thu Aug 17 2006 Peter Jones <pjones@redhat.com> - 1.0.0.rc11-FC6.3
41b6f0
- No more excludearch for s390/s390x
41b6f0
41b6f0
* Fri Jul 28 2006 Peter Jones <pjones@redhat.com> - 1.0.0.rc11-FC6.2
41b6f0
- Fix bounds checking on hpt37x error log
41b6f0
- Only build the .so, not the .a
41b6f0
- Fix asc.c duplication in makefile rule
41b6f0
41b6f0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.rc11-FC6.1.1
41b6f0
- rebuild
41b6f0
41b6f0
* Fri Jul  7 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc11-FC6.1
41b6f0
- rebuilt for FC6 with dos partition discovery fix (#197573)
41b6f0
41b6f0
* Tue May 16 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc11-FC6
41b6f0
- rebuilt for FC6 with better tag
41b6f0
41b6f0
* Tue May 16 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc11-FC5_7.2
41b6f0
- rebuilt for FC5
41b6f0
41b6f0
* Tue May 16 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc11-FC5_7.1
41b6f0
- jm.c: checksum() calculation
41b6f0
- misc.c: support "%d" in p_fmt and fix segfault with wrong format identifier
41b6f0
- nv.c: size fix in setup_rd()
41b6f0
- activate.c:
41b6f0
        o striped devices could end on non-chunk boundaries
41b6f0
        o calc_region_size() calculated too small sizes causing large
41b6f0
          dirty logs in memory
41b6f0
- isw.c: set raid5 type to left asymmetric
41b6f0
- toollib.c: fixed 'No RAID...' message
41b6f0
- support selection of RAID5 allocation algorithm in metadata format handlers
41b6f0
- build
41b6f0
41b6f0
* Mon Mar 27 2006 Milan Broz <mbroz@redhat.com> - 1.0.0.rc10-FC5_6.2
41b6f0
- fixed /var/lock/dmraid in specfile (#168195)
41b6f0
41b6f0
* Fri Feb 17 2006 Heinz Mauelshagen <heinzm@redhat.com> - 1.0.0.rc10-FC5_6
41b6f0
- add doc/dmraid_design.txt to %doc (#181885)
41b6f0
- add --enable-libselinux --enable-libsepol to configure
41b6f0
- rebuilt
41b6f0
41b6f0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.rc9-FC5_5.2
41b6f0
- bump again for double-long bug on ppc(64)
41b6f0
41b6f0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.rc9-FC5_5.1
41b6f0
- rebuilt for new gcc4.1 snapshot and glibc changes
41b6f0
41b6f0
* Sun Jan 22 2006 Peter Jones <pjones@redhat.com> 1.0.0.rc9-FC5_5
41b6f0
- Add selinux build deps
41b6f0
- Don't set owner during make install
41b6f0
41b6f0
* Fri Dec  9 2005 Jesse Keating <jkeating@redhat.com> 1.0.0.rc9-FC5_4.1
41b6f0
- rebuilt
41b6f0
41b6f0
* Sun Dec  3 2005 Peter Jones <pjones@redhat.com> 1.0.0.rc9-FC5_4
41b6f0
- rebuild for device-mapper-1.02.02-2
41b6f0
41b6f0
* Fri Dec  2 2005 Peter Jones <pjones@redhat.com> 1.0.0.rc9-FC5_3
41b6f0
- rebuild for device-mapper-1.02.02-1
41b6f0
41b6f0
* Thu Nov 10 2005 Peter Jones <pjones@redhat.com> 1.0.0.rc9-FC5_2
41b6f0
- update to 1.0.0.rc9
41b6f0
- make "make install" do the right thing with the DSO
41b6f0
- eliminate duplicate definitions in the headers
41b6f0
- export more symbols in the DSO
41b6f0
- add api calls to retrieve dm tables
41b6f0
- fix DESTDIR for 'make install' 
41b6f0
- add api calls to identify degraded devices
41b6f0
- remove several arch excludes
41b6f0
41b6f0
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
41b6f0
- add -lselinux -lsepol for new device-mapper deps
41b6f0
41b6f0
* Fri May 20 2005 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0.rc8-FC4_2
41b6f0
- specfile change to build static and dynamic binray into one package
41b6f0
- rebuilt
41b6f0
41b6f0
* Thu May 19 2005 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0.rc8-FC4_1
41b6f0
- nv.c: fixed stripe size
41b6f0
- sil.c: avoid incarnation_no in name creation, because the Windows
41b6f0
         driver changes it every time
41b6f0
- added --ignorelocking option to avoid taking out locks in early boot
41b6f0
  where no read/write access to /var is given
41b6f0
41b6f0
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
41b6f0
- rebuilt
41b6f0
41b6f0
* Tue Mar 15 2005 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0.rc6.1-4_FC4
41b6f0
- VIA metadata format handler
41b6f0
- added RAID10 to lsi metadata format handler
41b6f0
- "dmraid -rD": file device size into {devicename}_{formatname}.size
41b6f0
- "dmraid -tay": pretty print multi-line tables ala "dmsetup table"
41b6f0
- "dmraid -l": display supported RAID levels + manual update
41b6f0
- _sil_read() used LOG_NOTICE rather than LOG_INFO in order to
41b6f0
  avoid messages about valid metadata areas being displayed
41b6f0
  during "dmraid -vay".
41b6f0
- isw, sil filed metadata offset on "-r -D" in sectors rather than in bytes.
41b6f0
- isw needed dev_sort() to sort RAID devices in sets correctly.
41b6f0
- pdc metadata format handler name creation. Lead to
41b6f0
  wrong RAID set grouping logic in some configurations.
41b6f0
- pdc RAID1 size calculation fixed (rc6.1)
41b6f0
- dos.c: partition table code fixes by Paul Moore
41b6f0
- _free_dev_pointers(): fixed potential OOB error
41b6f0
- hpt37x_check: deal with raid_disks = 1 in mirror sets
41b6f0
- pdc_check: status & 0x80 doesn't always show a failed device;
41b6f0
  removed that check for now. Status definitions needed.
41b6f0
- sil addition of RAID sets to global list of sets
41b6f0
- sil spare device memory leak
41b6f0
- group_set(): removal of RAID set in case of error
41b6f0
- hpt37x: handle total_secs > device size
41b6f0
- allow -p with -f
41b6f0
- enhanced error message by checking target type against list of
41b6f0
  registered target types
41b6f0
41b6f0
* Fri Jan 21 2005 Alasdair Kergon <agk@redhat.com> 1.0.0.rc5f-2
41b6f0
- Rebuild to pick up new libdevmapper.
41b6f0
41b6f0
* Fri Nov 26 2004 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0.rc5f
41b6f0
- specfile cleanup
41b6f0
41b6f0
* Tue Aug 20 2004 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0-rc4-pre1
41b6f0
- Removed make flag after fixing make.tmpl.in
41b6f0
41b6f0
* Tue Aug 18 2004 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0-rc3
41b6f0
- Added make flag to prevent make 3.80 from looping infinitely
41b6f0
41b6f0
* Thu Jun 17 2004 Heinz Mauelshagen <heinzm@redhat.com> 1.0.0-pre1
41b6f0
- Created