1 |
|
%if "%{?rhel}" == "5" |
2 |
|
%define _unpackaged_files_terminate_build 0 |
3 |
|
%endif |
4 |
|
|
5 |
%define name smeserver-yum |
%define name smeserver-yum |
6 |
Summary: YUM, an rpm updaterdefine name smeserver-yum |
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 51 |
%define release 56 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
54 |
Patch39: smeserver-yum-1.2.0-rmFormTitle2.patch |
Patch39: smeserver-yum-1.2.0-rmFormTitle2.patch |
55 |
Patch40: smeserver-yum-1.2.0-tags2general.patch |
Patch40: smeserver-yum-1.2.0-tags2general.patch |
56 |
Patch41: smeserver-yum-1.2.0-cleanyum.patch |
Patch41: smeserver-yum-1.2.0-cleanyum.patch |
57 |
|
Patch42: smeserver-yum-1.2.0-deletedungog.patch |
58 |
|
Patch43: smeserver-yum-1.2.0-add2general.patch |
59 |
|
Patch44: smeserver-yum-1.2.0-crontab.patch |
60 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
61 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
62 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
63 |
|
Requires: e-smith-base |
64 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
65 |
Requires: rpm-python >= 4.0.4-7x.18 |
Requires: rpm-python >= 4.0.4-7x.18 |
66 |
Requires: yum >= 1.0.3-1_73 |
Requires: yum >= 1.0.3-1_73 |
70 |
%if "%{?rhel}" == "5" |
%if "%{?rhel}" == "5" |
71 |
Obsoletes: rpmdb-CentOS |
Obsoletes: rpmdb-CentOS |
72 |
Obsoletes: yum-plugin-fastestmirror |
Obsoletes: yum-plugin-fastestmirror |
73 |
|
Obsoletes: yum-plugin-installonlyn |
74 |
Requires: yum-fastestmirror |
Requires: yum-fastestmirror |
75 |
%else |
%else |
76 |
Requires: rpmdb-CentOS |
Requires: rpmdb-CentOS |
77 |
Requires: yum-plugin-fastestmirror |
Requires: yum-plugin-fastestmirror |
78 |
|
Requires: yum-plugin-installonlyn |
79 |
%endif |
%endif |
80 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
81 |
Conflicts: centos-yumconf |
Conflicts: centos-yumconf |
84 |
%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 |
85 |
|
|
86 |
%changelog |
%changelog |
87 |
|
* Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-56 |
88 |
|
- Remove links to crontab in bootstrap-console-save [SME: 4494] |
89 |
|
|
90 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-55 |
91 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
92 |
|
|
93 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-54 |
94 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4290] |
95 |
|
|
96 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.2.0-53 |
97 |
|
- Include installonlyn plugin to manage kernels [SME: 2101] |
98 |
|
|
99 |
|
* Mon Mar 31 2008 Stephen Noble <support@dungog.net> 1.2.0-52 |
100 |
|
- Delete dungog repository, reworked [SME: 4097] |
101 |
|
|
102 |
* Fri Mar 14 2008 Shad L. Lords <slords@mail.com> 1.2.0-51 |
* Fri Mar 14 2008 Shad L. Lords <slords@mail.com> 1.2.0-51 |
103 |
- Clean up "rpm -qa" warnings in yum wrapper [SME: 4052] |
- Clean up "rpm -qa" warnings in yum wrapper [SME: 4052] |
104 |
|
|
878 |
%patch39 -p1 |
%patch39 -p1 |
879 |
%patch40 -p1 |
%patch40 -p1 |
880 |
%patch41 -p1 |
%patch41 -p1 |
881 |
|
%patch42 -p1 |
882 |
|
%patch43 -p1 |
883 |
|
%patch44 -p1 |
884 |
|
|
885 |
%build |
%build |
886 |
perl createlinks |
perl createlinks |