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 48 |
%define release 58 |
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 |
|
Patch43: smeserver-yum-1.2.0-add2general.patch |
59 |
|
Patch44: smeserver-yum-1.2.0-crontab.patch |
60 |
|
Patch45: smeserver-yum-1.2.0-smeextras.patch |
61 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
62 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
63 |
Requires: e-smith-formmagick |
Requires: e-smith-formmagick >= 1.4.0-12 |
64 |
|
Requires: e-smith-base |
65 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
Requires: perl(CGI::FormMagick) >= 0.91-26 |
66 |
Requires: rpm-python >= 4.0.4-7x.18 |
Requires: rpm-python >= 4.0.4-7x.18 |
67 |
Requires: yum >= 1.0.3-1_73 |
Requires: yum >= 1.0.3-1_73 |
71 |
%if "%{?rhel}" == "5" |
%if "%{?rhel}" == "5" |
72 |
Obsoletes: rpmdb-CentOS |
Obsoletes: rpmdb-CentOS |
73 |
Obsoletes: yum-plugin-fastestmirror |
Obsoletes: yum-plugin-fastestmirror |
74 |
|
Obsoletes: yum-plugin-installonlyn |
75 |
Requires: yum-fastestmirror |
Requires: yum-fastestmirror |
76 |
%else |
%else |
77 |
Requires: rpmdb-CentOS |
Requires: rpmdb-CentOS |
78 |
Requires: yum-plugin-fastestmirror |
Requires: yum-plugin-fastestmirror |
79 |
|
Requires: yum-plugin-installonlyn |
80 |
%endif |
%endif |
81 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
82 |
Conflicts: centos-yumconf |
Conflicts: centos-yumconf |
85 |
%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 |
86 |
|
|
87 |
%changelog |
%changelog |
88 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.2.0-58 |
89 |
|
- Fix mirrorlist for sme8 [SME: 4508] |
90 |
|
|
91 |
|
* Fri Sep 19 2008 Shad L. Lords <slords@mail.com> 1.2.0-57 |
92 |
|
- Add smeextras repo database and information [SME: 4585] |
93 |
|
|
94 |
|
* Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-56 |
95 |
|
- Remove links to crontab in bootstrap-console-save [SME: 4494] |
96 |
|
|
97 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-55 |
98 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
99 |
|
|
100 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-54 |
101 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4290] |
102 |
|
|
103 |
|
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.2.0-53 |
104 |
|
- Include installonlyn plugin to manage kernels [SME: 2101] |
105 |
|
|
106 |
|
* Mon Mar 31 2008 Stephen Noble <support@dungog.net> 1.2.0-52 |
107 |
|
- Delete dungog repository, reworked [SME: 4097] |
108 |
|
|
109 |
|
* Fri Mar 14 2008 Shad L. Lords <slords@mail.com> 1.2.0-51 |
110 |
|
- Clean up "rpm -qa" warnings in yum wrapper [SME: 4052] |
111 |
|
|
112 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-50 |
113 |
|
- Remove <base> tags now in general [SME: 3914] |
114 |
|
|
115 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-49 |
116 |
|
- Remove duplicate <base> entries [SME: 3889] |
117 |
|
|
118 |
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-48 |
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-48 |
119 |
- Put check4updates obsoletes & provides in the right place [SME: 3250] |
- Put check4updates obsoletes & provides in the right place [SME: 3250] |
120 |
|
|
882 |
%patch36 -p1 |
%patch36 -p1 |
883 |
%patch37 -p1 |
%patch37 -p1 |
884 |
%patch38 -p1 |
%patch38 -p1 |
885 |
|
%patch39 -p1 |
886 |
|
%patch40 -p1 |
887 |
|
%patch41 -p1 |
888 |
|
%patch42 -p1 |
889 |
|
%patch43 -p1 |
890 |
|
%patch44 -p1 |
891 |
|
%patch45 -p1 |
892 |
|
|
893 |
%build |
%build |
894 |
perl createlinks |
perl createlinks |
902 |
|
|
903 |
mkdir -p root/etc/e-smith/db/yum_{available,installed,updates} |
mkdir -p root/etc/e-smith/db/yum_{available,installed,updates} |
904 |
|
|
905 |
|
%if "%{?rhel}" == "5" |
906 |
|
# TODO: Remove testing when released |
907 |
|
ver=testing/8 |
908 |
|
%else |
909 |
|
ver=7 |
910 |
|
%endif |
911 |
|
|
912 |
mkdir -p root/etc/yum.repos.d/ |
mkdir -p root/etc/yum.repos.d/ |
913 |
for repo in smeaddons smedev smeos smetest smeupdates smeupdates-testing smecontribs |
for repo in smeaddons smecontribs smedev smeextras smeos smetest smeupdates smeupdates-testing |
914 |
do |
do |
915 |
cat > root/etc/yum.repos.d/mirrors-$repo <<END_OF_HERE |
cat > root/etc/yum.repos.d/mirrors-$repo <<END_OF_HERE |
916 |
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/$repo/\$basearch |
http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/$ver/$repo/\$basearch |
917 |
http://sme-mirror.voxteneo.com/releases/7/$repo/\$basearch |
http://sme-mirror.voxteneo.com/releases/$ver/$repo/\$basearch |
918 |
http://smemirror.fullnet.co.uk/releases/7/$repo/\$basearch |
http://smemirror.fullnet.co.uk/releases/$ver/$repo/\$basearch |
919 |
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/7/$repo/\$basearch |
http://ftp.nluug.nl/os/Linux/distr/smeserver/releases/$ver/$repo/\$basearch |
920 |
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/smeserver/releases/7/$repo/\$basearch |
http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/smeserver/releases/$ver/$repo/\$basearch |
921 |
http://mirror.pacific.net.au/linux/smeserver/releases/7/$repo/\$basearch |
http://mirror.pacific.net.au/linux/smeserver/releases/$ver/$repo/\$basearch |
922 |
END_OF_HERE |
END_OF_HERE |
923 |
|
|
924 |
done |
done |