1 |
# $Id: e-smith-runit.spec,v 1.1 2016/02/05 17:17:58 stephdl Exp $ |
# $Id: e-smith-runit.spec,v 1.7 2020/09/30 20:57:53 jpp 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 2 |
%define release 8 |
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 |
|
Patch3: e-smith-runit-2.6.0-bz11013-sme-server.target.patch |
17 |
|
Patch4: e-smith-runit-2.6.0-bz11088-beforenetwork.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
Obsoletes: supervise-scripts |
Obsoletes: supervise-scripts |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
29 |
|
- run before network-pre.target [SME: 11088] |
30 |
|
|
31 |
|
* Wed Sep 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
32 |
|
- enable for sme-server.target [SME: 11013] |
33 |
|
|
34 |
|
* Fri Jul 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
35 |
|
- add systemd skip redirect [SME: 9688] |
36 |
|
|
37 |
|
* Mon Apr 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
38 |
|
- start runit before bootstrap console [SME: 9352] |
39 |
|
|
40 |
|
* Sun Mar 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
41 |
|
- fix typo in patch [SME: 9366] |
42 |
|
|
43 |
|
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
44 |
|
- make runit working with systemd [SME: 9366] |
45 |
|
|
46 |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
47 |
- rebuild for Bug [SME: 9347] |
- rebuild for Bug [SME: 9347] |
48 |
|
|
112 |
|
|
113 |
%prep |
%prep |
114 |
%setup |
%setup |
115 |
|
%patch0 -p1 |
116 |
|
%patch1 -p1 |
117 |
|
%patch2 -p1 |
118 |
|
%patch3 -p1 |
119 |
|
%patch4 -p1 |
120 |
|
|
121 |
%build |
%build |
122 |
perl createlinks |
perl createlinks |