diff --git a/adjtimex.spec b/adjtimex.spec index f328c4a..f80a5aa 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,12 +1,13 @@ Summary: A utility for adjusting kernel time variables. Name: adjtimex Version: 1.20 -Release: 1.2.1 +Release: 2 ExclusiveOS: Linux License: distributable Group: System Environment/Base Source: http://ibiblio.org/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz Patch1: adjtimex-1.13-glibc.patch +Patch2: adjtimex-1.20-optstring.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -20,11 +21,11 @@ adjtimex to view kernel time variables. %prep %setup -q %patch1 -p1 -b .glibc +%patch2 -p1 -b .optstring %build -export CFLAGS="$RPM_OPTFLAGS" %configure -make CC=gcc +make %install rm -rf ${RPM_BUILD_ROOT} @@ -43,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/adjtimex.8* %changelog +* Mon May 22 2006 Miroslav Lichvar 1.20-2 +- fix segfault when parsing -s option + * Fri Feb 10 2006 Jesse Keating - 1.20-1.2.1 - bump again for double-long bug on ppc(64)