/[smeserver]/rpms/dehydrated/sme9/dehydrated.spec
ViewVC logotype

Diff of /rpms/dehydrated/sme9/dehydrated.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.6 by jpp, Wed Apr 11 19:21:17 2018 UTC Revision 1.9 by jcrisp, Sat Nov 23 00:03:39 2019 UTC
# Line 1  Line 1 
1  Name:           dehydrated  Name:           dehydrated
2  %define version 0.6.1  %define version 0.6.2
3  %define release 11  %define release 14
4  Version:        %{version}  Version:        %{version}
5  Release:        %{release}%{?dist}  Release:        %{release}%{?dist}
6  Summary:        ACME client in bash  Summary:        ACME client in bash
# Line 11  URL:           https://github.com/lukas2511/dehyd Line 11  URL:           https://github.com/lukas2511/dehyd
11  Source0:        dehydrated-%{version}.tar.gz  Source0:        dehydrated-%{version}.tar.gz
12  Source1:        integration.tgz  Source1:        integration.tgz
13    
14    Patch1: dehydrated-fix-missing-id.patch
15    
16  BuildArch:      noarch  BuildArch:      noarch
17  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot
18    
# Line 42  relatively simple bash-script. Line 44  relatively simple bash-script.
44  # this wil unpack the integration file in the previous unpacked dehydrated folder  # this wil unpack the integration file in the previous unpacked dehydrated folder
45  %setup -T -D -a 1  %setup -T -D -a 1
46    
47    %patch1 -p1
48    
49  %build  %build
50  sed -i -e "s|#BASEDIR=.*|BASEDIR=%{_localstatedir}/lib/%{name}/certificates|" \  sed -i -e "s|#BASEDIR=.*|BASEDIR=%{_localstatedir}/lib/%{name}/certificates|" \
51         -e "s|#WELLKNOWN=.*|WELLKNOWN=%{_localstatedir}/lib/%{name}/challenges|" \         -e "s|#WELLKNOWN=.*|WELLKNOWN=%{_localstatedir}/lib/%{name}/challenges|" \
# Line 159  fi Line 163  fi
163  %dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates  %dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates
164    
165  %changelog  %changelog
166  * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.1-11.sme  * Fri Nov 22 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.6.2-14.sme
167    - fix Malformed account ID error [SME: 10828]
168    
169    * Thu May 03 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.2-13.sme
170    - upgrade to upstream version [SME: 10577]
171    
172    * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.1-12.sme
173  - upgrade to upstream version [SME: 10565]  - upgrade to upstream version [SME: 10565]
174    
175  * Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.5.0-3.sme  * Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.5.0-3.sme
# Line 230  fi Line 240  fi
240    
241  * Mon Jan 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.0.1.git3432f60-1  * Mon Jan 25 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.0.1.git3432f60-1
242  - First package  - First package
243    
244    %patch


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed