diff --git a/adjtimex.spec b/adjtimex.spec index 9c034a6..1fddb2c 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,12 +1,13 @@ Summary: A utility for adjusting kernel time variables. Name: adjtimex Version: 1.11 -Release: 2 +Release: 3 Exclusiveos: Linux Copyright: distributable Group: System Environment/Base Source: http://metalab.unc.edu/pub/Linux/system/admin/time/adjtimex-%{version}.tar.gz Patch0: adjtimex-1.9-getopt.patch +Patch1: adjtimex-ia64.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -20,6 +21,7 @@ adjtimex to view kernel time variables. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build #CFLAGS="$RPM_OPT_FLAGS" ./configure @@ -44,6 +46,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/adjtimex.8* %changelog +* Mon Nov 20 2000 Bill Nottingham +- fix ia64 build + * Wed Jul 12 2000 Prospector - automatic rebuild