1 |
# $Id: e-smith-runit.spec,v 1.3 2013/02/08 03:02:38 wellsi Exp $ |
# $Id: e-smith-runit.spec,v 1.5 2016/04/12 03:44:08 unnilennium Exp $ |
2 |
|
|
3 |
Summary: generic support framework for Gerrit Pape's runit package |
Summary: generic support framework for Gerrit Pape's runit package |
4 |
%define name e-smith-runit |
%define name e-smith-runit |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-runit-2.6.0-systemd.patch |
14 |
|
Patch1: e-smith-runit-2.6.0-bootstrap.patch |
15 |
|
Patch2: e-smith-runit-2.6.0-bz9688.skipredirect.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Obsoletes: supervise-scripts |
Obsoletes: supervise-scripts |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Fri Jul 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
26 |
|
- add systemd skip redirect [SME: 9688] |
27 |
|
|
28 |
|
* Mon Apr 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
29 |
|
- start runit before bootstrap console [SME: 9352] |
30 |
|
|
31 |
|
* Sun Mar 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
32 |
|
- fix typo in patch [SME: 9366] |
33 |
|
|
34 |
|
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
35 |
|
- make runit working with systemd [SME: 9366] |
36 |
|
|
37 |
|
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
38 |
|
- rebuild for Bug [SME: 9347] |
39 |
|
|
40 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
41 |
- Initial release to sme10 |
- Initial release to sme10 |
42 |
|
|
103 |
|
|
104 |
%prep |
%prep |
105 |
%setup |
%setup |
106 |
|
%patch0 -p1 |
107 |
|
%patch1 -p1 |
108 |
|
%patch2 -p1 |
109 |
|
|
110 |
|
|
111 |
%build |
%build |
112 |
perl createlinks |
perl createlinks |