Skip to content

Commit

Permalink
fix: rpm BuildRequires make
Browse files Browse the repository at this point in the history
Fedora no longer installs make in the default build environment.

Log:
  • Loading branch information
dengbo11 committed May 30, 2023
1 parent adafff4 commit 6132370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/dde-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%global tag %{version}

Name: dde-api
Version: 5.4.4
Version: 6.0.7
Release: 1
Summary: Go-lang bingding for dde-daemon
License: GPLv3+
Expand All @@ -45,6 +45,7 @@ BuildRequires: deepin-gir-generator
BuildRequires: golang-github-linuxdeepin-go-dbus-factory-devel
BuildRequires: go-lib-devel
BuildRequires: libgudev-devel
BuildRequires: make
%{?systemd_requires}
Requires: deepin-desktop-base
Requires: rfkill
Expand Down

0 comments on commit 6132370

Please sign in to comment.