[syslog-ng]libol: specfile patch
Jose Pedro Oliveira
syslog-ng@lists.balabit.hu
Fri, 18 Apr 2003 20:01:06 +0100
This is a multi-part message in MIME format.
--------------090709050209000000020601
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Balazs Scheidler,
Attached to this message is a patch to the file
libol.spec.in included in the latest snapshot.
Changelog:
* A file wasn't being packaged - /usr/bin/make_class
This missing file broke the building process in RH9 systems,
but it caused no problems in previous releases (7.3, and 8.0).
Regards,
jpo
--
José Pedro Oliveira
mailto: jpo@di.uminho.pt * http://gsd.di.uminho.pt/~jpo
--------------090709050209000000020601
Content-Type: text/plain;
name="libol.spec.in-patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="libol.spec.in-patch"
diff -ru libol-0.3.10+20030418manual-original/libol.spec.in libol-0.3.10+20030418manual-modified/libol.spec.in
--- libol-0.3.10+20030418manual-original/libol.spec.in Thu Apr 10 15:55:26 2003
+++ libol-0.3.10+20030418manual-modified/libol.spec.in Fri Apr 18 19:36:42 2003
@@ -44,6 +44,7 @@
%files
%defattr(-,root,root)
%doc ChangeLog
+%{_bindir}/make_class
%{_bindir}/libol-config
%{_libdir}/libol.so
%{_libdir}/libol.so.0
@@ -57,6 +58,9 @@
%changelog
+* Tue Apr 15 2003 Jose Pedro Oliveira <jpo@di.uminho.pt>
+- included missing file: /usr/bin/make_class (caused problems in RH9)
+
* Thu Apr 10 2003 Jose Pedro Oliveira <jpo@di.uminho.pt>
- specfile reformated
- replaced hard coded values by RPM macros
--------------090709050209000000020601--