|
From: Jeff S. <jsq...@us...> - 2002-10-27 13:10:55
|
Update of /cvsroot/env-switcher/env-switcher/dist
In directory usw-pr-cvs1:/tmp/cvs-serv6288
Modified Files:
env-switcher.spec.in
Log Message:
- Added AUTHORS to %doc list
- Updated changelog
Index: env-switcher.spec.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/dist/env-switcher.spec.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** env-switcher.spec.in 11 Oct 2002 17:00:44 -0000 1.10
--- env-switcher.spec.in 27 Oct 2002 13:10:52 -0000 1.11
***************
*** 156,160 ****
%defattr(-,root,root)
! %doc README LICENSE
%config %{_sysconfdir}/switcher.ini
%{_prefix}
--- 156,160 ----
%defattr(-,root,root)
! %doc README LICENSE AUTHORS
%config %{_sysconfdir}/switcher.ini
%{_prefix}
***************
*** 168,171 ****
--- 168,175 ----
#############################################################################
%changelog
+ * Sun Oct 27 2002 Jeff Squyres <jsq...@la...>
+ - Added AUTHORS file to %doc list
+ - Added a few missing copyright notices
+
* Thu Sep 26 2002 Jeff Squyres <jsq...@la...>
- Fixed an infinite loop corner case in the command line options parser
|