rpms/libibverbs/F-12 libibverbs.spec,1.18,1.19

Doug Ledford dledford at fedoraproject.org
Sat Dec 5 15:21:35 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/libibverbs/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24641

Modified Files:
	libibverbs.spec 
Log Message:
* Sat Dec 05 2009 Doug Ledford <dledford at redhat.com> - 1.1.3-3
- Own the /etc/libibverbs.d directory



Index: libibverbs.spec
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/F-12/libibverbs.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- libibverbs.spec	6 Nov 2009 16:54:05 -0000	1.18
+++ libibverbs.spec	5 Dec 2009 15:21:35 -0000	1.19
@@ -1,6 +1,6 @@
 Name: libibverbs
 Version: 1.1.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
 
 Group: System Environment/Libraries
@@ -55,19 +55,21 @@ displays information about RDMA devices.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
+mkdir -p -m755 %{buildroot}%{_sysconfdir}/libibverbs.d
 # remove unpackaged files from the buildroot
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
+%dir %{_sysconfdir}/libibverbs.d
 %{_libdir}/libibverbs*.so.*
 %doc AUTHORS COPYING ChangeLog README
 
@@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sat Dec 05 2009 Doug Ledford <dledford at redhat.com> - 1.1.3-3
+- Own the /etc/libibverbs.d directory
+
 * Fri Nov 06 2009 Doug Ledford <dledford at redhat.com> - 1.1.3-2
 - Add Requires of -devel package to -devel-static package
 - Add Requires of libibverbs-driver (this pulls in the various driver packages




More information about the fedora-extras-commits mailing list