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

Diff of /rpms/dehydrated/sme10/dehydrated.spec

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

Revision 1.7 by jpp, Mon Feb 26 22:04:13 2018 UTC Revision 1.8 by jpp, Wed Apr 11 19:17:58 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 9  Group:         Application/System Line 9  Group:         Application/System
9  License:        MIT  License:        MIT
10  URL:            https://github.com/lukas2511/dehydrated  URL:            https://github.com/lukas2511/dehydrated
11  #download released zip and prepend dehydrated- to name  #download released zip and prepend dehydrated- to name
12  Source0:        dehydrated-v%{version}.tar.gz  Source0:        dehydrated-%{version}.tar.gz
13  Source1:        integration.tgz  Source1:        integration.tgz
 Patch0:         dehydrated-0.5.0-bz10521-7a0e71c6c2ccc6e98abca5ea1c7de28053e90c02.patch  
14    
15  BuildArch:      noarch  BuildArch:      noarch
16  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 40  relatively simple bash-script. Line 39  relatively simple bash-script.
39  %prep  %prep
40  #unpack source 1  #unpack source 1
41  %setup  -n dehydrated-%{version}  %setup  -n dehydrated-%{version}
 %patch0 -p1  
42  # 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
43  # this wil unpack the integration file in the previous unpacked dehydrated folder  # this wil unpack the integration file in the previous unpacked dehydrated folder
44  %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> Version:   0.5.0-3.sme  * Fri Feb 16 2018 Jean-Philipe Pialasse <tests@pialasse.com> Version:   0.5.0-3.sme
166  - fix Dehydrated caused rate limits to be reached [SME: 10521]  - fix Dehydrated caused rate limits to be reached [SME: 10521]
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