Skip to content

Commit

Permalink
Merge pull request #255 from marcosfrm/rpm-419
Browse files Browse the repository at this point in the history
Fix RPM build on openSUSE Tumbleweed
  • Loading branch information
jcoffland authored Jul 1, 2024
2 parents 7c362bb + db989e9 commit a8df303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ if 'package' in COMMAND_LINE_TARGETS:
rpm_conflicts = 'FAHClient, fahclient',
rpm_obsoletes = 'FAHClient, fahclient',
rpm_build_requires = 'systemd-rpm-macros',
rpm_provides = 'user(fah-client), group(fah-client)',
rpm_requires = 'polkit',
rpm_pre_requires = 'systemd, (shadow-utils or shadow)',
rpm_post_requires = 'systemd, coreutils',
Expand Down

0 comments on commit a8df303

Please sign in to comment.