Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit ccbb511

Browse files
committed
rpm: restore RPMEXTRAPROVIDE support
in commit 15205b7, the support of RPMEXTRAPROVIDE is removed by accient, makes the rpm builds unusable.
1 parent 4cffc00 commit ccbb511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pm/rpm/pack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7979
$(VER_NONE=0 rpmopttag Requires $PKGDEP)
8080
$(rpmopttag Conflicts $PKGCONFL)
8181
$(rpmopttag Obsoletes $PKGREP)
82-
$(rpmopttag Provides $PKGPROV)
82+
$(rpmopttag Provides $RPMEXTRAPROVIDE $PKGPROV $PKGPROV_RPM)
8383
$(rpmopttag Suggests $PKGSUG)
8484
8585
%description

0 commit comments

Comments
 (0)