1 |
# $Id: e-smith-runit.spec,v 1.10 2021/01/03 06:17:29 jpp Exp $ |
# $Id: e-smith-runit.spec,v 1.11 2021/01/03 06:37:08 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 10 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch4: e-smith-runit-2.6.0-bz11088-beforenetwork.patch |
Patch4: e-smith-runit-2.6.0-bz11088-beforenetwork.patch |
18 |
Patch5: e-smith-runit-2.6.0-bz11013-fixunitfile.patch |
Patch5: e-smith-runit-2.6.0-bz11013-fixunitfile.patch |
19 |
Patch6: e-smith-runit-2.6.0-bz11156-update.patch |
Patch6: e-smith-runit-2.6.0-bz11156-update.patch |
20 |
|
Patch7: e-smith-runit-2.6.0-bz9692-cleanup.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
28 |
Obsoletes: supervise-scripts |
Obsoletes: supervise-scripts |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
32 |
|
- cleanup of /etc/rc.d [SME: 9692] |
33 |
|
|
34 |
* Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
* Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
35 |
- create e-smith-runit-update event [SME: 11156] |
- create e-smith-runit-update event [SME: 11156] |
36 |
also tidy target wantedby: should run from basic.target |
also tidy target wantedby: should run from basic.target |
133 |
%patch5 -p1 |
%patch5 -p1 |
134 |
%patch6 -p1 |
%patch6 -p1 |
135 |
mkdir -p root/etc/e-smith/events |
mkdir -p root/etc/e-smith/events |
136 |
|
%patch7 -p1 |
137 |
|
rm -rf root/etc/rc.d |
138 |
|
|
139 |
%build |
%build |
140 |
perl createlinks |
perl createlinks |