Skip to content

Commit

Permalink
Merge pull request #181 from pakmarkthub/dev-issue-180
Browse files Browse the repository at this point in the history
Fix incorrect info in Provides section in rpm
  • Loading branch information
drossetti authored Feb 28, 2021
2 parents f203d75 + 5e260b8 commit cd083a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install: lib_install exes_install
lib_install: lib
@ echo "installing in $(DESTLIB) $(DESTINC)..." && \
mkdir -p $(DESTLIB) && \
install -D -v -m u=rw,g=rw,o=r src/$(LIB_DYNAMIC) -t $(DESTLIB) && \
install -D -v -m u=rwx,g=rx,o=rx src/$(LIB_DYNAMIC) -t $(DESTLIB) && \
mkdir -p $(DESTINC) && \
install -D -v -m u=rw,g=rw,o=r include/* -t $(DESTINC); \
cd $(DESTLIB); \
Expand Down
4 changes: 1 addition & 3 deletions packages/gdrcopy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [ -e /usr/bin/systemctl ]; then \
/usr/bin/systemctl daemon-reload \
fi

%global __requires_exclude ^libcuda\\.so.*$


Name: gdrcopy
Expand All @@ -54,9 +55,6 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc kernel-headers check-devel
Requires: %{name}-%{kmod} check

# to get rid of libcuda/libcudart
AutoReqProv: no

%package devel
Summary: The development files
Group: System Environment/Libraries
Expand Down

0 comments on commit cd083a5

Please sign in to comment.