Skip to content

Commit

Permalink
Fix RPM build on openSUSE Tumbleweed
Browse files Browse the repository at this point in the history
Required since RPM 4.19. Fedora disables this feature (for now):

https://src.fedoraproject.org/rpms/rpm/blob/f40/f/rpm-4.18.90-weak-user-group.patch
  • Loading branch information
marcosfrm committed Jun 30, 2024
1 parent 5c16e77 commit db989e9
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 db989e9

Please sign in to comment.