Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34184 - [firewalld] Missing dependencies, missing backups
Attached to Project:
Community Packages
Opened by Balló György (City-busz) - Wednesday, 06 March 2013, 22:00 GMT
Last edited by Maxime Gauduin (Alucryd) - Wednesday, 06 March 2013, 23:54 GMT
Opened by Balló György (City-busz) - Wednesday, 06 March 2013, 22:00 GMT
Last edited by Maxime Gauduin (Alucryd) - Wednesday, 06 March 2013, 23:54 GMT
|
DetailsI found the following problems with the package (see the attached diff file):
- The etc/conf.d/firewalld and etc/firewalld/firewalld.conf files need to be backed up, otherwise they will be overwritten on every update, which is not the expected behaviour. - libnotify and networkmanager are required by firewall-applet. Without these packages, it fails to run. - You don't need to fix file permissions in every package. Fix them only if they are wrong. - You don't need to call update-desktop-database if the desktop files are not contain MIME types. In this case, you can remove desktop-file-utils dependency. - Just a suggestion: usually it's better to fix python shebang lines with a command like below instead of a patch, because you don't need to recheck for new python files and fix the patch in every new release: find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' |
This task depends upon
firewalld.diff
I've updated the package in [community], closing the bug then. Thx again.