rpms/cluster/devel cp_workaround.diff, NONE, 1.1 cluster.spec, 1.58, 1.59

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Aug 24 06:51:36 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/cluster/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19052

Modified Files:
	cluster.spec 
Added Files:
	cp_workaround.diff 
Log Message:
Add temporary workaround for cp behaviour change


cp_workaround.diff:
 install.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE cp_workaround.diff ---
diff -Naurd cluster-3.0.2.orig/make/install.mk cluster-3.0.2/make/install.mk
--- cluster-3.0.2.orig/make/install.mk	2009-08-21 16:28:25.000000000 +0200
+++ cluster-3.0.2/make/install.mk	2009-08-24 08:39:09.000000000 +0200
@@ -4,7 +4,7 @@
 	install -m644 ${LIBDIRT} ${libdir}
 endif
 ifdef LIBSYMT
-	cp -a ${LIBSYMT} ${libdir}
+	cp -d ${LIBSYMT} ${libdir}
 endif
 ifdef INCDIRT
 	install -d ${incdir}
@@ -23,7 +23,7 @@
 endif
 ifdef SBINSYMT
 	install -d ${sbindir}
-	cp -a ${SBINSYMT} ${sbindir}
+	cp -d ${SBINSYMT} ${sbindir}
 endif
 ifdef LCRSOT
 	install -d ${libexecdir}/lcrso


Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- cluster.spec	24 Aug 2009 04:31:19 -0000	1.58
+++ cluster.spec	24 Aug 2009 06:51:35 -0000	1.59
@@ -19,11 +19,12 @@
 Name: cluster
 Summary: Red Hat Cluster
 Version: 3.0.2
-Release: 1%{?alphatag:.%{alphatag}}%{?dist}
+Release: 2%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
 Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}%{?alphatag:.%{alphatag}}.tar.gz
+Patch0: cp_workaround.diff
 
 ## Setup/build bits
 
@@ -39,6 +40,7 @@ BuildRequires: openldap-devel perl(ExtUt
 
 %prep
 %setup -q -n cluster-%{version}%{?alphatag:.%{alphatag}}
+%patch0 -p1
 
 %build
 ./configure \
@@ -301,6 +303,9 @@ fi
 %{_mandir}/man8/*.gfs.*
 
 %changelog
+* Mon Aug 24 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.2-2
+- Add temporary workaround to install symlinks
+
 * Mon Aug 24 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.2-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list