Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit evms
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 16 Jan 2007 17:24:28 +0100
- Message-id: <20070116162429.3865B67817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package evms
checked in at Tue Jan 16 17:24:28 CET 2007.
--------
--- evms/evms.changes 2006-12-13 00:46:25.000000000 +0100
+++ /mounts/work_src_done/STABLE/evms/evms.changes 2007-01-16 17:18:43.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 16 09:16:34 MST 2007 - cgao@xxxxxxxxxx
+
+- sorted out the shared libraries and linker cache
+- #235372
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evms.spec ++++++
--- /var/tmp/diff_new_pack.k20077/_old 2007-01-16 17:23:50.000000000 +0100
+++ /var/tmp/diff_new_pack.k20077/_new 2007-01-16 17:23:50.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package evms (Version 2.5.5)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -21,7 +21,7 @@
%endif
Autoreqprov: on
Version: 2.5.5
-Release: 70
+Release: 85
Summary: EVMS--Enterprise Volume Management System
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://prdownloads.sourceforge.net/evms/evms-%{version}.tar.bz2
@@ -161,16 +161,19 @@
rm -f $RPM_BUILD_ROOT/usr/share/locale/en@*quot/LC_MESSAGES/evms.mo
mkdir $RPM_BUILD_ROOT/%_libdir
mv $RPM_BUILD_ROOT/%_lib/lib*.a $RPM_BUILD_ROOT/%_libdir
-ln -sf ../../%_lib/libevms.so $RPM_BUILD_ROOT/%_libdir/libevms.so
+rm -f $RPM_BUILD_ROOT/%_lib/lib*.so
+(cd $RPM_BUILD_ROOT/%_libdir && ln -sf ../../%{_lib}/libevms-*.so.? libevms.so)
%clean
rm -rf $RPM_BUILD_ROOT
%post
+/sbin/ldconfig
rm -f /etc/sysconf/evms
%{fillup_and_insserv -f evms}
%postun
+/sbin/ldconfig
%{insserv_cleanup}
%files
@@ -179,7 +182,7 @@
%config /etc/evms.conf
%config /etc/init.d/boot.evms
%config /etc/init.d/evms
-/%_lib/lib*.so*
+/%_lib/lib*.so.*
/%_libdir/lib*.so
/%_libdir/lib*.a
%dir /%_lib/evms
@@ -208,6 +211,9 @@
/etc/ha.d/resource.d/evms_failover
%changelog -n evms
+* Tue Jan 16 2007 - cgao@xxxxxxxxxx
+- sorted out the shared libraries and linker cache
+- #235372
* Tue Dec 12 2006 - cgao@xxxxxxxxxx
- Fixed all instance of strncat, which broke the build
* Thu Dec 07 2006 - cgao@xxxxxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |