#745 [rpmbuild] correct the nosync.i686 requirement
Merged 4 years ago by frostyx. Opened 4 years ago by praiskup.

file modified
+1 -1
@@ -100,7 +100,7 @@

  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

Per dnf report:
Problem: cannot install the best candidate for the job
- nothing provides nosync.i686 needed by copr-builder-0.26.git.1.c5bb33f-1.fc31.x86_64

The 'nosync.i686' is actually yum/dnf construct, not a real
provide to depend on.

Pull-Request has been merged by frostyx

4 years ago