forked from pool/certbot-systemd-timer
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b7f55a0d65 | |||
| 74fe9c9139 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 16:24:20 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix build with RPM 4.20: referencing ../ in %doc/%license is not
|
||||
guaranteed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 16:48:55 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package certbot-systemd-timer
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -41,7 +41,7 @@ Requires: systemd
|
||||
Optional systemd timer, which takes care of certbot certificate renewals.
|
||||
|
||||
%prep
|
||||
:
|
||||
cp %{SOURCE13} %{SOURCE14} .
|
||||
|
||||
%build
|
||||
:
|
||||
@@ -68,8 +68,8 @@ ln -s -f %{_sbindir}/service %{buildroot}%{_sbindir}/rccertbot-renew
|
||||
%service_add_pre certbot-renew.service
|
||||
|
||||
%files
|
||||
%doc ../SOURCES/README
|
||||
%license ../SOURCES/LICENSE.txt
|
||||
%doc README
|
||||
%license LICENSE.txt
|
||||
%{_fillupdir}/sysconfig.certbot
|
||||
%{_unitdir}/certbot-renew.service
|
||||
%{_unitdir}/certbot-renew.timer
|
||||
|
||||
Reference in New Issue
Block a user