1 |
# $Id: smeserver-yum.spec,v 1.39 2009/10/14 11:20:46 filippocarletti Exp $ |
# $Id: smeserver-yum.spec,v 1.45 2010/06/02 17:11:34 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.2.0 |
%define version 2.2.0 |
7 |
%define release 12 |
%define release 17 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
20 |
Patch8: smeserver-yum-2.2.0-unsavedchanges.patch |
Patch8: smeserver-yum-2.2.0-unsavedchanges.patch |
21 |
Patch9: smeserver-yum-2.2.0-import-keys.patch |
Patch9: smeserver-yum-2.2.0-import-keys.patch |
22 |
Patch10: smeserver-yum-2.2.0-fixremove.patch |
Patch10: smeserver-yum-2.2.0-fixremove.patch |
23 |
|
Patch11: smeserver-yum-2.2.0-migratelist.patch |
24 |
|
Patch12: smeserver-yum-2.2.0-migrate_undefined.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 |
45 |
%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 |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Sat Jun 12 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme |
49 |
|
- Fix migrate fragment to not throw warnings [SME: 5705] |
50 |
|
|
51 |
|
* Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.2.0-16.sme |
52 |
|
- Fix yum database removal (missing one) [SME: 5705] |
53 |
|
|
54 |
|
* Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.2.0-15.sme |
55 |
|
- Migrate MirrorList properties to sme8 repos [SME: 5705] |
56 |
|
- Remove BaseURL properties if migrating to sme8 repos [SME: 5949] |
57 |
|
- Remove yum databases and repodata if migrating to sme8 repos [SME: 5998] |
58 |
|
|
59 |
|
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-14.sme |
60 |
|
- Revert previous change [SME: 5962] |
61 |
|
|
62 |
|
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme |
63 |
|
- Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962] |
64 |
|
|
65 |
* Thu Nov 5 2009 Shad L. Lords <slords@mail.com> 2.2.0-12.sme |
* Thu Nov 5 2009 Shad L. Lords <slords@mail.com> 2.2.0-12.sme |
66 |
- only unlink file if we created it [SME: 5476] |
- only unlink file if we created it [SME: 5476] |
67 |
|
|
870 |
%patch8 -p1 |
%patch8 -p1 |
871 |
%patch9 -p1 |
%patch9 -p1 |
872 |
%patch10 -p1 |
%patch10 -p1 |
873 |
|
%patch11 -p1 |
874 |
|
%patch12 -p1 |
875 |
|
|
876 |
%build |
%build |
877 |
perl createlinks |
perl createlinks |