From ff26aa6fddb8cb3dd9304c2b7bd3109a75e177b3 Mon Sep 17 00:00:00 2001 From: mharris Date: Thu, 22 Jun 2006 04:45:06 +0000 Subject: [PATCH] - Added documentation to doc macro. --- xorg-x11-xinit.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 90fccb6..da939a8 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -1,9 +1,10 @@ %define pkgname xinit +%define xinitver 1.0.2 Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} -Version: 1.0.2 -Release: 3 +Version: %{xinitver} +Release: 4 License: MIT/X11 Group: User Interface/X URL: http://www.x.org @@ -76,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc +%doc AUTHORS COPYING INSTALL README NEWS ChangeLog %{_bindir}/startx %{_bindir}/xinit %dir %{_sysconfdir}/X11 @@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xinit.1x* %changelog +* Wed Jun 21 2006 Mike A. Harris 1.0.2-4 +- Added documentation to doc macro. + * Tue Jun 20 2006 Mike A. Harris 1.0.2-3 - Added xinit-1.0.2-setuid.diff to fix potential security issue (#196094)