1 |
# $Id: smeserver-yum.spec,v 1.32 2009/04/10 14:46:31 snetram Exp $ |
# $Id: smeserver-yum.spec,v 1.35 2009/09/15 16:37:04 slords 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 7 |
%define release 10 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
40 |
%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 |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Tue Sep 15 2009 Shad L. Lords <slords@mail.com> 2.0.0-10.sme |
44 |
|
- set unsaved changes in yum event [SME: 2081] |
45 |
|
- move yum warming to sme yum plugin [SME: 5472] |
46 |
|
- ensure file exists before unlinking [SME: 4169] |
47 |
|
- remove semicolons from yum plugin |
48 |
|
|
49 |
|
* Tue Sep 15 2009 Shad L. Lords <slords@mail.com> 2.0.0-9.sme |
50 |
|
- Add frequency of updates toggle [SME: 5473] |
51 |
|
- remove stray file |
52 |
|
|
53 |
|
* Sat May 30 2009 Shad L. Lords <slords@mail.com> 2.0.0-8.sme |
54 |
|
- Add /etc/yum.smerepos.d to package [SME: 5306] |
55 |
|
|
56 |
* Mon May 18 2009 Shad L. Lords <slords@mail.com> 2.0.0-7.sme |
* Mon May 18 2009 Shad L. Lords <slords@mail.com> 2.0.0-7.sme |
57 |
- Change SME mirrorlists to point to ibiblio [SME: 5242] |
- Change SME mirrorlists to point to ibiblio [SME: 5242] |
58 |
|
|
835 |
%patch4 -p1 |
%patch4 -p1 |
836 |
%patch5 -p1 |
%patch5 -p1 |
837 |
%patch6 -p1 |
%patch6 -p1 |
838 |
|
%patch7 -p1 |
839 |
|
%patch8 -p1 |
840 |
|
%patch9 -p1 |
841 |
|
|
842 |
%build |
%build |
843 |
perl createlinks |
perl createlinks |
848 |
touch root/var/service/yum/down |
touch root/var/service/yum/down |
849 |
mkdir -p root/var/service/yum/log/supervise |
mkdir -p root/var/service/yum/log/supervise |
850 |
mkdir -p root/var/log/yum |
mkdir -p root/var/log/yum |
851 |
|
mkdir -p root/etc/yum.smerepos.d |
852 |
|
|
853 |
mkdir -p root/etc/e-smith/db/yum_{available,installed,updates} |
mkdir -p root/etc/e-smith/db/yum_{available,installed,updates} |
854 |
|
|