/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum.spec
ViewVC logotype

Diff of /rpms/smeserver-yum/sme10/smeserver-yum.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by unnilennium, Wed Mar 23 12:10:51 2016 UTC Revision 1.34 by jpp, Fri Dec 6 03:27:30 2019 UTC
# Line 1  Line 1 
1  # $Id: smeserver-yum.spec,v 1.2 2016/02/07 12:10:35 vip-ire Exp $  # $Id: smeserver-yum.spec,v 1.33 2019/12/05 15:49:36 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 3  %define release 23
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.0.SME10.patch
14    Patch1: smeserver-yum-2.6.0.SME10CentOS7EPEL7Keys.rpm
15    Patch2: smeserver-yum-2.6.0.bz8834.DeltaRpm.patch
16    Patch3: smeserver-yum-2.6.0.bz1502.DownloadOnly.patch
17    Patch4: smeserver-yum-2.6.0.bz9903.remiGPG.patch
18    Patch5: smeserver-yum-2.6.0.bz8705.avoidReboot.patch
19    Patch6: smeserver-yum-2.6.0.bz10119.scloGPGkey.patch
20    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    Patch10: smeserver-yum-2.6.0.bz8705.smeserver-locale.avoidreboot.patch
24    Patch11: smeserver-yum-2.6.0.bz10263.rpmfusionfreeEL7.patch
25    Patch12: smeserver-yum-2.6.0-bz10170-SME10eol.patch
26    Patch13: smeserver-yum-2.6.0.bz6499.yum-plugin-priorities.patch
27    Patch14: smeserver-yum-2.6.0.bz9388.no-double-contribs-check.patch
28    Patch15: smeserver-yum-2.6.0.bz8782-check4contribs-formatting.patch
29    Patch16: smeserver-yum-2.6.0.bz8705.avoidReboot-Nut-reboot-exclusions.patch
30    Patch17: smeserver-yum-2.6.0-bz10742-openfusion.patch
31    Patch18: smeserver-yum-2.6.0.bz10716.smecontribsvisible.patch
32    Patch19: smeserver-yum-2.6.0-bz9697.mirrorlist.patch
33    Patch20: smeserver-yum-2.6.0.bz10249.CentOSVault.onEOL.patch
34    Patch21: smeserver-yum-2.6.0.bz118.groupmark.patch
35    Patch22: smeserver-yum-2.6.0.bz6940.mismatch.btwn.manager.and.cli.patch
36    
37  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
38  BuildArchitectures: noarch  BuildArchitectures: noarch
39  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
# Line 23  Obsoletes: check4updates Line 46  Obsoletes: check4updates
46  Provides: check4updates  Provides: check4updates
47  Obsoletes: rpmdb-CentOS  Obsoletes: rpmdb-CentOS
48  Requires: yum-plugin-fastestmirror  Requires: yum-plugin-fastestmirror
49    Requires: yum-plugin-priorities
50  Obsoletes: yum-plugin-installonlyn  Obsoletes: yum-plugin-installonlyn
51  Obsoletes: yum-protect-packages <= 1.1.16  Obsoletes: yum-protect-packages <= 1.1.16
52    Requires: yum-plugin-post-transaction-actions
53  Requires: mailx  Requires: mailx
54    Requires: deltarpm
55    Requires: yum-cron
56  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
57  BuildRequires: python  BuildRequires: python
58  Conflicts: centos-yumconf  Conflicts: centos-yumconf
# Line 36  AutoReqProv: no Line 63  AutoReqProv: no
63  %prep  %prep
64  %setup  %setup
65  %patch0 -p1  %patch0 -p1
66    %patch1 -p1
67    %patch2 -p1
68    %patch3 -p1
69    %patch4 -p1
70    %patch5 -p1
71    %patch6 -p1
72    %patch7 -p1
73    %patch8 -p1
74    %patch9 -p1
75    %patch10 -p1
76    %patch11 -p1
77    %patch12 -p1
78    %patch13 -p1
79    %patch14 -p1
80    %patch15 -p1
81    %patch16 -p1
82    %patch17 -p1
83    %patch18 -p1
84    %patch19 -p1
85    %patch20 -p1
86    %patch21 -p1
87    %patch22 -p1
88    
89  %build  %build
90  perl createlinks  perl createlinks
# Line 52  mkdir -p root/etc/yum.smerepos.d Line 100  mkdir -p root/etc/yum.smerepos.d
100      --file '/sbin/e-smith/yum' 'attr(0755,root,root)' \      --file '/sbin/e-smith/yum' 'attr(0755,root,root)' \
101      --file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \      --file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \
102      --file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \      --file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \
103        --file '/sbin/e-smith/yumdownloadonly' 'attr(0755,root,root)' \
104      --file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \      --file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \
105      --file /var/service/yum/down 'attr(0644,root,root)' \      --file /var/service/yum/down 'attr(0644,root,root)' \
106      --file /var/service/yum/run 'attr(0755,root,root)' \      --file /var/service/yum/run 'attr(0755,root,root)' \
# Line 71  mkdir -p root/etc/yum.smerepos.d Line 120  mkdir -p root/etc/yum.smerepos.d
120    
121    
122  %changelog  %changelog
123    * Wed Dec 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-23.sme
124    - implement yum-cron [SME: 10690]
125      * use yum-cron for download only (TODO)
126      * yum-cron templates  (TODO)
127      * update lock path (TODO)
128      * setting in server-manager (TODO)
129    - fix header detected as package [SME: 10843]
130    - avoid discrepancy between manager, cli and email [SME: 6940]
131      * force refresh of metadata before db generation
132      * add regeneration of db during check4updates, after yum update/install/remove
133    - fix no installed groups file [SME: 118]
134    - switch to centos vault after EOL [SME: 10249]
135    - update http://mirrorlist.contribs.org/mirrorlist to https://mirrorlist.koozali.org/mirrorlist [SME: 9697]
136    - make smecontribs visible [SME: 10716]
137    
138    * Mon Feb 18 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-22.sme
139    - add openfusion gpg key [SME: 10742]
140    
141    * Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-21.sme
142    - updated EOL patch [SME: 10170]
143    
144    * Wed Jan 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
145    - add yum-priority as requirement [SME: 6499]
146      add support for plugin priority using property priority im yum_repositories db
147      initial priority to 10 for sme*, base and updates repos.
148      property yum priority set as enabled as default
149    - avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388]
150    - update check4contribs email format to match check4updates [SME: 8782]
151    - improve yum plugin to avoid reboot [SME: 8705]
152      add nut support, add exclusions for -doc, -devel... subpackages
153    
154    * Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
155    - add message to indicate EOL after Jun 30 2024 fix [SME: 10170]
156    
157    * Mon Nov 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
158    - add yum-plugin-post-transaction-actions as requirement [SME: 1100]
159    
160    * Tue May 02 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
161    - add rpmfusion free el7 RPM GPG KEY [SME: 10263]
162    
163    * Mon Apr 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
164    - avoid reboot for smeserver-locale upgrade [SME: 8705]
165    - code by stefano zamboni <zamboni@mind-at-work.it>
166    
167    * Wed Mar 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
168    - correct service names with plugin to avoid reboot [SME: 8705]
169    - code by stefano zamboni <zamboni@mind-at-work.it>
170    
171    * Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
172    - fix KeyError with plugin to avoid reboot [SME: 8705]
173    - code by stefano zamboni <zamboni@mind-at-work.it>
174    
175    * Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
176    - remove centos contrib repo [SME: 10156]
177    
178    * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
179    - added centos SCLo SIG gpg rpm signing key [SME: 10119]
180    - will allow to install SCL packages directly from smecontribs
181    
182    * Sat Feb 18 2017 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme
183    - Added smeserver-yum-2.6.0.bz8705.avoidReboot.patch [SME: 8705]
184    - code by stefano zamboni <zamboni@mind-at-work.it>
185    - Avoid to reboot after the installation of a smeserver-* package
186    
187    * Fri Jan 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
188    - add Remi Collet RPM GPG KEY [SME: 9903]
189    
190    * Thu Aug 04 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-7.sme
191    - Rpm updates can be downloaded during the night [SME: 1502]
192    - Added smeserver-yum-2.6.0.bz1502.DownloadOnly.patch
193    
194    * Mon Aug 1 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-6.sme
195    - Deltarpm is now a setting in the yum panel (disabled by default)
196    - Added smeserver-yum-2.6.0.bz8834.DeltaRpm.patch [SME: 8834]
197    
198    * Fri May 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
199    - adding Koozali SME10, EPEL7 and Centos7 gpg keys [SME: 9533]
200    
201    * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
202    - Rebuild [SME: 9393]
203    
204  * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme  * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
205  - yum points now to SME10 mirrors [SME: 9377]  - yum points now to SME10 mirrors [SME: 9377]
206  - moved changelog at the end of file  - moved changelog at the end of file


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed