auto-import changelog data from at-3.1.8-54.src.rpm
Wed May 12 2004 Thomas Woerner <twoerner@redhat.com> - 3.1.8-54 - fixed pie patch: at is pie, now - added build requires for libselinux-devel
This commit is contained in:
parent
35ffecb257
commit
63e4a1bb3d
@ -1,6 +1,13 @@
|
||||
--- at-3.1.8/Makefile.in.pie 2003-10-28 23:12:43.000000000 -0800
|
||||
+++ at-3.1.8/Makefile.in 2003-10-28 23:14:22.000000000 -0800
|
||||
@@ -74,7 +74,7 @@
|
||||
--- at-3.1.8/Makefile.in.pie 2004-05-12 11:11:07.690785433 +0200
|
||||
+++ at-3.1.8/Makefile.in 2004-05-12 11:23:10.367957697 +0200
|
||||
@@ -69,13 +69,13 @@
|
||||
all: at atd atrun
|
||||
|
||||
at: $(ATOBJECTS)
|
||||
- $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB)
|
||||
+ $(CC) $(CFLAGS) -o at -pie $(ATOBJECTS) $(LIBS) $(LEXLIB)
|
||||
rm -f $(CLONES)
|
||||
$(LN_S) -f at atq
|
||||
$(LN_S) -f at atrm
|
||||
|
||||
atd: $(RUNOBJECTS)
|
||||
@ -9,12 +16,12 @@
|
||||
|
||||
y.tab.c y.tab.h: parsetime.y
|
||||
$(YACC) -d parsetime.y
|
||||
@@ -85,6 +85,8 @@
|
||||
atrun: atrun.in
|
||||
@@ -87,7 +87,7 @@
|
||||
configure
|
||||
|
||||
+$(RUNOBJECTS): %.o: %.c
|
||||
+ $(CC) -c $(CFLAGS) -fpie $(DEFS) $*.c
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) $(DEFS) $*.c
|
||||
- $(CC) -c $(CFLAGS) $(DEFS) $*.c
|
||||
+ $(CC) -c $(CFLAGS) -fpie $(DEFS) $*.c
|
||||
|
||||
install: all
|
||||
$(INSTALL) -m 755 -d $(IROOT)$(etcdir)
|
||||
|
9
at.spec
9
at.spec
@ -4,7 +4,7 @@
|
||||
Summary: Job spooling tools.
|
||||
Name: at
|
||||
Version: 3.1.8
|
||||
Release: 53
|
||||
Release: 54
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
||||
@ -31,6 +31,9 @@ Patch23: at-3.1.8-pie.patch
|
||||
|
||||
Prereq: fileutils chkconfig /etc/init.d
|
||||
BuildPrereq: flex bison autoconf
|
||||
%if %{WITH_SELINUX}
|
||||
BuildPrereq: libselinux-devel
|
||||
%endif
|
||||
Conflicts: crontabs <= 1.5
|
||||
# No, I'm not kidding
|
||||
BuildPrereq: smtpdaemon
|
||||
@ -158,6 +161,10 @@ fi
|
||||
%attr(4755,root,root) %{_bindir}/at
|
||||
|
||||
%changelog
|
||||
* Wed May 12 2004 Thomas Woerner <twoerner@redhat.com> - 3.1.8-54
|
||||
- fixed pie patch: at is pie, now
|
||||
- added build requires for libselinux-devel
|
||||
|
||||
* Tue May 4 2004 Dan Walsh <dwalsh@redhat.com> - 3.1.8-53
|
||||
- Add fileentrypoint check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user