4 |
%define name smeserver-yum |
%define name smeserver-yum |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.2.0 |
%define version 1.2.0 |
7 |
%define release 44 |
%define release 45 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
45 |
Patch32: smeserver-yum-1.2.0-importkeys-update.patch |
Patch32: smeserver-yum-1.2.0-importkeys-update.patch |
46 |
Patch33: smeserver-yum-1.2.0-check4updates.patch |
Patch33: smeserver-yum-1.2.0-check4updates.patch |
47 |
Patch34: smeserver-yum-1.2.0-yumlocal.patch |
Patch34: smeserver-yum-1.2.0-yumlocal.patch |
48 |
|
Patch35: smeserver-yum-1.2.0-removeSMEBaseURLs.patch |
49 |
|
Patch36: smeserver-yum-1.2.0-removeBaseURLs.patch |
50 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
51 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
52 |
Requires: e-smith-formmagick |
Requires: e-smith-formmagick |
70 |
%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 |
71 |
|
|
72 |
%changelog |
%changelog |
73 |
|
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-45 |
74 |
|
- remove BaseURL property for repos with mirrorlists [SME: 3275] |
75 |
|
|
76 |
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-44 |
* Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-44 |
77 |
- safesymlink yum into local [SME: 3238] |
- safesymlink yum into local [SME: 3238] |
78 |
|
|
824 |
%patch32 -p1 |
%patch32 -p1 |
825 |
%patch33 -p1 |
%patch33 -p1 |
826 |
%patch34 -p1 |
%patch34 -p1 |
827 |
|
%patch35 -p1 |
828 |
|
%patch36 -p1 |
829 |
|
|
830 |
%build |
%build |
831 |
perl createlinks |
perl createlinks |