1 |
%define _unpackaged_files_terminate_build 0 |
%if "%{?rhel}" == "5" |
2 |
|
%define _unpackaged_files_terminate_build 0 |
3 |
|
%endif |
4 |
|
|
|
Summary: YUM, an rpm updater |
|
5 |
%define name smeserver-yum |
%define name smeserver-yum |
6 |
|
Summary: YUM, an rpm updaterdefine name smeserver-yum |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.2.0 |
%define version 1.2.0 |
9 |
%define release 47 |
%define release 51 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
51 |
Patch36: smeserver-yum-1.2.0-removeBaseURLs.patch |
Patch36: smeserver-yum-1.2.0-removeBaseURLs.patch |
52 |
Patch37: smeserver-yum-1.2.0-uptodate.patch |
Patch37: smeserver-yum-1.2.0-uptodate.patch |
53 |
Patch38: smeserver-yum-1.2.0-check4updates.patch2 |
Patch38: smeserver-yum-1.2.0-check4updates.patch2 |
54 |
|
Patch39: smeserver-yum-1.2.0-rmFormTitle2.patch |
55 |
|
Patch40: smeserver-yum-1.2.0-tags2general.patch |
56 |
|
Patch41: smeserver-yum-1.2.0-cleanyum.patch |
57 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
58 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
59 |
Requires: e-smith-formmagick |
Requires: e-smith-formmagick >= 1.4.0-9 |
60 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
61 |
Requires: rpm-python >= 4.0.4-7x.18 |
Requires: rpm-python >= 4.0.4-7x.18 |
62 |
Requires: yum >= 1.0.3-1_73 |
Requires: yum >= 1.0.3-1_73 |
63 |
Provides: yumconf |
Provides: yumconf |
|
%if "%{?rhel}" == "5" |
|
|
Obsoletes: rpmdb-CentOS |
|
64 |
Obsoletes: check4updates |
Obsoletes: check4updates |
65 |
Provides: check4updates |
Provides: check4updates |
66 |
|
%if "%{?rhel}" == "5" |
67 |
|
Obsoletes: rpmdb-CentOS |
68 |
Obsoletes: yum-plugin-fastestmirror |
Obsoletes: yum-plugin-fastestmirror |
69 |
Requires: yum-fastestmirror |
Requires: yum-fastestmirror |
70 |
%else |
%else |
78 |
%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 |
79 |
|
|
80 |
%changelog |
%changelog |
81 |
|
* Fri Mar 14 2008 Shad L. Lords <slords@mail.com> 1.2.0-51 |
82 |
|
- Clean up "rpm -qa" warnings in yum wrapper [SME: 4052] |
83 |
|
|
84 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-50 |
85 |
|
- Remove <base> tags now in general [SME: 3914] |
86 |
|
|
87 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-49 |
88 |
|
- Remove duplicate <base> entries [SME: 3889] |
89 |
|
|
90 |
|
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-48 |
91 |
|
- Put check4updates obsoletes & provides in the right place [SME: 3250] |
92 |
|
|
93 |
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-47 |
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-47 |
94 |
- Add check4update script, make cronjob run same as scheduled dirs [SME: 3250] |
- Add check4update script, make cronjob run same as scheduled dirs [SME: 3250] |
95 |
|
|
854 |
%patch36 -p1 |
%patch36 -p1 |
855 |
%patch37 -p1 |
%patch37 -p1 |
856 |
%patch38 -p1 |
%patch38 -p1 |
857 |
|
%patch39 -p1 |
858 |
|
%patch40 -p1 |
859 |
|
%patch41 -p1 |
860 |
|
|
861 |
%build |
%build |
862 |
perl createlinks |
perl createlinks |