change source url to github archive

This commit is contained in:
trevorb
2025-10-09 18:00:07 +11:00
parent 076b939250
commit 3e6989c2ea

View File

@@ -5,7 +5,7 @@
# Common info # Common info
Name: %{realname} Name: %{realname}
Version: %{realver} Version: %{realver}
Release: 1.2 Release: 1.3
License: GPL License: GPL
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
URL: http://coova.org/CoovaChilli URL: http://coova.org/CoovaChilli
@@ -17,7 +17,7 @@ Requires: haserl
# Build-time parameters # Build-time parameters
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
Source: https://github.com/coova/coova-chilli/archive/%{realver}%{?extraver}.%{srcext} Source: https://coova.github.io/coova-chilli/coova-chilli-%{realver}%{?extraver}.%{srcext}
%description %description
chilli is a software access controller typically used in Wireless LAN HotSpot. chilli is a software access controller typically used in Wireless LAN HotSpot.
It supports of two different access methods for a Wireless LAN HotSpot: It supports of two different access methods for a Wireless LAN HotSpot:
@@ -99,6 +99,9 @@ Development files for %{name}
%endif %endif
%changelog %changelog
* Thu Oct 09 2025 Trevor Batley <trevorb@koozali.org> %{realver}-1.3.sme
- change source url to github archive, where it now lives
* Thu Oct 09 2025 BogusDateBot * Thu Oct 09 2025 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday. by assuming the date is correct and changing the weekday.