auto-import changelog data from adjtimex-1.13-12.src.rpm

Thu Feb 19 2004 Than Ngo <than@redhat.com> 1.13-12
- add fix for new glibc
- add COPYRIGHT file
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
This commit is contained in:
cvsdist 2004-09-09 02:55:45 +00:00
commit a6efaeef1d
2 changed files with 25 additions and 6 deletions

14
adjtimex-1.13-glibc.patch Normal file
View file

@ -0,0 +1,14 @@
--- adjtimex-1.13/adjtimex.c.orig 2002-01-07 02:58:03.000000000 +0100
+++ adjtimex-1.13/adjtimex.c 2004-02-19 14:18:25.596604396 +0100
@@ -34,11 +34,7 @@
#include <unistd.h>
#include <utmp.h>
-#ifdef __alpha__
extern int adjtimex(struct timex *);
-#else
-_syscall1(int, adjtimex, struct timex *, txcp)
-#endif
int F_print = 0;
#ifndef LOG_PATH

View file

@ -1,16 +1,15 @@
Summary: A utility for adjusting kernel time variables.
Name: adjtimex
Version: 1.13
Release: 10
Release: 12
Exclusiveos: Linux
License: distributable
Group: System Environment/Base
Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz
Patch0: adjtimex-1.9-getopt.patch
Patch1: adjtimex-ia64.patch
Patch1: adjtimex-1.13-glibc.patch
Patch2: adjtimex-1.11-fixman.patch
Patch3: adjtimex-1.13-gcc33.patch
Patch4: adjtimex-1.13-s390.patch
BuildRoot: %{_tmppath}/%{name}-root
%description
@ -24,10 +23,9 @@ adjtimex to view kernel time variables.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch1 -p1 -b .glibc
%patch2 -p1 -b .fixman
%patch3 -p1 -b .gcc33
%patch4 -p1 -b .s390
%build
%configure
@ -45,11 +43,18 @@ rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%doc README
%doc README COPYING COPYRIGHT
/sbin/adjtimex
%{_mandir}/man8/adjtimex.8*
%changelog
* Thu Feb 19 2004 Than Ngo <than@redhat.com> 1.13-12
- add fix for new glibc
- add COPYRIGHT file
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Jun 16 2003 Than Ngo <than@redhat.com> 1.13-10
- rebuild