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 53 |
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 |
|
Patch42: smeserver-yum-1.2.0-deletedungog.patch |
58 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
59 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
60 |
Requires: e-smith-formmagick |
Requires: e-smith-formmagick >= 1.4.0-9 |
61 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
62 |
Requires: rpm-python >= 4.0.4-7x.18 |
Requires: rpm-python >= 4.0.4-7x.18 |
63 |
Requires: yum >= 1.0.3-1_73 |
Requires: yum >= 1.0.3-1_73 |
64 |
Provides: yumconf |
Provides: yumconf |
|
%if "%{?rhel}" == "5" |
|
|
Obsoletes: rpmdb-CentOS |
|
65 |
Obsoletes: check4updates |
Obsoletes: check4updates |
66 |
Provides: check4updates |
Provides: check4updates |
67 |
|
%if "%{?rhel}" == "5" |
68 |
|
Obsoletes: rpmdb-CentOS |
69 |
Obsoletes: yum-plugin-fastestmirror |
Obsoletes: yum-plugin-fastestmirror |
70 |
|
Obsoletes: yum-plugin-installonlyn |
71 |
Requires: yum-fastestmirror |
Requires: yum-fastestmirror |
72 |
%else |
%else |
73 |
Requires: rpmdb-CentOS |
Requires: rpmdb-CentOS |
74 |
Requires: yum-plugin-fastestmirror |
Requires: yum-plugin-fastestmirror |
75 |
|
Requires: yum-plugin-installonlyn |
76 |
%endif |
%endif |
77 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
78 |
Conflicts: centos-yumconf |
Conflicts: centos-yumconf |
81 |
%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 |
82 |
|
|
83 |
%changelog |
%changelog |
84 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.2.0-53 |
85 |
|
- Include installonlyn plugin to manage kernels [SME: 2101] |
86 |
|
|
87 |
|
* Mon Mar 31 2008 Stephen Noble <support@dungog.net> 1.2.0-52 |
88 |
|
- Delete dungog repository, reworked [SME: 4097] |
89 |
|
|
90 |
|
* Fri Mar 14 2008 Shad L. Lords <slords@mail.com> 1.2.0-51 |
91 |
|
- Clean up "rpm -qa" warnings in yum wrapper [SME: 4052] |
92 |
|
|
93 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-50 |
94 |
|
- Remove <base> tags now in general [SME: 3914] |
95 |
|
|
96 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-49 |
97 |
|
- Remove duplicate <base> entries [SME: 3889] |
98 |
|
|
99 |
|
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-48 |
100 |
|
- Put check4updates obsoletes & provides in the right place [SME: 3250] |
101 |
|
|
102 |
* 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 |
103 |
- Add check4update script, make cronjob run same as scheduled dirs [SME: 3250] |
- Add check4update script, make cronjob run same as scheduled dirs [SME: 3250] |
104 |
|
|
863 |
%patch36 -p1 |
%patch36 -p1 |
864 |
%patch37 -p1 |
%patch37 -p1 |
865 |
%patch38 -p1 |
%patch38 -p1 |
866 |
|
%patch39 -p1 |
867 |
|
%patch40 -p1 |
868 |
|
%patch41 -p1 |
869 |
|
%patch42 -p1 |
870 |
|
|
871 |
%build |
%build |
872 |
perl createlinks |
perl createlinks |