File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ rpm: all
297297 $(CP ) -T $(PKG_DIR ) /rpm $(DESTDIR )
298298 $(LN ) -nsf $(CURDIR ) $(DESTDIR ) /BUILD
299299 $(MKDIR ) -p $(DESTDIR ) /RPMS && $(LN ) -nsf $(DIST_DIR ) $(DESTDIR ) /RPMS/$(ARCH )
300- cd $(DESTDIR ) && rpmbuild --clean --target=$(ARCH ) -bb -D" _topdir $( DESTDIR) " -D" _version $( VERSION) " -D" _tag $( TAG ) " -D " _major $( MAJOR) " SPECS/*
300+ cd $(DESTDIR ) && rpmbuild --clean --target=$(ARCH ) -bb -D" _topdir $( DESTDIR) " -D" _version $( VERSION) " -D" _major $( MAJOR) " SPECS/*
301301 -cd $(DESTDIR ) && rpmlint RPMS/*
302302
303303
@@ -312,6 +312,6 @@ docker-%:
312312 --build-arg WITH_TIRPC=$(WITH_TIRPC) \
313313 --build-arg WITH_SECCOMP=$(WITH_SECCOMP) \
314314 -f $(MAKE_DIR ) /Dockerfile.$${image%% :* } -t $(LIB_NAME ) :$${image/:} . && \
315- $(DOCKER ) run --cidfile $* .cid -e TAG -e DISTRIB -e SECTION $(LIB_NAME ) :$$ {image/:} && \
315+ $(DOCKER ) run --cidfile $* .cid -e DISTRIB -e SECTION $(LIB_NAME ) :$$ {image/:} && \
316316 $(DOCKER ) cp $$(cat $* .cid ) :/mnt/. $(DIST_DIR ) /$$ {image/:}/$(ARCH ) && \
317317 $(DOCKER ) rm $$(cat $* .cid ) && rm $* .cid
Original file line number Diff line number Diff line change 55URL: https://github.com/NVIDIA/libnvidia-container
66BuildRequires: make
77Version: %{_version }
8- Release: 1%{?_tag:.% _tag }
8+ Release: 1
99Summary: NVIDIA container runtime library
1010%description
1111The nvidia-container library provides an interface to configure GNU/Linux
You can’t perform that action at this time.
0 commit comments