From 78cb3cea70d2b503d47756994aea579092c6d32922356ad6b6ee497edb9f3e63 Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Mon, 6 Feb 2012 11:12:48 +0000 Subject: [PATCH 1/2] Accepting request 102839 from home:dlovasko:branches:network:samba:STABLE fixed bnc#743133 - added position independent flags to compilation and linking(-fpie/-pie) OBS-URL: https://build.opensuse.org/request/show/102839 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=42 --- cifs-utils.changes | 5 +++++ cifs-utils.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cifs-utils.changes b/cifs-utils.changes index 3ba7e62..4a5d829 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 6 09:17:17 UTC 2012 - dlovasko@suse.com + +- fixed bnc#743133 - added position independent flags to compilation and linking(-fpie/-pie) + ------------------------------------------------------------------- Thu Feb 2 11:56:04 UTC 2012 - lmuelle@suse.de diff --git a/cifs-utils.spec b/cifs-utils.spec index fdd7efc..7979c58 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -16,6 +16,7 @@ # + Name: cifs-utils Version: 5.3 Release: 0 @@ -73,7 +74,8 @@ the Linux CIFS filesystem. %build autoreconf --force --install -export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" +export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fpie" +export LDFLAGS="-pie" %{configure} %{__make} %{?_smp_mflags} From 4150dbfbcc4639bada5547e5b035d3583d3677f68e4c35a96a4c8e69c47b8208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 8 Feb 2012 15:26:03 +0000 Subject: [PATCH 2/2] Streamline package change log of request 102839 to follow the common pattern. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=43 --- cifs-utils.changes | 3 ++- cifs-utils.spec | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cifs-utils.changes b/cifs-utils.changes index 4a5d829..29bd2af 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Mon Feb 6 09:17:17 UTC 2012 - dlovasko@suse.com -- fixed bnc#743133 - added position independent flags to compilation and linking(-fpie/-pie) +- Added position independent flags to compilation and linking (-fpie/-pie); + (bnc#743133). ------------------------------------------------------------------- Thu Feb 2 11:56:04 UTC 2012 - lmuelle@suse.de diff --git a/cifs-utils.spec b/cifs-utils.spec index 7979c58..4070e7b 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: cifs-utils Version: 5.3 Release: 0