Use https for URL and SOURCE tags

While upstream redirects to https these days, avoid sending users to the
non-secure site.  As %url is used for Source0 it's preferable to
download source tarballs via a secure channel.
This commit is contained in:
Todd Zullinger 2018-08-26 01:46:30 -04:00
parent 2e6612f513
commit b4e64ed274
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Summary: An advanced IRC bouncer
Group: System Environment/Daemons
License: ASL 2.0
URL: http://znc.in
URL: https://znc.in
Source0: %{url}/releases/%{name}-%{version}.tar.gz
BuildRequires: automake
@ -250,6 +250,7 @@ getent passwd znc >/dev/null || \
- Clean up ancient Fedora and RHEL conditionals
- Remove cruft from %%prep
- Use %%autosetup, %%make_build, and %%make_install macros
- Use https for URL and SOURCE tags
* Mon Jul 23 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-2
- Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies