rpms/librtas/devel librtas.spec,1.13,1.14

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Wed Dec 19 04:58:36 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/librtas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25181

Modified Files:
	librtas.spec 
Log Message:
* Tue Dec 18 2007 David Cantrell <dcantrell at redhat.com> - 1.3.3-2
- Spec cleanups



Index: librtas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/librtas/devel/librtas.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- librtas.spec	19 Dec 2007 04:28:08 -0000	1.13
+++ librtas.spec	19 Dec 2007 04:58:00 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Libraries to provide access to RTAS calls and RTAS events
 Name:    librtas
 Version: 1.3.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL:     http://librtas.ozlabs.org
 License: IBM
 Group:   System Environment/Libraries
@@ -13,10 +13,13 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: ppc ppc64
 
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
 %description
 The librtas shared library provides userspace with an interface
 through which certain RTAS calls can be made.  The library uses
-either of the RTAS User Module or the RTAS system call to direct 
+either of the RTAS User Module or the RTAS system call to direct
 the kernel in making these calls.
 
 The librtasevent shared library provides users with a set of
@@ -30,7 +33,7 @@
 
 %description devel
 The librtas-devel packages contains the header files necessary for
-developing programs using libdaemon.
+developing programs using librtas.
 
 %prep
 %setup
@@ -51,13 +54,13 @@
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-, root, root, -)
+%defattr(-,root,root,-)
 %doc COPYRIGHT README Changelog
 %{_libdir}/librtas.so.%{version}
 %{_libdir}/librtasevent.so.%{version}
 
 %files devel
-%defattr(-, root, root, -)
+%defattr(-,root,root,-)
 %{_libdir}/librtas.so
 %{_libdir}/librtasevent.so
 %{_includedir}/librtas.h
@@ -66,6 +69,9 @@
 %{_includedir}/librtasevent_v6.h
 
 %changelog
+* Tue Dec 18 2007 David Cantrell <dcantrell at redhat.com> - 1.3.3-2
+- Spec cleanups
+
 * Tue Dec 18 2007 David Cantrell <dcantrell at redhat.com> - 1.3.3-1
 - Upgraded to librtas-1.3.3 (#253522)
 




More information about the fedora-extras-commits mailing list