From 74353918263287f12ab84665356c3acdbd6fa15c Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Oct 06 2016 20:53:41 +0000 Subject: add checkout date --- diff --git a/acme-tiny.spec b/acme-tiny.spec index 80457eb..2f08eb7 100644 --- a/acme-tiny.spec +++ b/acme-tiny.spec @@ -1,5 +1,6 @@ %global commit 5a7b4e79bc9bd5b51739c0d8aaf644f62cc440e6 %global shortcommit 5a7b4e7 +%global checkout 20160810git%{shortcommit} %if 0%{?rhel} >= 5 && 0%{?rhel} < 7 %global use_systemd 0 @@ -17,7 +18,7 @@ Name: acme-tiny Version: 0.1 -Release: 10.git%{shortcommit}%{?dist} +Release: 10.%{checkout}%{?dist} Summary: Tiny auditable script to issue, renew Let's Encrypt certificates Group: Applications/Internet @@ -134,11 +135,11 @@ exit 0 /usr/sbin/cert-check %changelog -* Mon Aug 22 2016 Stuart D. Gathman 0.1-10 +* Mon Aug 22 2016 Stuart D. Gathman 0.1-10.2016git5a7b4e7 - Fix cert writable check in sign script - More tips in README-fedora.md -* Mon Aug 22 2016 Stuart D. Gathman 0.1-9 +* Mon Aug 22 2016 Stuart D. Gathman 0.1-9.2016git5a7b4e7 - Use %%{systemd_requires} - Remove unneeded cronie, python dependencies - Add acme-tiny.timer to systemd scriptlets