{# additional classes for the top navbar #} {% set masthead_class = "navbar-light masthead p-0" %} {# site title that shows in the head html element at the end #} {% set site_title = "src.fedoraproject.org" %} {% macro projectstring(plural=False) -%} {% if plural %} Packages {% else %} Package {% endif %} {% endmacro -%} {% set projecticon = "fa-archive" %} {% macro head_imports() %} {% endmacro %} {% macro js_imports() %} {% endmacro %} {% macro browseheader_message(select) %} {% if select == 'projects' %}

Welcome to Fedora Package Sources

Fedora's repository for package maintenance.

{% if not g.authenticated %}

Welcome, if you're looking to download software to run, look at https://getfedora.org/, or a Fedora Mirror. You can also find source RPMs for Fedora-packaged software there. The source code for building those packages is found here.

If you are looking for RPM spec files, module and container definitions, Fedora-specific patches, tests, and so on, you're in the right place. You can browse packages and packagers — and you can fork, improve, and submit pull requests.

If you are already a package maintainer, feel free to consult the docs on using pagure. If you'd like to become a package maintainer, see this guide.

Note that package issues are still tracked in Bugzilla, not with Pagure's issue feature.

{% endif %} {% endif %} {% endmacro %} {% macro footer() %} {% endmacro %}