Skip to content

Commit

Permalink
update to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspw committed Dec 19, 2024
1 parent be7b1f9 commit 16a22ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file removed headscale-0.22.3-vendored.tar.xz
Binary file not shown.
Binary file added headscale-0.23.0-vendored.tar.xz
Binary file not shown.
11 changes: 6 additions & 5 deletions headscale.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# https://github.com/juanfont/headscale
%global goipath github.com/juanfont/headscale
Version: 0.22.3
Version: 0.23.0

%if 0%{?rhel}
%gometa
Expand All @@ -22,7 +22,7 @@ An open source, self-hosted implementation of the Tailscale control server.}
%global golicenses LICENSE

Name: headscale
Release: 3
Release: 1%{?dist}
Summary: An open source, self-hosted implementation of the Tailscale control server

License: BSD-3-Clause
Expand All @@ -38,8 +38,6 @@ Source2: headscale.tmpfiles
Source3: headscale.sysusers
Source4: config.yaml

# https://github.com/juanfont/headscale/pull/1287
#Patch: 1287.patch

BuildRequires: git-core
BuildRequires: systemd-rpm-macros
Expand All @@ -57,7 +55,7 @@ Requires: systemd

%prep
%goprep %{?with_vendor:-k}
%autopatch -p1
#%%autopatch -p1


%build
Expand Down Expand Up @@ -118,6 +116,9 @@ install -p -D -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/headscale/config.yam


%changelog
* Thu Dec 19 2024 jonathanspw <[email protected]> - 0.23.0-1
- update to 0.23.0

* Mon Jan 22 2024 Jonathan Wright <[email protected]> - 0.22.3-3
- Update systemd unit to After=network-online.target

Expand Down

0 comments on commit 16a22ed

Please sign in to comment.