This commit is contained in:
parent
9ffc1a4659
commit
92e966022c
11
src_vipa-ignore_ldconfig.patch
Normal file
11
src_vipa-ignore_ldconfig.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -43,7 +43,7 @@
|
||||
$(INSTALL) -m 755 src_vipa.so $(SRC_VIPA_PATH)
|
||||
$(INSTALL) -m 755 src_vipa.sh $(SRC_VIPA_STARTER_PATH)
|
||||
$(INSTALL) -m 644 src_vipa.8 $(SRC_VIPA_MANPAGE_PATH)/man8
|
||||
- ldconfig
|
||||
+ -/sbin/ldconfig
|
||||
|
||||
clean:
|
||||
rm -f src_vipa.{i,s,o,sh,so} core
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 01:47:25 CET 2007 - ro@suse.de
|
||||
|
||||
- fix build as non-root
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 08:09:22 CEST 2006 - aj@suse.de
|
||||
|
||||
|
@ -1,18 +1,19 @@
|
||||
#
|
||||
# spec file for package src_vipa (Version 2.0.3)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: src_vipa
|
||||
URL: http://www10.software.ibm.com/developerworks/opensource/linux390/useful_add-ons.shtml
|
||||
Version: 2.0.3
|
||||
Release: 14
|
||||
Release: 37
|
||||
Summary: Virtual Source IP address support for HA solutions
|
||||
License: Other License(s), see package
|
||||
Group: Productivity/Clustering/HA
|
||||
@ -20,6 +21,7 @@ Autoreqprov: on
|
||||
Source: src_vipa-%version.tar.gz
|
||||
Patch: src_vipa.makefile.patch
|
||||
Patch1: src_vipa.build.patch
|
||||
Patch2: src_vipa-ignore_ldconfig.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -36,6 +38,7 @@ further information.
|
||||
%setup -q -n %name
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
make SRC_VIPA_PATH=%_libdir
|
||||
@ -56,6 +59,8 @@ make INSTROOT=%buildroot SRC_VIPA_PATH=%buildroot%_libdir install
|
||||
%attr(555,root,root) %_libdir/src_vipa*
|
||||
|
||||
%changelog -n src_vipa
|
||||
* Mon Feb 12 2007 - ro@suse.de
|
||||
- fix build as non-root
|
||||
* Fri Aug 25 2006 - aj@suse.de
|
||||
- Fix build.
|
||||
- Do not set LD_LIBRARY without need.
|
||||
|
Loading…
x
Reference in New Issue
Block a user