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 41 |
%define release 56 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
44 |
Patch29: smeserver-yum-1.2.0-FixUninitializedValue.patch |
Patch29: smeserver-yum-1.2.0-FixUninitializedValue.patch |
45 |
Patch30: smeserver-yum-1.2.0-FixEnableGroups.patch |
Patch30: smeserver-yum-1.2.0-FixEnableGroups.patch |
46 |
Patch31: smeserver-yum-1.2.0-smecontribs.patch |
Patch31: smeserver-yum-1.2.0-smecontribs.patch |
47 |
|
Patch32: smeserver-yum-1.2.0-importkeys-update.patch |
48 |
|
Patch33: smeserver-yum-1.2.0-check4updates.patch |
49 |
|
Patch34: smeserver-yum-1.2.0-yumlocal.patch |
50 |
|
Patch35: smeserver-yum-1.2.0-removeSMEBaseURLs.patch |
51 |
|
Patch36: smeserver-yum-1.2.0-removeBaseURLs.patch |
52 |
|
Patch37: smeserver-yum-1.2.0-uptodate.patch |
53 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
61 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
62 |
Requires: e-smith-formmagick |
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 |
67 |
Provides: yumconf |
Provides: yumconf |
68 |
|
Obsoletes: check4updates |
69 |
|
Provides: check4updates |
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 |
103 |
|
- Clean up "rpm -qa" warnings in yum wrapper [SME: 4052] |
104 |
|
|
105 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-50 |
106 |
|
- Remove <base> tags now in general [SME: 3914] |
107 |
|
|
108 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-49 |
109 |
|
- Remove duplicate <base> entries [SME: 3889] |
110 |
|
|
111 |
|
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-48 |
112 |
|
- Put check4updates obsoletes & provides in the right place [SME: 3250] |
113 |
|
|
114 |
|
* Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-47 |
115 |
|
- Add check4update script, make cronjob run same as scheduled dirs [SME: 3250] |
116 |
|
|
117 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.0-46 |
118 |
|
- Add server is up to date message on panel [SME: 2512] |
119 |
|
|
120 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-45 |
121 |
|
- remove BaseURL property for repos with mirrorlists [SME: 3275] |
122 |
|
|
123 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-44 |
124 |
|
- safesymlink yum into local [SME: 3238] |
125 |
|
|
126 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-43 |
127 |
|
- add check4updates cronjob, obsolete check4updates rpm [SME: 3250] |
128 |
|
|
129 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-42 |
130 |
|
- yum-import-keys action to yum-update event [SME: 3196] |
131 |
|
|
132 |
* Mon Dec 24 2007 Stephen Noble <support@dungog.net> 1.2.0-41 |
* Mon Dec 24 2007 Stephen Noble <support@dungog.net> 1.2.0-41 |
133 |
- add smecontribs repo [SME: 3551] |
- add smecontribs repo [SME: 3551] |
134 |
|
|
868 |
%patch29 -p1 |
%patch29 -p1 |
869 |
%patch30 -p1 |
%patch30 -p1 |
870 |
%patch31 -p1 |
%patch31 -p1 |
871 |
|
%patch32 -p1 |
872 |
|
%patch33 -p1 |
873 |
|
%patch34 -p1 |
874 |
|
%patch35 -p1 |
875 |
|
%patch36 -p1 |
876 |
|
%patch37 -p1 |
877 |
|
%patch38 -p1 |
878 |
|
%patch39 -p1 |
879 |
|
%patch40 -p1 |
880 |
|
%patch41 -p1 |
881 |
|
%patch42 -p1 |
882 |
|
%patch43 -p1 |
883 |
|
%patch44 -p1 |
884 |
|
|
885 |
%build |
%build |
886 |
perl createlinks |
perl createlinks |
915 |
/sbin/e-smith/genfilelist \ |
/sbin/e-smith/genfilelist \ |
916 |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
--file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \ |
917 |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
--file '/sbin/e-smith/yum' 'attr(0755,root,root)' \ |
918 |
|
--file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \ |
919 |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
--file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \ |
920 |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
--file /var/service/yum/down 'attr(0644,root,root)' \ |
921 |
--file /var/service/yum/run 'attr(0755,root,root)' \ |
--file /var/service/yum/run 'attr(0755,root,root)' \ |