1 |
# $Id: smeserver-yum.spec,v 1.11 2017/02/25 21:04:03 unnilennium Exp $ |
# $Id: smeserver-yum.spec,v 1.15 2017/03/27 21:40:56 unnilennium Exp $ |
2 |
|
|
3 |
%define name smeserver-yum |
%define name smeserver-yum |
4 |
Summary: YUM, an rpm updater |
Summary: YUM, an rpm updater |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 12 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
18 |
Patch5: smeserver-yum-2.6.0.bz8705.avoidReboot.patch |
Patch5: smeserver-yum-2.6.0.bz8705.avoidReboot.patch |
19 |
Patch6: smeserver-yum-2.6.0.bz10119.scloGPGkey.patch |
Patch6: smeserver-yum-2.6.0.bz10119.scloGPGkey.patch |
20 |
Patch7: smeserver-yum-2.6.0.bz10156.remContrib.patch |
Patch7: smeserver-yum-2.6.0.bz10156.remContrib.patch |
21 |
|
Patch8: smeserver-yum-2.6.0.bz8705.avoidReboot-fixKeyError.patch |
22 |
|
Patch9: smeserver-yum-2.6.0.bz8705.avoidReboot-service-names.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
54 |
%patch5 -p1 |
%patch5 -p1 |
55 |
%patch6 -p1 |
%patch6 -p1 |
56 |
%patch7 -p1 |
%patch7 -p1 |
57 |
|
%patch8 -p1 |
58 |
|
%patch9 -p1 |
59 |
|
|
60 |
%build |
%build |
61 |
perl createlinks |
perl createlinks |
91 |
|
|
92 |
|
|
93 |
%changelog |
%changelog |
94 |
|
* Wed Mar 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
95 |
|
- correct service names with plugin to avoid reboot [SME: 8705] |
96 |
|
- code by stefano zamboni <zamboni@mind-at-work.it> |
97 |
|
|
98 |
|
* Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
99 |
|
- fix KeyError with plugin to avoid reboot [SME: 8705] |
100 |
|
- code by stefano zamboni <zamboni@mind-at-work.it> |
101 |
|
|
102 |
* Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
* Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
103 |
- remove centos contrib repo [SME: 10156] |
- remove centos contrib repo [SME: 10156] |
104 |
|
|
107 |
- will allow to install SCL packages directly from smecontribs |
- will allow to install SCL packages directly from smecontribs |
108 |
|
|
109 |
* Sat Feb 18 2017 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme |
* Sat Feb 18 2017 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme |
110 |
- Added smeserver-yum-2.6.0.bz8705.avoidReboot.patch |
- Added smeserver-yum-2.6.0.bz8705.avoidReboot.patch [SME: 8705] |
111 |
- code by stefano zamboni <zamboni@mind-at-work.it> |
- code by stefano zamboni <zamboni@mind-at-work.it> |
112 |
- Avoid to reboot after the installation of a smeserver-* package |
- Avoid to reboot after the installation of a smeserver-* package |
113 |
|
|