Accepting request 24487 from network:utilities

Copy from network:utilities/src_vipa based on submit request 24487 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/src_vipa?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2009-11-16 15:35:49 +00:00 committed by Git OBS Bridge
parent 918fdd9be5
commit 9f26401043
3 changed files with 11 additions and 31 deletions

View File

@ -1,6 +1,8 @@
--- Makefile
Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -43,7 +43,7 @@
@@ -44,7 +44,7 @@ install: src_vipa.so src_vipa.sh
$(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
@ -8,4 +10,4 @@
+ -/sbin/ldconfig
clean:
rm -f src_vipa.{i,s,o,sh,so} core
rm -f src_vipa.{i,s,o,sh,so} core src_vipa-$(VERSION).tar.gz

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 3 19:09:47 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Wed Sep 24 18:16:51 CEST 2008 - jjolly@suse.de

View File

@ -21,7 +21,7 @@
Name: src_vipa
Url: http://www10.software.ibm.com/developerworks/opensource/linux390/useful_add-ons.shtml
Version: 2.0.4
Release: 2
Release: 3
Summary: Virtual Source IP address support for HA solutions
License: Common Public License Version 1.0
Group: Productivity/Clustering/HA
@ -65,30 +65,3 @@ make INSTROOT=%buildroot SRC_VIPA_PATH=%buildroot%_libdir install
%attr(555,root,root) %_libdir/src_vipa*
%changelog
* Wed Sep 24 2008 jjolly@suse.de
- Updated to 2.0.4 tarball from developerWorks site
* 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.
- Fix usage of uninitialized variable.
* Thu May 18 2006 schwab@suse.de
- Use RPM_OPT_FLAGS.
- Fix building of shared library.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Apr 12 2005 ihno@suse.de
- update to 2.0.3 (code drop 2005-02-15)
* Thu Nov 11 2004 ro@suse.de
- fixed file list
* Fri Nov 28 2003 bk@suse.de
- update to 2.0.0 and added further glibc-2.3.2 compile fixes
* Tue Aug 12 2003 ro@suse.de
- fix build on x86_64
* Wed Jun 25 2003 ro@suse.de
- fix bind definition
* Mon Jul 22 2002 bk@suse.de
- update to 1.0.1 which fixes a lib64 problem
* Fri Jul 19 2002 bk@suse.de
- initial version