diff --git a/rdma.spec b/rdma.spec index b308637..85aaa14 100644 --- a/rdma.spec +++ b/rdma.spec @@ -6,7 +6,7 @@ Summary: Infiniband/iWARP Kernel Module Initializer Name: rdma Version: 2.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Base Source0: rdma.conf @@ -27,18 +27,6 @@ Requires(postun): systemd %description User space initialization scripts for the kernel InfiniBand/iWARP drivers -%package sysv -Summary: Backward compatible SysV init script -Group: System Environment/Base -Requires: %{name} = %{version}-%{release} -Requires(post): chkconfig -Requires(preun): chkconfig - -%description sysv -The RDMA package has been updated to the newer systemd way of starting -services, this subpackage contains the old SysV init script that used to -be used to start the RDMA subsystem in the kernel. - %prep %build @@ -83,11 +71,14 @@ rm -rf %{buildroot} /lib/udev/rules.d/* %changelog -* Mon Mar 25 2013 Doug Ledford - 2.0-7 +* Mon Mar 25 2013 Doug Ledford - 2.0-8 - Drop the sysv package - Add the SRPT module to the conf file and startup script - Add support for the new ocrdma driver from Emulex +* Thu Feb 14 2013 Fedora Release Engineering - 2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Dec 05 2012 Doug Ledford - 2.0-6 - Add some proper systemd scriptlets - Resolves: bz820154, bz816073, bz816389