1 |
# $Id: smeserver-yum.spec,v 1.77 2021/12/03 12:14:46 brianr Exp $ |
# $Id: smeserver-yum.spec,v 1.80 2022/03/08 06:39:32 jpp 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 58 |
%define release 61 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
58 |
Patch45: smeserver-yum-2.6.0-bz11768.patch |
Patch45: smeserver-yum-2.6.0-bz11768.patch |
59 |
Patch46: smeserver-yum-2.6.0-bz11790-Re-word-reboot-required-message.patch |
Patch46: smeserver-yum-2.6.0-bz11790-Re-word-reboot-required-message.patch |
60 |
Patch47: smeserver-yum-2.6.0-bz11803-spamd.patch |
Patch47: smeserver-yum-2.6.0-bz11803-spamd.patch |
61 |
|
Patch48: smeserver-yum-2.6.0-bz11808-remove-pop.patch |
62 |
|
Patch49: smeserver-yum-2.6.0-bz11886-cvm.patch |
63 |
|
Patch50: smeserver-yum-2.6.0-bz11951-bz11952.patch |
64 |
|
|
65 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
66 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
139 |
%patch45 -p1 |
%patch45 -p1 |
140 |
%patch46 -p1 |
%patch46 -p1 |
141 |
%patch47 -p1 |
%patch47 -p1 |
142 |
|
%patch48 -p1 |
143 |
|
%patch49 -p1 |
144 |
|
%patch50 -p1 |
145 |
|
|
146 |
%build |
%build |
147 |
perl createlinks |
perl createlinks |
158 |
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
159 |
--file '/sbin/e-smith/yumdownloadonly' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/yumdownloadonly' 'attr(0755,root,root)' \ |
160 |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
161 |
--dir /var/log/yum 'attr(2750,smelog,smelog)' \ |
--dir /var/log/yum 'attr(2750,root,root)' \ |
162 |
$RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist |
163 |
|
|
164 |
%clean |
%clean |
178 |
|
|
179 |
|
|
180 |
%changelog |
%changelog |
181 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-61.sme |
182 |
|
- fix rotate yum.log as not standard location [SME: 11951] |
183 |
|
- remove yum_update_dbs from messages log [SME: 11952] |
184 |
|
|
185 |
|
* Tue Mar 08 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-60.sme |
186 |
|
- restart cvm-unix on cvm or bglibs update [SME: 11886] |
187 |
|
|
188 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-59.sme |
189 |
|
- remove pop3 and pop3s services from plugin [SME: 11808] |
190 |
|
|
191 |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-58.sme |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-58.sme |
192 |
- fix restarting spamd instead of spamassassin [SME: 11803] |
- fix restarting spamd instead of spamassassin [SME: 11803] |
193 |
|
|