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
297
297
$(CP ) -T $(PKG_DIR ) /rpm $(DESTDIR )
298
298
$(LN ) -nsf $(CURDIR ) $(DESTDIR ) /BUILD
299
299
$(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/*
301
301
-cd $(DESTDIR ) && rpmlint RPMS/*
302
302
303
303
@@ -312,6 +312,6 @@ docker-%:
312
312
--build-arg WITH_TIRPC=$(WITH_TIRPC) \
313
313
--build-arg WITH_SECCOMP=$(WITH_SECCOMP) \
314
314
-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/:} && \
316
316
$(DOCKER ) cp $$(cat $* .cid ) :/mnt/. $(DIST_DIR ) /$$ {image/:}/$(ARCH ) && \
317
317
$(DOCKER ) rm $$(cat $* .cid ) && rm $* .cid
Original file line number Diff line number Diff line change 5
5
URL: https://github.com/NVIDIA/libnvidia-container
6
6
BuildRequires: make
7
7
Version: %{_version }
8
- Release: 1%{?_tag:.% _tag }
8
+ Release: 1
9
9
Summary: NVIDIA container runtime library
10
10
%description
11
11
The nvidia-container library provides an interface to configure GNU/Linux
You can’t perform that action at this time.
0 commit comments