1 |
# $Id: smeserver-yum.spec,v 1.39 2012/03/17 02:00:24 wellsi Exp $ |
# $Id: smeserver-yum.spec,v 1.40 2012/03/22 03:58:21 wellsi 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 14 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
22 |
Patch10: smeserver-yum-2.0.0-fixremove.patch |
Patch10: smeserver-yum-2.0.0-fixremove.patch |
23 |
Patch11: smeserver-yum-2.0.0-add-wait-timer.patch |
Patch11: smeserver-yum-2.0.0-add-wait-timer.patch |
24 |
Patch12: smeserver-yum-2.0.0-CentOS.patch |
Patch12: smeserver-yum-2.0.0-CentOS.patch |
|
Patch13: smeserver-yum-2.0.0-CentOS-full.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 |
|
* Thu Mar 22 2012 Shad L. Lords <slords@mail.com> 2.0.0-15.sme |
47 |
|
- Point BaseURL to vault only if we find MirrorList property [SME: 6873] |
48 |
|
- Don't adjust visible or enabled on CentOS repos |
49 |
|
|
50 |
* Wed Mar 21 2012 Ian Wells <esmith@wellsi.com> 2.0.0-14.sme |
* Wed Mar 21 2012 Ian Wells <esmith@wellsi.com> 2.0.0-14.sme |
51 |
- Enable CentOS repos using BaseURL pointing to the vault [SME: 6873] |
- Enable CentOS repos using BaseURL pointing to the vault [SME: 6873] |
52 |
|
|
860 |
%patch10 -p1 |
%patch10 -p1 |
861 |
%patch11 -p1 |
%patch11 -p1 |
862 |
%patch12 -p1 |
%patch12 -p1 |
|
%patch13 -p1 |
|
863 |
|
|
864 |
%build |
%build |
865 |
perl createlinks |
perl createlinks |