SHA256
1
0
forked from pool/src_vipa
OBS User unknown 2007-02-12 00:48:09 +00:00 committed by Git OBS Bridge
parent 9ffc1a4659
commit 92e966022c
3 changed files with 23 additions and 2 deletions

View 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

View File

@ -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 Fri Aug 25 08:09:22 CEST 2006 - aj@suse.de

View File

@ -1,18 +1,19 @@
# #
# spec file for package src_vipa (Version 2.0.3) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: src_vipa Name: src_vipa
URL: http://www10.software.ibm.com/developerworks/opensource/linux390/useful_add-ons.shtml URL: http://www10.software.ibm.com/developerworks/opensource/linux390/useful_add-ons.shtml
Version: 2.0.3 Version: 2.0.3
Release: 14 Release: 37
Summary: Virtual Source IP address support for HA solutions Summary: Virtual Source IP address support for HA solutions
License: Other License(s), see package License: Other License(s), see package
Group: Productivity/Clustering/HA Group: Productivity/Clustering/HA
@ -20,6 +21,7 @@ Autoreqprov: on
Source: src_vipa-%version.tar.gz Source: src_vipa-%version.tar.gz
Patch: src_vipa.makefile.patch Patch: src_vipa.makefile.patch
Patch1: src_vipa.build.patch Patch1: src_vipa.build.patch
Patch2: src_vipa-ignore_ldconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -36,6 +38,7 @@ further information.
%setup -q -n %name %setup -q -n %name
%patch %patch
%patch1 %patch1
%patch2
%build %build
make SRC_VIPA_PATH=%_libdir 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* %attr(555,root,root) %_libdir/src_vipa*
%changelog -n 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 * Fri Aug 25 2006 - aj@suse.de
- Fix build. - Fix build.
- Do not set LD_LIBRARY without need. - Do not set LD_LIBRARY without need.