Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
732f47e98f | ||
|
|
13927f6ab4 | ||
|
|
37a52d5c21 | ||
|
|
a6338bbe13 | ||
|
|
766d400d3e | ||
|
|
3484562432 | ||
|
|
3927d057dc | ||
|
|
f352d64d14 |
1 changed files with 36 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Client for signing certificates with an ACME server
|
||||
Name: dehydrated
|
||||
Version: 0.7.1
|
||||
Release: 1%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/dehydrated-io/dehydrated
|
||||
Source0: https://github.com/dehydrated-io/dehydrated/releases/download/v%{version}/dehydrated-%{version}.tar.gz
|
||||
|
|
@ -19,15 +19,23 @@ Patch2: dehydrated-hook.sh-defaults.patch
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%{?systemd_requires}
|
||||
Requires: coreutils
|
||||
Requires: curl
|
||||
Requires: diffutils
|
||||
Requires: gawk
|
||||
Requires: grep
|
||||
# provided by either mailx or s-nail
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
# Usually provided by s-nail, historically by mailx
|
||||
Requires: /usr/bin/mailx
|
||||
%else
|
||||
# s-nail (EPEL 8) provides /usr/bin/mailx, mailx (RHEL 8) provides /bin/mailx
|
||||
Requires: (/usr/bin/mailx or /bin/mailx)
|
||||
%endif
|
||||
Requires: openssl
|
||||
Requires: sed
|
||||
Requires: util-linux
|
||||
|
||||
%description
|
||||
This is a client for signing certificates with an ACME-server (currently
|
||||
|
|
@ -45,15 +53,14 @@ Current features:
|
|||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%setup -q
|
||||
%patch0 -p1 -b .autowash
|
||||
%patch1 -p1 -b .improve-trap-handling
|
||||
%patch2 -p1
|
||||
%patch -P0 -p1 -b .autowash
|
||||
%patch -P1 -p1 -b .improve-trap-handling
|
||||
%patch -P2 -p1
|
||||
|
||||
%build
|
||||
: nothing to do
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_libexecdir}
|
||||
mkdir -p %{buildroot}%{_rundir}/dehydrated
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/dehydrated/accounts
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/dehydrated/archive
|
||||
|
|
@ -143,6 +150,28 @@ systemctl start dehydrated.timer >/dev/null 2>&1 || :
|
|||
%{_mandir}/man1/dehydrated.1*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Dec 26 2024 Robert Scheck <robert@fedoraproject.org> - 0.7.1-6
|
||||
- Added missing dehydrated run-time requirements
|
||||
- Resolved: rhbz#2279854 dehydrated dependency issue on EL8
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed May 31 2023 Robert Scheck <robert@fedoraproject.org> - 0.7.1-1
|
||||
- Resolved: rhbz#2139056 dehydrated-0.7.1 is available
|
||||
- Resolved: rhbz#2035549 genkey ecparam - ECDSA key, P-384 (secp384r1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue