https://bugzilla.redhat.com/show_bug.cgi?id=2463785
Marcin Juszkiewicz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|AutomationTriaged | --- Comment #6 from Marcin Juszkiewicz <[email protected]> --- Spec after changes: - added '-p' to install commands - dropped empty %build/%check - dropped 'python3' dependency - dropped installing doc/license files - renamed Source0 to Source Not going to use %{name} in %{URL}/%{Source} and no %{URL} in %{Source}. Name: fedora-active-user Version: 26.04.29 Release: %autorelease Summary: Check whether a given Fedora developer is still active License: GPL-2.0-or-later URL: https://github.com/hrw/fedora-active-user Source: https://github.com/hrw/fedora-active-user/archive/refs/tags/%{version}.tar.gz BuildArch: noarch # Kerberos support is needed to login to the FAS Requires: python3-urllib-gssapi %description This program performs a number of checks to have an educated guess as to whether someone can be consider as 'active' or not within the Fedora project. %prep %autosetup %install install -p -D -m 0755 fedora_active_user.py %{buildroot}%{_bindir}/fedora-active-user install -p -D -m 0644 fedora-active-user.1 %{buildroot}%{_mandir}/man1/fedora-active-user.1 %files %license gpl-2.0.txt %doc README.md %{_bindir}/fedora-active-user %{_mandir}/man1/fedora-active-user.1* %autochangelog -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2463785 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202463785%23c6 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
