X-Git-Url: http://git.onelab.eu/?p=mkinitrd.git;a=blobdiff_plain;f=mkinitrd.spec;h=6b58f065384cd0607e592a640ac2a4d8e180b371;hp=de63ea2ce734a3538edbb591a2152859ff719f71;hb=HEAD;hpb=b5ae9335ae1bdfce8ad00fdd9adbebeeb555c469 diff --git a/mkinitrd.spec b/mkinitrd.spec index de63ea2..6b58f06 100644 --- a/mkinitrd.spec +++ b/mkinitrd.spec @@ -2,7 +2,7 @@ %define name mkinitrd %define version 5.1.19.6 -%define taglevel 0 +%define taglevel 3 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -17,7 +17,7 @@ URL: %(echo %{url} | cut -d ' ' -f 2) Summary: Creates an initial ramdisk image for preloading modules. Name: %{name} Version: %{version} -Release: 61.%{release} +Release: 68.%{release} License: GPL Group: System Environment/Base Source0: mkinitrd-%{version}.tar.bz2 @@ -88,9 +88,14 @@ Patch61: mkinitrd-5.1.19.6-bz438887-activate-all-mpaths.patch Patch62: mkinitrd-5.1.19.6-bz516047-replace-nashDmGetDevName-with-a-cache.patch Patch63: mkinitrd-5.1.19.6-bz560567-Do-not-attempt-nonexistent-DmNameCac.patch Patch64: mkinitrd-5.1.19.6-bz540641-locatemodule-returns-canonical-name.patch +Patch65: mkinitrd-5.1.19.6-bz593050-Use-location-of-bindings-file-from-multipath-conf.patch +Patch66: mkinitrd-5.1.19.6-bz499781-iscsi-duplicate-interfaces.patch +Patch67: mkinitrd-5.1.19.6-bz513961-handle-missing-dmraid.patch +Patch68: mkinitrd-5.1.19.6-bz568325-add-virtio_pci-before-virtio_net.patch Patch70: mkinitrd-5.1.19.6-newer-kernels.patch Patch71: mkinitrd-5.1.19.6-mkdmnod.patch +Patch72: mkinitrd-5.1.19.6-rtc0.patch ExclusiveOs: Linux Prereq: dev @@ -99,6 +104,9 @@ Requires: fileutils, grep, mount, gzip, tar, mktemp >= 1.5-5, findutils, lvm2 Requires: filesystem >= 2.1.0, cpio, device-mapper, initscripts >= 8.22-1 Requires: e2fsprogs >= 1.38-12, glib2, libselinux, libsepol, coreutils Requires: device-mapper-multipath >= 0.4.7-9, kpartx >= 0.4.7-9 +%ifnarch s390 s390x +Requires: iscsi-initiator-utils +%endif Requires: hmaccalc BuildRequires: popt e2fsprogs-devel parted-devel >= 1.7.1-15, pkgconfig, glib2-devel BuildRequires: libdhcp4client-devel, libdhcp6client-devel, libdhcp-devel >= 1.20-6 @@ -222,9 +230,14 @@ nash shell used by initrd %patch62 -p1 %patch63 -p1 %patch64 -p1 +%patch65 -p1 +%patch66 -p1 +%patch67 -p1 +%patch68 -p1 %patch70 -p1 %patch71 -p1 +%patch72 -p1 %build make LIB=%{_lib} @@ -273,6 +286,39 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) /sbin/nash %changelog +* Thu Apr 07 2011 S.Çağlar Onur - mkinitrd-5.1.19.6-3 +- Sync with Centos 5.6 + +* Fri Dec 23 2010 Martin Sivak - 5.1.19.6-68 +- No iSCSI on s390 + Related: rhbz#664389 + +* Mon Dec 20 2010 Martin Sivak - 5.1.19.6-67 +- Add /sbin/iscsiadm to dependencies + Resolves: rhbz#664389 + +* Thu Nov 18 2010 Peter Jones - 5.1.19.6-66 +- Attempt to pull in virtio_pci whenever any virtio module is used. + Related: rhbz#568325 + +* Mon Sep 27 2010 Peter Jones - 5.1.19.6-65 +- Fix a spec file and patch error + Related: rhbz#499781 + +* Fri Sep 24 2010 Peter Jones - 5.1.19.6-64 +- Set up each network interface only once. + Resolves: rhbz#499781 +- Don't fail on s390* when dmraid.static isn't there but withdmraid is true + Resolves: rhbz#513961 + +* Tue May 24 2010 Brian C. Lane - 5.1.19.6-63.1 +- Use location of bindings file from multipath.conf + Resolves: rhbz#593050 + +* Thu Apr 15 2010 Peter Jones - 5.1.19.6-62.1 +- Update patch for 540641 to correctly use nash's builtin readlink + Resolves: rhbz#578236 + * Mon Mar 08 2010 Peter Jones - 5.1.19.6-61 - Use "sg" not "scsi_wait_scan" on RHEL-5 Resolves: rhbz#460899 (#c56)