Skip to content

Commit

Permalink
fix rpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Nov 14, 2019
1 parent eb5ed28 commit 1f7d76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ rpm: srctar
yum-builddep -y rpm/oidc-agent.spec
@mkdir -p rpm/rpmbuild/SOURCES
@#@cp -af src Makefile rpm/rpmbuild/SOURCES
@mv oidc-agent.tar rpm/rpmbuild/SOURCES/
@mv oidc-agent.tar rpm/rpmbuild/SOURCES/oidc-agent-$(VERSION).tar
rpmbuild --define "_topdir $(BASEDIR)/rpm/rpmbuild" --define "_version $(VERSION)" -bb rpm/oidc-agent.spec
@#rpmbuild --define "_topdir $(BASEDIR)/rpm/rpmbuild" -bb rpm/liboidc-agent3.spec
@mv rpm/rpmbuild/RPMS/*/*rpm ..
Expand Down
2 changes: 1 addition & 1 deletion rpm/oidc-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Summary: Commandline tool for obtaining OpenID Connect access tokens on the comm
Group: Misc
License: MIT-License
URL: https://github.com/indigo-dc/oidc-agent
Source0: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar

BuildRequires: libcurl-devel >= 7.29
BuildRequires: libsodium-devel >= 1.0.14
Expand Down

0 comments on commit 1f7d76a

Please sign in to comment.