- spec cleanup (#225239)
This commit is contained in:
parent
d12c32add5
commit
128afa55c8
1 changed files with 7 additions and 4 deletions
|
|
@ -1,14 +1,14 @@
|
|||
Summary: A utility for adjusting kernel time variables.
|
||||
Summary: A utility for adjusting kernel time variables
|
||||
Name: adjtimex
|
||||
Version: 1.21
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
ExclusiveOS: Linux
|
||||
License: distributable
|
||||
License: GPL
|
||||
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.21-optstring.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
Adjtimex provides raw access to kernel time variables. On standalone
|
||||
|
|
@ -44,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%{_mandir}/man8/adjtimex.8*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 05 2007 Miroslav Lichvar <mlichvar@redhat.com> 1.21-2
|
||||
- spec cleanup (#225239)
|
||||
|
||||
* Mon Oct 16 2006 Miroslav Lichvar <mlichvar@redhat.com> 1.21-1
|
||||
- update to 1.21
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue