Skip to content

Commit

Permalink
[rpmbuild] correct the nosync.i686 requirement
Browse files Browse the repository at this point in the history
Per dnf report:
Problem: cannot install the best candidate for the job
- nothing provides nosync.i686 needed by copr-builder-0.26.git.1.c5bb33f4-1.fc31.x86_64

The 'nosync.i686' is actually yum/dnf construct, not a real
provide to depend on.
  • Loading branch information
praiskup committed May 15, 2019
1 parent c5bb33f commit 8b5d2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmbuild/copr-rpmbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Requires: libsemanage-python
Requires: nosync
%ifarch x86_64
# multilib counterpart to avoid: config_opts['nosync_force'] = True
Requires: nosync.i686
Requires: nosync(x86-32)
%endif
Requires: openssh-clients
Requires: pyp2rpm
Expand Down

0 comments on commit 8b5d2f5

Please sign in to comment.