Skip to content

Commit

Permalink
scripts: add sssd.sysusers to srpm generated by make_srpm.sh
Browse files Browse the repository at this point in the history
Reviewed-by: Iker Pedrosa <[email protected]>
  • Loading branch information
pbrezina authored and alexey-tikhonov committed Apr 18, 2024
1 parent ab2671c commit 7293eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/fedora/make_srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ add_patches "$RPMBUILD/SPECS/$PACKAGE_NAME.spec" \
"$RPMBUILD/SOURCES" \
"${patches[@]}"

cp "$SRC_DIR"/contrib/sssd.sysusers "$RPMBUILD/SOURCES" 2>/dev/null

cd $RPMBUILD
rpmbuild --define "_topdir $RPMBUILD" \
-bs SPECS/$PACKAGE_NAME.spec
Expand Down

0 comments on commit 7293eee

Please sign in to comment.