https://bugzilla.redhat.com/show_bug.cgi?id=1047031
Bug ID: 1047031 Summary: fontpackages-devel macro %_font_pkg adds obsolete %defattr Product: Fedora Version: 20 Component: fontpackages Assignee: nicolas.mailhot@laposte.net Reporter: zbyszek@in.waw.pl QA Contact: extras-qa@fedoraproject.org CC: fonts-bugs@lists.fedoraproject.org, nicolas.mailhot@laposte.net, paul@frixxon.co.uk, tagoh@redhat.com External Bug ID: Red Hat Bugzilla 909794
Description of problem:
$ rpmbuild --eval %_font_pkg
%post -n -fonts if [ -x /usr/bin/fc-cache ]; then /usr/bin/fc-cache /usr/share/fonts/%{name} || : fi
%postun -n -fonts if [ $1 -eq 0 -a -x /usr/bin/fc-cache ] ; then /usr/bin/fc-cache /usr/share/fonts/%{name} || : fi
%files -n -fonts %defattr(0644,root,root,0755)
%dir /usr/share/fonts/%{name}
This causes a warning from fedora-review and is against current policy. [x]: Each %files section contains %defattr if rpm < 4.4 Note: %defattr present but not needed
Version-Release number of selected component (if applicable): fontpackages-devel-1.44-9.fc20.noarch
https://bugzilla.redhat.com/show_bug.cgi?id=1047031
Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- External Bug ID|Red Hat Bugzilla 909794 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=909794
https://bugzilla.redhat.com/show_bug.cgi?id=1047031
--- Comment #1 from Fedora End Of Life endoflife@fedoraproject.org --- This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1047031
Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Version|20 |rawhide Fixed In Version| |fontpackages-1.44-12.fc23 Resolution|--- |RAWHIDE Last Closed| |2015-05-29 12:14:25
--- Comment #2 from Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl --- I pushed an update which removes all %defattrs to rawhide now.
https://bugzilla.redhat.com/show_bug.cgi?id=1047031
--- Comment #3 from Fedora Update System updates@fedoraproject.org --- fontpackages-1.44-12.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/fontpackages-1.44-12.fc22
https://bugzilla.redhat.com/show_bug.cgi?id=1047031
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|fontpackages-1.44-12.fc23 |fontpackages-1.44-12.fc22 Resolution|RAWHIDE |ERRATA
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- fontpackages-1.44-12.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
fonts-bugs@lists.fedoraproject.org