Skip to content

Commit

Permalink
Fix vimvault and Thruk URL
Browse files Browse the repository at this point in the history
  • Loading branch information
willhaines committed Feb 15, 2024
1 parent d520ce6 commit f5fc675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions naemon-vimvault.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Group: Applications/System
URL: https://www.naemon.io/
Packager: Naemon Core Development Team <naemon-dev@monitoring-lists.org>
Vendor: Naemon Core Development Team
Source0: https://github.com/naemon/naemon-vimcrypt-vault-broker/archive/naemon-vimvault-%{version}.tar.gz
Source0: https://github.com/naemon/naemon-vimcrypt-vault-broker/archive/refs/tags/v%{version}.tar.gz
BuildRoot: %{_tmppath}/naemon-%{version}-%{release}
BuildRequires: naemon-devel
BuildRequires: autoconf
Expand All @@ -25,7 +25,7 @@ macros in encrypted files editable with the vim editor.


%prep
%setup -q
%setup -q -n naemon-vimcrypt-vault-broker-%{version}


%build
Expand Down
2 changes: 1 addition & 1 deletion thruk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This package contains the reporting addon for thruk useful for sla
and event reporting.

%prep
%setup -q -n %{fullname}
%setup -q -n Thruk-%{version}

%build
export PERL5LIB=/usr/lib/thruk/perl5:/usr/lib64/thruk/perl5
Expand Down

0 comments on commit f5fc675

Please sign in to comment.