summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syslinux.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in
index cb94c8c1..f6d07c62 100644
--- a/syslinux.spec.in
+++ b/syslinux.spec.in
@@ -96,7 +96,7 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc COPYING NEWS doc/*
%doc sample
-%{_mandir}/man/man*/*
+%{_mandir}/man*/*
%{_bindir}/syslinux
%{_bindir}/ppmtolss16
%{_bindir}/lss16toppm
@@ -137,6 +137,9 @@ fi
%postun
%changelog
+* Thu Jan 10 2008 H. Peter Anvin <hpa@zytor.com>
+- Add man pages.
+
* Mon Nov 19 2007 Bernard Li <bernard@vanhpc.org>
- Added netpbm-progs (provides pngtopnm) to BuildPrereq (this should be
changed to BuildRequires since it is deprecated...)