1 |
# $Id: smeserver-yum.spec,v 1.40 2019/12/08 21:51:56 jpp Exp $ |
# $Id: smeserver-yum.spec,v 1.89 2024/04/28 03:45:59 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.2 |
7 |
%define release 27 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: SMEServer/addon |
Group: SMEServer/addon |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: smeserver-yum-2.6.0.SME10.patch |
Patch0: smeserver-yum-2.6.2-bz12179-smecontribs-enabled.patch |
14 |
Patch1: smeserver-yum-2.6.0.SME10CentOS7EPEL7Keys.rpm |
Patch1: smeserver-yum-2.6.2-bz12171_bz12209_no_reconfigure.patch |
15 |
Patch2: smeserver-yum-2.6.0.bz8834.DeltaRpm.patch |
Patch2: smeserver-yum-2.6.2-bz10926-bz12170-bz12173-bz12172.patch |
16 |
Patch3: smeserver-yum-2.6.0.bz1502.DownloadOnly.patch |
Patch3: smeserver-yum-2.6.2-bz12653.patch |
17 |
Patch4: smeserver-yum-2.6.0.bz9903.remiGPG.patch |
Patch4: smeserver-yum-2.6.2-bz12661-bz12715.patch |
|
Patch5: smeserver-yum-2.6.0.bz8705.avoidReboot.patch |
|
|
Patch6: smeserver-yum-2.6.0.bz10119.scloGPGkey.patch |
|
|
Patch7: smeserver-yum-2.6.0.bz10156.remContrib.patch |
|
|
Patch8: smeserver-yum-2.6.0.bz8705.avoidReboot-fixKeyError.patch |
|
|
Patch9: smeserver-yum-2.6.0.bz8705.avoidReboot-service-names.patch |
|
|
Patch10: smeserver-yum-2.6.0.bz8705.smeserver-locale.avoidreboot.patch |
|
|
Patch11: smeserver-yum-2.6.0.bz10263.rpmfusionfreeEL7.patch |
|
|
Patch12: smeserver-yum-2.6.0-bz10170-SME10eol.patch |
|
|
Patch13: smeserver-yum-2.6.0.bz6499.yum-plugin-priorities.patch |
|
|
Patch14: smeserver-yum-2.6.0.bz9388.no-double-contribs-check.patch |
|
|
Patch15: smeserver-yum-2.6.0.bz8782-check4contribs-formatting.patch |
|
|
Patch16: smeserver-yum-2.6.0.bz8705.avoidReboot-Nut-reboot-exclusions.patch |
|
|
Patch17: smeserver-yum-2.6.0-bz10742-openfusion.patch |
|
|
Patch18: smeserver-yum-2.6.0.bz10716.smecontribsvisible.patch |
|
|
Patch19: smeserver-yum-2.6.0-bz9697.mirrorlist.patch |
|
|
Patch20: smeserver-yum-2.6.0.bz10249.CentOSVault.onEOL.patch |
|
|
Patch21: smeserver-yum-2.6.0.bz118.groupmark.patch |
|
|
Patch22: smeserver-yum-2.6.0.bz6940.mismatch.btwn.manager.and.cli.patch |
|
|
Patch23: smeserver-yum-2.6.0.bz10843.stripheader.patch |
|
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
|
|
45 |
%prep |
%prep |
46 |
%setup |
%setup |
47 |
|
rm -rf root/var/service/ root/service/ |
48 |
|
rm -rf root/etc/e-smith/db/configuration/force |
49 |
%patch0 -p1 |
%patch0 -p1 |
50 |
%patch1 -p1 |
%patch1 -p1 |
51 |
%patch2 -p1 |
%patch2 -p1 |
52 |
%patch3 -p1 |
%patch3 -p1 |
53 |
%patch4 -p1 |
%patch4 -p1 |
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
%patch15 -p1 |
|
|
%patch16 -p1 |
|
|
%patch17 -p1 |
|
|
%patch18 -p1 |
|
|
%patch19 -p1 |
|
|
%patch20 -p1 |
|
|
%patch21 -p1 |
|
|
%patch22 -p1 |
|
|
%patch23 -p1 |
|
|
|
|
54 |
|
|
55 |
%build |
%build |
56 |
perl createlinks |
perl createlinks |
|
ln -s /var/service/yum root/service/yum |
|
57 |
mkdir -p root/etc/yum.smerepos.d |
mkdir -p root/etc/yum.smerepos.d |
58 |
|
|
59 |
%install |
%install |
67 |
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \ |
68 |
--file '/sbin/e-smith/yumdownloadonly' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/yumdownloadonly' 'attr(0755,root,root)' \ |
69 |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
70 |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
--dir /var/log/yum 'attr(2750,root,root)' \ |
|
--file /var/service/yum/run 'attr(0755,root,root)' \ |
|
|
--dir /var/service/yum/log 'attr(0755,root,root)' \ |
|
|
--dir /var/service/yum/log/supervise 'attr(0700,root,root)' \ |
|
|
--dir /var/service/yum/supervise 'attr(0700,root,root)' \ |
|
|
--file /var/service/yum/log/run 'attr(0755,root,root)' \ |
|
|
--dir /var/log/yum 'attr(2750,smelog,smelog)' \ |
|
71 |
$RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist |
72 |
|
|
73 |
%clean |
%clean |
77 |
|
|
78 |
%defattr(-,root,root) |
%defattr(-,root,root) |
79 |
|
|
80 |
|
%pre |
81 |
|
if [ $1 -gt 1 ] ; then |
82 |
|
if [ -e /var/service/yum/run ] ; then |
83 |
|
/usr/bin/sv d yum |
84 |
|
/usr/bin/sv d yum/log |
85 |
|
fi |
86 |
|
fi |
87 |
|
|
88 |
|
|
89 |
%changelog |
%changelog |
90 |
|
* Tue Jul 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-6.sme |
91 |
|
- fix wrong url for sclo vault [SME: 12715] |
92 |
|
- fix service name to restart for nut [SME: 12661] |
93 |
|
|
94 |
|
* Sat Apr 27 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-5.sme |
95 |
|
- add FWS gpg keys for rpm hosted in smecontribs [SME: 12653] |
96 |
|
|
97 |
|
* Wed Aug 16 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-4.sme |
98 |
|
- remove initialize-default-databases and navigation-conf from yum-* events [SME: 12172] |
99 |
|
- fix warning readline() on closed filehandle YUM_STATUS [SME: 12170] |
100 |
|
- fix warning on uninitialized value in concatenation [SME: 12173] |
101 |
|
- fix CSRF time-out during yum update [SME: 10926] |
102 |
|
now 10 minutes for this panel updated on last generation of a page |
103 |
|
|
104 |
|
* Mon Feb 27 2023 Michel Begue <mab974@misouk.com> 2.6.2-3.sme |
105 |
|
- fix reconfigure asked when not needed [SME: 12171] |
106 |
|
- do not show reconfigure button and message if not needed [SME: 12209] |
107 |
|
|
108 |
|
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-2.sme |
109 |
|
- set smecontribs enabled on new install [SME: 12179] |
110 |
|
|
111 |
|
* Mon Jul 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-1.sme |
112 |
|
- bump version number |
113 |
|
- no reboot for dbus-glib [SME: 12091] |
114 |
|
|
115 |
|
* Tue Jun 14 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-64.sme |
116 |
|
- rephrase contrib update message [SME: 11543] |
117 |
|
- move mysqld to mariadb in smeserver plugin [SME: 11921] |
118 |
|
|
119 |
|
* Sun Apr 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-63.sme |
120 |
|
- remove force AutoInstallUpdates to disabled [SME: 11961] |
121 |
|
|
122 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-61.sme |
123 |
|
- fix rotate yum.log as not standard location [SME: 11951] |
124 |
|
- remove yum_update_dbs from messages log [SME: 11952] |
125 |
|
|
126 |
|
* Tue Mar 08 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-60.sme |
127 |
|
- restart cvm-unix on cvm or bglibs update [SME: 11886] |
128 |
|
|
129 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-59.sme |
130 |
|
- remove pop3 and pop3s services from plugin [SME: 11808] |
131 |
|
|
132 |
|
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-58.sme |
133 |
|
- fix restarting spamd instead of spamassassin [SME: 11803] |
134 |
|
|
135 |
|
* Fri Dec 03 2021 Brian Read <brianr@bjsystems.co.uk> 2.6.0-57.sme |
136 |
|
- Re-word-reboot-required-message.patch [SME: 11790] |
137 |
|
|
138 |
|
* Sun Nov 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-56.sme |
139 |
|
- fix wrong qpsmtpd handling [SME: 11768] |
140 |
|
|
141 |
|
* Mon Jun 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-55.sme |
142 |
|
- add elrepo GPG key [SME: 11625] |
143 |
|
|
144 |
|
* Mon May 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-54.sme |
145 |
|
- no reboot needed for systemd-python [SME: 11609] |
146 |
|
|
147 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-53.sme |
148 |
|
- fix services stop on removal [SME: 11510] |
149 |
|
|
150 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-52.sme |
151 |
|
- run navigation-conf when a panel is installed [SME: 11507] |
152 |
|
|
153 |
|
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-51.sme |
154 |
|
- migrate back to normal CentOS mirrors after el6 EOL [SME: 11477] |
155 |
|
- version 2 with |
156 |
|
deleting yum{eolversion} if for previous release or not yet eol |
157 |
|
better handling of conditions |
158 |
|
|
159 |
|
* Wed Mar 17 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-49.sme |
160 |
|
- avoid reboot on removal of smeserver-* rpms [SME: 11458] |
161 |
|
- navigation-conf when a panel is installed |
162 |
|
|
163 |
|
* Wed Feb 24 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-47.sme |
164 |
|
- fix wrong path for rsyslog.conf [SME: 11364] |
165 |
|
|
166 |
|
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-46.sme |
167 |
|
- remove noise in yum process "overriding all signals, forcing restart" [SME: 11372] |
168 |
|
|
169 |
|
* Fri Feb 19 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-45.sme |
170 |
|
- packages installed logged both in yum.log and message [SME: 11364] |
171 |
|
- set priority to 10 for remi-safe [SME: 11360] |
172 |
|
|
173 |
|
* Mon Feb 15 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-44.sme |
174 |
|
- fix poor handling of service adjusting and action order [SME: 11300] |
175 |
|
now a temp event is created |
176 |
|
also better logging, better handling of update vs removal |
177 |
|
|
178 |
|
* Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-43.sme |
179 |
|
- make yum dbs service fork [SME: 11243] |
180 |
|
now smeserver.py plugin call the service |
181 |
|
yum-modify can use the service restart |
182 |
|
yum.service is its own service, not called by local.service |
183 |
|
|
184 |
|
* Tue Dec 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-42.sme |
185 |
|
- move yum upate db service to systemd [SME: 11180] |
186 |
|
|
187 |
|
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-41.sme |
188 |
|
- fix -update events not runt on package upgrade [SME: 11184] |
189 |
|
lower noise on forced restart |
190 |
|
|
191 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-39.sme |
192 |
|
- fix switch to vault BaseURL for CentOS [SME: 11227] |
193 |
|
|
194 |
|
* Mon Nov 16 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-38.sme |
195 |
|
- add remi-safe as base repo [SME: 11179] |
196 |
|
- smeserver-yum-update event created [SME: 11168] |
197 |
|
|
198 |
|
* Sun Nov 15 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-37.sme |
199 |
|
- fix separate action before template, and after service [SME: 11175] |
200 |
|
run all actions with post-upgrade as default event |
201 |
|
|
202 |
|
* Tue Nov 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-36.sme |
203 |
|
- fix some templates not expanded [SME: 11121] |
204 |
|
|
205 |
|
* Tue Oct 20 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-35.sme |
206 |
|
- fix smeserver.py not executing action because of wrong path [SME: 11047] |
207 |
|
|
208 |
|
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-33.sme |
209 |
|
- fix error when key absent of a dict of smeserver plugin at clean stage [SME: 10931] |
210 |
|
|
211 |
|
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-32.sme |
212 |
|
- avoid missing template error after removal of a rpm [SME: 10846] |
213 |
|
|
214 |
|
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-30.sme |
215 |
|
- restart php-fpm services when needed [SME: 10873] |
216 |
|
|
217 |
|
* Mon Dec 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-29.sme |
218 |
|
- applying patch [SME: 10690] |
219 |
|
|
220 |
* Sun Dec 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-27.sme |
* Sun Dec 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-27.sme |
221 |
- fix NameError: global name 'yum_update_dbs' is not defined [SME: 6940] |
- fix NameError: global name 'yum_update_dbs' is not defined [SME: 6940] |
222 |
|
|