Remove syscall manual pages (section 2) to man-pages package [BZ 203582]

Don't write to serial port in debugging script
This commit is contained in:
David Howells 2006-08-22 16:55:02 +00:00
parent 6e3b88c315
commit b19ddbb4b9
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1,2 @@
keyutils-1.1.tar.bz2
keyutils-1.2.tar.bz2

View File

@ -1,12 +1,12 @@
%define vermajor 1
%define version %{vermajor}.1
%define version %{vermajor}.2
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
Summary: Linux Key Management Utilities
Name: keyutils
Version: %{version}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPL/LGPL
Group: System Environment/Base
ExclusiveOS: Linux
@ -86,10 +86,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{usrlibdir}/libkeyutils.so
%{_includedir}/*
%{_mandir}/man2/*
%{_mandir}/man3/*
%changelog
* Tue Aug 22 2006 David Howells <dhowells@redhat.com> - 1.2-1
- Remove syscall manual pages (section 2) to man-pages package [BZ 203582]
- Don't write to serial port in debugging script
* Mon Jun 5 2006 David Howells <dhowells@redhat.com> - 1.1-4
- Call ldconfig during (un)installation.

View File

@ -1 +1 @@
0d4c59f3567619a5cff0abbd23c784f4 keyutils-1.1.tar.bz2
227086776abccc3ee34599591db563f0 keyutils-1.2.tar.bz2