Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud ef9a306f68 Automatic commit of package [dehydrated] minor release [0.7.0-7].
Created by command:

/usr/bin/tito tag
2022-08-31 12:09:44 +02:00
Daniel Berteaud d2c8d3bbf6 letsencrypt.sh is old enough to be removed 2022-08-31 12:09:29 +02:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
Name: dehydrated
Version: 0.7.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: ACME client in bash
Group: Application/System
@ -21,9 +21,6 @@ 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
@ -155,6 +152,9 @@ 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)