[Bug 222338] Review Request: initng-conf-gtk - InitNG configuration and control utility

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 21 22:57:01 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: initng-conf-gtk - InitNG configuration and control utility


https://bugzilla.redhat.com/show_bug.cgi?id=222338





------- Additional Comments From akahl at iconmobile.com  2008-03-21 18:57 EST -------
(In reply to comment #16)
> Nice. Don't really know how many people are interested anymore now that upstart
> seems to be the preferred over initng in Fedora...
I know, but it is always good to have alternatives and just because upstart is
there it doesn't mean initng will be useless.

> > One small issue left:
> > The description should say more than the summary, however if there's nothing
> > more to say, finish the sentence with a period at least.
> 
> There is more to say. Not much for writing long texts though :-)
> I wrote a bit longer sentence for the description now...
Well, now your (nice) description is too long for one line:
initng-conf-gtk.src: E: description-line-too-long

Description blocks in RPM SPECs must always break after 80 characters (including
newline, thus 79 readable chars).

Since you're using emacs you can make your life easier by adding to your ~/.emacs:

(add-hook 'rpm-spec-mode-hook
          (lambda ()
            (set-fill-column 79)))

(global-set-key "\M-q" 'fill-region-as-paragraph)

This often saves me a lot of time, especially for bigger SPEC files - take a
look at e.g. the latest SPEC for Bug 421241.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list