Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
225b8bbe22 | ||
|
|
0c25b40897 | ||
|
|
1a0561b7eb | ||
|
|
cca6f498eb | ||
|
|
d87be0c99f |
3 changed files with 4 additions and 7 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: adjtimex
|
||||
# $Id$
|
||||
NAME := adjtimex
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
@ -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 <rel-eng@fedoraproject.org> - 1.21-4
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Tue Aug 21 2007 Miroslav Lichvar <mlichvar@redhat.com> 1.21-3
|
||||
- update license tag
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue