Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/9'
Browse files Browse the repository at this point in the history
* origin/pr/9:
  spec: exclude unsupported CentOS
  • Loading branch information
marmarek committed May 30, 2021
2 parents 06e622e + fad317e commit 02a315f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEBIAN_BUILD_DIRS.vm-stretch := debian-pkg/debian
DEBIAN_BUILD_DIRS.vm-buster := debian-pkg/debian
DEBIAN_BUILD_DIRS.vm-bullseye := debian-pkg/debian
DEBIAN_BUILD_DIRS := $(DEBIAN_BUILD_DIRS.$(PACKAGE_SET)-$(DIST))
ifneq ($(DISTRIBUTION),centos)
ifeq ($(filter $(DIST), centos7 centos8 centos-stream8),)
RPM_SPEC_FILES := python3-u2flib-host.spec
endif

Expand Down

0 comments on commit 02a315f

Please sign in to comment.