
jodok.muellers at aschendorff
Oct 14, 2009, 8:59 AM
Post #7 of 7
(1304 views)
Permalink
|
Hi Fabien, Wed, 14 Oct 2009 16:39:42 +0200 Fabien Wernli <wernli [at] in2p3> wrote: > could you be a little more verbose in the %changelog? Hups, sure, sorry I missed that. I just copied and pasted an different changelog entry from somewhere else and was about to change that but then I forgot it. I attached a new version. I did not change much from your original version: # diff -B conserver.spec.orig conserver.spec 15c15 < %define distver 1 --- > %define distver 2 27d26 < Summary: Serial console server daemon/client 31a31 > Summary: Serial console server daemon/client 50a51,57 > %package server > Summary: Serial console server daemon > Group: System Environment/Daemons > > %package client > Summary: Serial console server client > Group: Applications/Internet 53c60,66 < Conserver is an application that allows multiple users to watch a --- > Conserver is a daemon that allows multiple users to watch a > serial console at the same time. It can log the data, allows users to > take write-access of a console (one at a time), and has a variety of > bells and whistles to accentuate that basic functionality. > > %description server > conserver-server is a daemon that allows multiple users to watch a 57a71,73 > %description client > conserver-client to connect to conserver-server using a tcp port. > Allows multiple users to watch a serial console at the same time. 100c116 < %post --- > %post server 110c126 < %preun --- > %preun server 117a134,135 > # we need this even if empty > #%files 119c137 < %files --- > %files server 126d143 < %{_bindir}/console 128d144 < %{_mandir}/man1/console.1.gz 135a152,157 > %files client > %defattr(-,root,root) > %doc CHANGES FAQ INSTALL README > %{_bindir}/console > %{_mandir}/man1/console.1.gz > 136a159,161 > * Wed Oct 14 2009 Jodok Ole Muellers <muellejo [at] aschendorff> - 8.1.17-2 > - Changed the conserver.spec file to create separate subpackages > for client and server by using the %package directive. -- Jodok Ole Müllers Infrastruktur Manager Red Hat Certified Engineer
|