1 |
# $Id: e-smith-runit.spec,v 1.3 2016/03/23 13:48:03 unnilennium Exp $ |
# $Id: e-smith-runit.spec,v 1.4 2016/03/27 18:38:44 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 4 |
%define release 5 |
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 |
Patch0: e-smith-runit-2.6.0-systemd.patch |
14 |
|
Patch1: e-smith-runit-2.6.0-bootstrap.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Obsoletes: supervise-scripts |
Obsoletes: supervise-scripts |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Apr 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
25 |
|
- start runit before bootstrap console [SME: 9352] |
26 |
|
|
27 |
* Sun Mar 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Sun Mar 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
28 |
- fix typo in patch [SME: 9366] |
- fix typo in patch [SME: 9366] |
29 |
|
|
100 |
%prep |
%prep |
101 |
%setup |
%setup |
102 |
%patch0 -p1 |
%patch0 -p1 |
103 |
|
%patch1 -p1 |
104 |
|
|
105 |
|
|
106 |
|
|