1 |
# $Id: smeserver-yum.spec,v 1.33 2009/05/18 14:16:47 slords Exp $ |
# $Id: smeserver-yum.spec,v 1.38 2011/03/01 19:20:19 snetram 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.0.0 |
%define version 2.0.0 |
7 |
%define release 8 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch4: smeserver-yum-2.0.0-yumremove.patch |
Patch4: smeserver-yum-2.0.0-yumremove.patch |
17 |
Patch5: smeserver-yum-2.0.0-protected.patch |
Patch5: smeserver-yum-2.0.0-protected.patch |
18 |
Patch6: smeserver-yum-2.0.0-mirrorlist.patch |
Patch6: smeserver-yum-2.0.0-mirrorlist.patch |
19 |
|
Patch7: smeserver-yum-2.0.0-updatetoggle.patch |
20 |
|
Patch8: smeserver-yum-2.0.0-nosemi.patch |
21 |
|
Patch9: smeserver-yum-2.0.0-unsavedchanges.patch |
22 |
|
Patch10: smeserver-yum-2.0.0-fixremove.patch |
23 |
|
Patch11: smeserver-yum-2.0.0-add-wait-timer.patch |
24 |
|
Patch12: smeserver-yum-2.0.0-CentOS.patch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
43 |
%name is an implementation of http://linux.duke.edu/projects/yum on SME Server |
%name is an implementation of http://linux.duke.edu/projects/yum on SME Server |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Wed Mar 14 2012 Ian Wells <esmith@wellsi.com> 2.0.0-13.sme |
47 |
|
- Disable CentOS base and updates repos [SME: 6868] |
48 |
|
|
49 |
|
* Tue Mar 1 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-12.sme |
50 |
|
- Add random wait timer for check4updates script to distribute load on ibiblio [SME: 6489] |
51 |
|
|
52 |
|
* Thu Nov 5 2009 Shad L. Lords <slords@mail.com> 2.0.0-11.sme |
53 |
|
- only unlink file if we created it [SME: 4169] |
54 |
|
|
55 |
|
* Tue Sep 15 2009 Shad L. Lords <slords@mail.com> 2.0.0-10.sme |
56 |
|
- set unsaved changes in yum event [SME: 2081] |
57 |
|
- move yum warming to sme yum plugin [SME: 5472] |
58 |
|
- ensure file exists before unlinking [SME: 4169] |
59 |
|
- remove semicolons from yum plugin |
60 |
|
|
61 |
|
* Tue Sep 15 2009 Shad L. Lords <slords@mail.com> 2.0.0-9.sme |
62 |
|
- Add frequency of updates toggle [SME: 5473] |
63 |
|
- remove stray file |
64 |
|
|
65 |
* Sat May 30 2009 Shad L. Lords <slords@mail.com> 2.0.0-8.sme |
* Sat May 30 2009 Shad L. Lords <slords@mail.com> 2.0.0-8.sme |
66 |
- Add /etc/yum.smerepos.d to package [SME: 5306] |
- Add /etc/yum.smerepos.d to package [SME: 5306] |
67 |
|
|
847 |
%patch4 -p1 |
%patch4 -p1 |
848 |
%patch5 -p1 |
%patch5 -p1 |
849 |
%patch6 -p1 |
%patch6 -p1 |
850 |
|
%patch7 -p1 |
851 |
|
%patch8 -p1 |
852 |
|
%patch9 -p1 |
853 |
|
%patch10 -p1 |
854 |
|
%patch11 -p1 |
855 |
|
%patch12 -p1 |
856 |
|
|
857 |
%build |
%build |
858 |
perl createlinks |
perl createlinks |