Skip to content

Commit d67db98

Browse files
ajragusaveorlo
authored andcommitted
some additional clean-up
1 parent 0b9137d commit d67db98

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test: venv
88

99
rpm: dist
1010
cd dist;
11-
#rpmbuild -ta dist/simp-poller-$(VERSION).tar.gz
11+
rpmbuild -ta dist/simp-poller-$(VERSION).tar.gz
1212
rpmbuild -ta dist/simp-data-$(VERSION).tar.gz
1313
rpmbuild -ta dist/simp-comp-$(VERSION).tar.gz
1414
rpmbuild -ta dist/simp-tsds-$(VERSION).tar.gz

spec/simp-env.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A system for fetching data from simp and compiling the data into a composite
22
Name: simp-env
33
Version: 1.11.3
4-
Release: 1%{dist}
4+
Release: 2%{dist}
55
License: GRNOC
66
Group: GRNOC
77
URL: http://globalnoc.iu.edu/simp
@@ -18,6 +18,12 @@ Requires: perl-GRNOC-RabbitMQ >= 1.2.1
1818
Requires: perl-GRNOC-WebService-Client
1919
Requires: perl-GRNOC-Monitoring-Service-Status
2020

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+
2127
%description
2228
This program pulls SNMP-derived data from Simp and publishes it to TSDS.
2329

0 commit comments

Comments
 (0)