Compare commits

..

No commits in common. "ef9a306f68213378a033efd1dc589ac7e5fe241e" and "74121c34b2aa546bf6c77673d3f9157a5fa87c02" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
0.7.0-7 ./
0.7.0-6 ./

View File

@ -1,6 +1,6 @@
Name: dehydrated
Version: 0.7.0
Release: 7%{?dist}
Release: 6%{?dist}
Summary: ACME client in bash
Group: Application/System
@ -21,6 +21,9 @@ Requires: /usr/bin/awk
Requires: curl
Requires: /usr/bin/mktemp
Conflicts: letsencrypt.sh
Obsoletes: letsencrypt.sh
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5
%global useselinux 1
%else
@ -152,9 +155,6 @@ fi
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates
%changelog
* Wed Aug 31 2022 Daniel Berteaud <dbd@ehtrace.com> 0.7.0-7
- letsencrypt.sh is old enough to be removed (dbd@ehtrace.com)
* Fri Jul 22 2022 Daniel Berteaud <dbd@ehtrace.com> 0.7.0-6
- Use /usr/bin path for dependencies (dbd@ehtrace.com)