diff --git a/.anaconda-yum-plugins.metadata b/.anaconda-yum-plugins.metadata new file mode 100644 index 0000000..96303b3 --- /dev/null +++ b/.anaconda-yum-plugins.metadata @@ -0,0 +1 @@ +cf8e3b28eb3aa06b5508a7e2144ebda0bc0de57b SOURCES/anaconda-yum-plugins-1.0.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/anaconda-yum-plugins.spec b/SPECS/anaconda-yum-plugins.spec new file mode 100644 index 0000000..14ce9c2 --- /dev/null +++ b/SPECS/anaconda-yum-plugins.spec @@ -0,0 +1,68 @@ +Summary: Installation-related yum plugins +Name: anaconda-yum-plugins +Epoch: 1 +Version: 1.0 +Release: 9%{?dist} +License: GPLv2+ +Group: Applications/System +URL: http://fedoraproject.org/wiki/Anaconda + +Source0: %{name}-%{version}.tar.bz2 + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +Requires: python, yum + +%description +The anaconda yum-plugins package contains yum plugins that are useful for +anaconda and other system installation-related programs. + +%prep +%setup -q + +%build +# noop + +%install +%{__rm} -rf %{buildroot} +# RPM will take care of the python-compiling stuff +%{__make} install DESTDIR=%{buildroot} NO_PY_COMPILE=1 + +%clean +%{__rm} -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc COPYING +%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/* +%{_prefix}/lib/yum-plugins/* + +%changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1:1.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 1:1.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 1:1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Feb 07 2011 Fedora Release Engineering - 1:1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 1:1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Feb 23 2009 Fedora Release Engineering - 1:1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Sep 19 2008 David Cantrell 1:1.0-3 +- Need epoch increased since version is back to 1.0, but it was previously + the same as the anaconda version number. jkeating and wwoods said to do + this too, so blame them. + +* Thu Sep 18 2008 Chris Lumens 1.0-2 +- Include the distro tag in the release number. + +* Mon Sep 15 2008 Will Woods - 1.0-1 +- Initial packaging (moved out of anaconda package)