Christopher Edward Lumens be0c93
Summary: Installation-related yum plugins
Christopher Edward Lumens be0c93
Name:    anaconda-yum-plugins
David Cantrell 2e2eae
Epoch:   1
Christopher Edward Lumens be0c93
Version: 1.0
Dennis Gilmore 59af28
Release: 6%{?dist}
Christopher Edward Lumens be0c93
License: GPLv2+
Christopher Edward Lumens be0c93
Group:   Applications/System
Christopher Edward Lumens be0c93
URL:     http://fedoraproject.org/wiki/Anaconda
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
Source0: %{name}-%{version}.tar.bz2
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Christopher Edward Lumens be0c93
BuildArch: noarch
Christopher Edward Lumens be0c93
Requires:  python, yum
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%description
Christopher Edward Lumens be0c93
The anaconda yum-plugins package contains yum plugins that are useful for
Christopher Edward Lumens be0c93
anaconda and other system installation-related programs.
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%prep
Christopher Edward Lumens be0c93
%setup -q
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%build
Christopher Edward Lumens be0c93
# noop
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%install
Christopher Edward Lumens be0c93
%{__rm} -rf %{buildroot}
Christopher Edward Lumens be0c93
# RPM will take care of the python-compiling stuff
Christopher Edward Lumens be0c93
%{__make} install DESTDIR=%{buildroot} NO_PY_COMPILE=1
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%clean
Christopher Edward Lumens be0c93
%{__rm} -rf %{buildroot}
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%files
Christopher Edward Lumens be0c93
%defattr(-,root,root,-)
Christopher Edward Lumens be0c93
%doc COPYING
Christopher Edward Lumens be0c93
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/*
Christopher Edward Lumens be0c93
%{_prefix}/lib/yum-plugins/*
Christopher Edward Lumens be0c93
Christopher Edward Lumens be0c93
%changelog
Dennis Gilmore 59af28
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-6
Dennis Gilmore 59af28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 59af28
Jesse Keating 3ac1ab
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-5
Jesse Keating 3ac1ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 3ac1ab
Jesse Keating e64335
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-4
Jesse Keating e64335
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating e64335
David Cantrell 2e2eae
* Fri Sep 19 2008 David Cantrell <dcantrell@redhat.com> 1:1.0-3
David Cantrell 2e2eae
- Need epoch increased since version is back to 1.0, but it was previously
David Cantrell 2e2eae
  the same as the anaconda version number.  jkeating and wwoods said to do
David Cantrell 2e2eae
  this too, so blame them.
David Cantrell 2e2eae
David Cantrell 2e2eae
* Thu Sep 18 2008 Chris Lumens <clumens@redhat.com> 1.0-2
Christopher Edward Lumens e538b1
- Include the distro tag in the release number.
Christopher Edward Lumens e538b1
Christopher Edward Lumens be0c93
* Mon Sep 15 2008 Will Woods <wwoods@redhat.com> - 1.0-1
David Cantrell 2e2eae
- Initial packaging (moved out of anaconda package)