File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ test: venv
8
8
9
9
rpm : dist
10
10
cd dist;
11
- # rpmbuild -ta dist/simp-poller-$(VERSION).tar.gz
11
+ rpmbuild -ta dist/simp-poller-$(VERSION ) .tar.gz
12
12
rpmbuild -ta dist/simp-data-$(VERSION ) .tar.gz
13
13
rpmbuild -ta dist/simp-comp-$(VERSION ) .tar.gz
14
14
rpmbuild -ta dist/simp-tsds-$(VERSION ) .tar.gz
Original file line number Diff line number Diff line change 1
1
Summary: A system for fetching data from simp and compiling the data into a composite
2
2
Name: simp-env
3
3
Version: 1.11.3
4
- Release: 1 %{dist }
4
+ Release: 2 %{dist }
5
5
License: GRNOC
6
6
Group: GRNOC
7
7
URL: http://globalnoc.iu.edu/simp
@@ -18,6 +18,12 @@ Requires: perl-GRNOC-RabbitMQ >= 1.2.1
18
18
Requires: perl-GRNOC-WebService-Client
19
19
Requires: perl-GRNOC-Monitoring-Service-Status
20
20
21
+ Provides: perl-Redis-Fast = 0.28
22
+ Provides: perl(Data::Munge)
23
+ Provides: perl-Syntax-Keyword-Try
24
+ Provides: perl(AnyEvent::Subprocess)
25
+ Provides: perl(MooseX::Clone)
26
+
21
27
%description
22
28
This program pulls SNMP-derived data from Simp and publishes it to TSDS.
23
29
You can’t perform that action at this time.
0 commit comments