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