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.pie 2004-05-12 11:11:07.690785433 +0200
|
||||||
+++ at-3.1.8/Makefile.in 2003-10-28 23:14:22.000000000 -0800
|
+++ at-3.1.8/Makefile.in 2004-05-12 11:23:10.367957697 +0200
|
||||||
@@ -74,7 +74,7 @@
|
@@ -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
|
$(LN_S) -f at atrm
|
||||||
|
|
||||||
atd: $(RUNOBJECTS)
|
atd: $(RUNOBJECTS)
|
||||||
@ -9,12 +16,12 @@
|
|||||||
|
|
||||||
y.tab.c y.tab.h: parsetime.y
|
y.tab.c y.tab.h: parsetime.y
|
||||||
$(YACC) -d parsetime.y
|
$(YACC) -d parsetime.y
|
||||||
@@ -85,6 +85,8 @@
|
@@ -87,7 +87,7 @@
|
||||||
atrun: atrun.in
|
|
||||||
configure
|
configure
|
||||||
|
|
||||||
+$(RUNOBJECTS): %.o: %.c
|
|
||||||
+ $(CC) -c $(CFLAGS) -fpie $(DEFS) $*.c
|
|
||||||
.c.o:
|
.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.
|
Summary: Job spooling tools.
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.8
|
Version: 3.1.8
|
||||||
Release: 53
|
Release: 54
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
|
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
|
Prereq: fileutils chkconfig /etc/init.d
|
||||||
BuildPrereq: flex bison autoconf
|
BuildPrereq: flex bison autoconf
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
|
BuildPrereq: libselinux-devel
|
||||||
|
%endif
|
||||||
Conflicts: crontabs <= 1.5
|
Conflicts: crontabs <= 1.5
|
||||||
# No, I'm not kidding
|
# No, I'm not kidding
|
||||||
BuildPrereq: smtpdaemon
|
BuildPrereq: smtpdaemon
|
||||||
@ -158,6 +161,10 @@ fi
|
|||||||
%attr(4755,root,root) %{_bindir}/at
|
%attr(4755,root,root) %{_bindir}/at
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 4 2004 Dan Walsh <dwalsh@redhat.com> - 3.1.8-53
|
||||||
- Add fileentrypoint check
|
- Add fileentrypoint check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user