rpms/autofs/devel autofs-5.0.1-rc3-remove-rpath-link-option.patch, NONE, 1.1 autofs.spec, 1.172, 1.173

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 9 08:04:01 UTC 2007


Author: ikent

Update of /cvs/dist/rpms/autofs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4598

Modified Files:
	autofs.spec 
Added Files:
	autofs-5.0.1-rc3-remove-rpath-link-option.patch 
Log Message:
* Tue Jan 9 2007 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc3.3
- remove redundant rpath link option (prep for move to Extras).


autofs-5.0.1-rc3-remove-rpath-link-option.patch:
 CHANGELOG      |    1 +
 Makefile.rules |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE autofs-5.0.1-rc3-remove-rpath-link-option.patch ---
diff --git a/CHANGELOG b/CHANGELOG
index 596d29a..b043e7e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 ?/?/2007 autofs-5.0.1
 ---------------------
 - fix typo in Fix typo in var when removing temp directory.
+- remove redundant rpath link option.
 
 4/1/2007 autofs-5.0.1 rc3
 -------------------------
diff --git a/Makefile.rules b/Makefile.rules
index 072f0d6..5179ea4 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -44,7 +44,7 @@ CC        = gcc
 CXX       = g++
 CXXFLAGS  = $(CFLAGS)
 LD        = ld
-SOLDFLAGS = -shared -Xlinker -rpath -Xlinker $(autofslibdir)
+SOLDFLAGS = -shared
 
 CFLAGS += -D_REENTRANT
 LDFLAGS += -lpthread


Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- autofs.spec	9 Jan 2007 03:46:04 -0000	1.172
+++ autofs.spec	9 Jan 2007 08:03:59 -0000	1.173
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 5.0.1
-%define release 0.rc3.1
+%define release 0.rc3.3
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -12,6 +12,7 @@
 Group: System Environment/Daemons
 Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-rc3.tar.bz2
 Patch1: autofs-5.0.1-rc3-fix-typo-rmdir-temp.patch
+Patch2: autofs-5.0.1-rc3-remove-rpath-link-option.patch
 Buildroot: /var/tmp/autofs-tmp
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
 Prereq: chkconfig
@@ -52,6 +53,7 @@
 %setup -q
 echo %{version}-%{release} > .version
 %patch1 -p1
+%patch2 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -108,6 +110,9 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Tue Jan 9 2007 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc3.3
+- remove redundant rpath link option (prep for move to Extras).
+
 * Tue Jan 9 2007 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc3.1
 - consolidate to rc3.
 - fix typo in Fix typo in var when removing temp directory (bz 221847).




More information about the fedora-cvs-commits mailing list