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


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

--- Comment #10 from Ben Marzinski <bmarz...@redhat.com> 2010-10-26 11:39:27 
EDT ---
The only other rmplint warning that wasn't a false positive when I checked was

gfs2-utils.src: W: no-version-in-last-changelog

which just means you need to add the version to your changelog message.

change

* Tue Sep 30 2010 Steven Whitehouse <swhit...@redhat.com>

to

* Tue Sep 30 2010 Steven Whitehouse <swhit...@redhat.com> 3.1.0-1


Looking at the scriptlets, I assume you mean to remove the gfs2-cluster
service, not cman.

%preun -n gfs2-cluster
if [ "$1" = 0 ]; then
        /sbin/service stop gfs2-cluster >/dev/null 2>&1
        /sbin/chkconfig --del cman
fi

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to