/[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.5 by jpp, Mon Feb 26 22:03:09 2018 UTC Revision 1.6 by jpp, Wed Apr 11 19:21:17 2018 UTC
# Line 1  Line 1 
1  Name:           dehydrated  Name:           dehydrated
2  %define version 0.5.0  %define version 0.6.1
3  %define release 3  %define release 11
4  Version:        %{version}  Version:        %{version}
5  Release:        %{release}%{?dist}  Release:        %{release}%{?dist}
6  Summary:        ACME client in bash  Summary:        ACME client in bash
# Line 8  Summary:       ACME client in bash Line 8  Summary:       ACME client in bash
8  Group:          Application/System  Group:          Application/System
9  License:        MIT  License:        MIT
10  URL:            https://github.com/lukas2511/dehydrated  URL:            https://github.com/lukas2511/dehydrated
11  Source0:        dehydrated-v%{version}.tar.gz  Source0:        dehydrated-%{version}.tar.gz
12  Source1:        integration.tgz  Source1:        integration.tgz
 Patch0:         dehydrated-0.5.0-bz10521-7a0e71c6c2ccc6e98abca5ea1c7de28053e90c02.patch  
13    
14  BuildArch:      noarch  BuildArch:      noarch
15  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 39  relatively simple bash-script. Line 38  relatively simple bash-script.
38  %prep  %prep
39  #unpack source 1  #unpack source 1
40  %setup  -n dehydrated-%{version}  %setup  -n dehydrated-%{version}
 %patch0 -p1  
41  # unpack integration package aka source 1; do not delete previous -D, and disable default unpacking -T  # unpack integration package aka source 1; do not delete previous -D, and disable default unpacking -T
42  # this wil unpack the integration file in the previous unpacked dehydrated folder  # this wil unpack the integration file in the previous unpacked dehydrated folder
43  %setup -T -D -a 1  %setup -T -D -a 1
# Line 161  fi Line 159  fi
159  %dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates  %dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates
160    
161  %changelog  %changelog
162    * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.6.1-11.sme
163    - upgrade to upstream version [SME: 10565]
164    
165  * 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
166  - fix Dehydrated caused rate limits to be reached [SME: 10521] patch0  - fix Dehydrated caused rate limits to be reached [SME: 10521] patch0
167    


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