[Bug 527059] Review Request: earcandy - Sound level manager

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 5 07:57:06 UTC 2009


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=527059





--- Comment #3 from Martin Gieseking <martin.gieseking at uos.de>  2009-10-05 03:57:05 EDT ---
Even if the shebangs don't hurt, I would remove them anyway, e.g. with 

for f in `find $RPM_BUILD_ROOT%{python_sitelib}/ear_candy/ -name '*.py'`; do 
  sed '/^#!\/usr\/bin\/env python/d' $f >$f.new
  touch -r $f $f.new
  mv $f.new $f
done

After doing so, there's still a remaining error. It can be ignored because
package pulseaudio-libs is not picked up automatically.

$ rpmlint ../RPMS/noarch/earcandy-0.5.1-1.fc11.noarch.rpm 
earcandy.noarch: E: explicit-lib-dependency pulseaudio-libs
1 packages and 0 specfiles checked; 1 errors, 0 warnings.

-- 
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.




More information about the Fedora-package-review mailing list