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 37 |
%define release 39 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
39 |
Patch26: smeserver-yum-1.2.0-restrictAvailable.patch |
Patch26: smeserver-yum-1.2.0-restrictAvailable.patch |
40 |
Patch27: smeserver-yum-1.2.0-restrictAvailable.patch2 |
Patch27: smeserver-yum-1.2.0-restrictAvailable.patch2 |
41 |
Patch28: smeserver-yum-1.2.0-gpgkeys.patch |
Patch28: smeserver-yum-1.2.0-gpgkeys.patch |
42 |
|
Patch29: smeserver-yum-1.2.0-FixUninitializedValue.patch |
43 |
|
Patch30: smeserver-yum-1.2.0-FixEnableGroups.patch |
44 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
45 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
46 |
Requires: e-smith-formmagick |
Requires: e-smith-formmagick |
63 |
%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 |
64 |
|
|
65 |
%changelog |
%changelog |
66 |
* Sat Jul 14 2007 Stephen Noble <support@dungog.net> 1.2.0-37 |
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.2.0-39 |
67 |
|
- Change EnableGroups value to no/yes instead of 0/1. [SME: 3607] |
68 |
|
|
69 |
|
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.2.0-38 |
70 |
|
- Fix use of uninitialized value in migrate 10GPG_and_Groups. [SME: 2491] |
71 |
|
|
72 |
|
* Sat Jul 14 2007 Shad L. Lords <slords@mail.com> 1.2.0-37 |
73 |
- Add GPG keys for CentOS 5 [SME: 3160] |
- Add GPG keys for CentOS 5 [SME: 3160] |
74 |
|
|
75 |
* Sun Jun 10 2007 Stephen Noble <support@dungog.net> 1.2.0-36 |
* Sun Jun 10 2007 Stephen Noble <support@dungog.net> 1.2.0-36 |
793 |
%patch26 -p1 |
%patch26 -p1 |
794 |
%patch27 -p1 |
%patch27 -p1 |
795 |
%patch28 -p1 |
%patch28 -p1 |
796 |
|
%patch29 -p1 |
797 |
|
%patch30 -p1 |
798 |
|
|
799 |
%build |
%build |
800 |
perl createlinks |
perl createlinks |