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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]