Skip to content

Commit f074f29

Browse files
committed
Update to 7.0.2
Add Requires on puppet-resource_api It's needed since the merge of [1] [1] puppetlabs/puppetlabs-firewall#1145 (cherry picked from commit 0b245d6) Change-Id: Id033e1418a4696726382b4ceeb684ae0afa3d253
1 parent fcb879c commit f074f29

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

puppet-firewall.spec

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
%{!?upstream_version: %global upstream_version %{commit}}
1+
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
22
%define upstream_name puppetlabs-firewall
3-
%global commit e70157ef0692b679470a980d7051c4b73000ed9f
4-
%global shortcommit %(c=%{commit}; echo ${c:0:7})
5-
# DO NOT REMOVE ALPHATAG
6-
%global alphatag .%{shortcommit}git
7-
83

94
Name: puppet-firewall
10-
Version: XXX
11-
Release: XXX
5+
Version: 7.0.2
6+
Release: 1%{?dist}
127
Summary: Manages Firewalls such as iptables
138
License: ASL 2.0
149

1510
URL: http://github.com/puppetlabs/puppetlabs-firewall
1611

17-
Source0: https://github.com/puppetlabs/%{upstream_name}/archive/%{commit}.tar.gz#/%{upstream_name}-%{shortcommit}.tar.gz
12+
Source0: https://github.com/puppetlabs/%{upstream_name}/archive/v%{upstream_version}.tar.gz#/%{upstream_name}-v%{upstream_version}.tar.gz
1813

1914
BuildArch: noarch
2015

2116
Requires: puppet >= 2.7.0
17+
Requires: rubygem(puppet-resource_api) >= 1.8.18
2218

2319
%description
2420
Manages Firewalls such as iptables
@@ -48,4 +44,6 @@ cp -rp * %{buildroot}/%{_datadir}/openstack-puppet/modules/firewall/
4844

4945

5046
%changelog
47+
* Tue Oct 17 2023 RDO <[email protected]> 7.0.2-1
48+
- Update to 7.0.2
5149

0 commit comments

Comments
 (0)