From d9ee94f4f76a319822d45f08ab10d55203c6389a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 11:57:14 +0000 Subject: [PATCH] auto-import changelog data from rwall-0.17-20.src.rpm Wed May 12 2004 Phil Knirsch 0.17-20 - Enabled PIE for server and application. - Switch from Copyright to License. --- rwall.spec | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/rwall.spec b/rwall.spec index 40ebe35..9562b23 100644 --- a/rwall.spec +++ b/rwall.spec @@ -1,8 +1,8 @@ Summary: Client for sending messages to a host's logged in users. Name: rwall Version: 0.17 -Release: 19 -Copyright: BSD +Release: 20 +License: BSD Group: System Environment/Daemons Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rwall-%{version}.tar.gz Source1: rwalld.init @@ -43,14 +43,25 @@ from users on remote hosts. %build sh configure --with-c-compiler=gcc -perl -pi -e ' +%ifarch s390 s390x +%{__perl} -pi -e ' s,^CC=.*$,CC=cc,; - s,-O2,\$(RPM_OPT_FLAGS),; + s,-O2,\$(RPM_OPT_FLAGS) -fPIC,; + s,^LDFLAGS=,LDFLAGS=-pie,; s,^BINDIR=.*$,BINDIR=%{_bindir},; s,^MANDIR=.*$,MANDIR=%{_mandir},; s,^SBINDIR=.*$,SBINDIR=%{_sbindir},; ' MCONFIG - +%else +%{__perl} -pi -e ' + s,^CC=.*$,CC=cc,; + s,-O2,\$(RPM_OPT_FLAGS) -fpic,; + s,^LDFLAGS=,LDFLAGS=-pie,; + s,^BINDIR=.*$,BINDIR=%{_bindir},; + s,^MANDIR=.*$,MANDIR=%{_mandir},; + s,^SBINDIR=.*$,SBINDIR=%{_sbindir},; + ' MCONFIG +%endif make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install @@ -87,6 +98,10 @@ fi %config /etc/rc.d/init.d/rwalld %changelog +* Wed May 12 2004 Phil Knirsch 0.17-20 +- Enabled PIE for server and application. +- Switch from Copyright to License. + * Fri Feb 13 2004 Elliot Lee - rebuilt