-
Notifications
You must be signed in to change notification settings - Fork 0
/
splice-init.spec
52 lines (35 loc) · 1.1 KB
/
splice-init.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Name: splice-init
Version: 0.3
Release: 1%{?dist}
Summary: Initialize a cloud instance for Splice.
Group: Development/Languages
License: GPLv2+
URL: https://github.com/splice/splice-init
Source0: %{name}-%{version}.tar.gz
Requires: m2crypto
%description
Initialize a cloud instance for Splice.
%prep
%setup -q
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_initddir}
cp usr/bin/splice-init %{buildroot}/%{_bindir}/
cp etc/init.d/splice-init %{buildroot}/%{_initddir}/
%files
%defattr(-,root,root,-)
%{_bindir}/splice-init
%{_initddir}/splice-init
%changelog
* Thu Aug 30 2012 James Slagle <[email protected]> 0.3-1
- Replace REGION string in rhsm conf file ([email protected])
- Basic init script output ([email protected])
- Create needed dir ([email protected])
- Add init script ([email protected])
- Improved error handling ([email protected])
- read and write the rhic ([email protected])
- Remove configure ([email protected])
* Wed Aug 29 2012 James Slagle <[email protected]> 0.2-1
- new package built with tito