diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4b6d222..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: adjtimex -# $Id$ -NAME := adjtimex -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/adjtimex.spec b/adjtimex.spec index 2a0fd1d..9c5cc02 100644 --- a/adjtimex.spec +++ b/adjtimex.spec @@ -1,7 +1,7 @@ Summary: A utility for adjusting kernel time variables Name: adjtimex Version: 1.21 -Release: 3%{?dist} +Release: 4%{?dist} ExclusiveOS: Linux License: GPLv2+ Group: System Environment/Base @@ -44,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/adjtimex.8* %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.21-4 +- Autorebuild for GCC 4.3 + * Tue Aug 21 2007 Miroslav Lichvar 1.21-3 - update license tag