Blame SPECS/kabi-yum-plugins.spec

a93f27
Name:		kabi-yum-plugins
a93f27
Version:	1.0
a93f27
Release:	3%{?dist}
a93f27
Summary:	The Red Hat Enterprise Linux kernel ABI yum plugin
a93f27
a93f27
Group:		System Environment/Kernel
a93f27
License:	GPLv2
a93f27
URL:		http://www.redhat.com/
a93f27
Source0:	kabi-yum-plugins-%{version}.tar.bz2
a93f27
Patch0:		kabi-yum-plugins-current.patch
a93f27
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
a93f27
BuildArch:	noarch
a93f27
a93f27
BuildRequires:	python
a93f27
Requires:	kernel-abi-whitelists
a93f27
Requires:	python
a93f27
Requires:	yum >= 3.2.25-12
a93f27
a93f27
%description
a93f27
The kABI yum plugins package contains a yum plugin that can be used in order
a93f27
to enforce that only those third party kernel module packages meeting Red Hat
a93f27
kernel ABI requirements are installed. The plugin requires that those drivers
a93f27
be packaged in accordance with Red Hat Driver Update Program guidelines.
a93f27
a93f27
%prep
a93f27
%setup -q
a93f27
%patch0 -p1
a93f27
a93f27
%build
a93f27
make
a93f27
a93f27
%install
a93f27
rm -rf $RPM_BUILD_ROOT
a93f27
make install PREFIX=$RPM_BUILD_ROOT
a93f27
a93f27
%clean
a93f27
rm -rf $RPM_BUILD_ROOT
a93f27
a93f27
%files
a93f27
%defattr(-,root,root,-)
a93f27
/usr/lib/yum-plugins/kabi.*
a93f27
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/kabi.conf
a93f27
a93f27
%changelog
a93f27
* Thu Sep 11 2014 Jiri Olsa <jolsa@redhat.com> - 1.0-3
a93f27
- Fix kabi location path. (BZ#1112731)
a93f27
a93f27
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0-2
a93f27
- Mass rebuild 2013-12-27
a93f27
a93f27
* Thu Aug 08 2013 Jiri Olsa <jolsa@redhat.com> - 1.0-1
a93f27
- fix kernel-abi-whitelists dependency
a93f27
- Resolves: #994409
a93f27
a93f27
* Mon Jul 22 2013 Jiri Olsa <jolsa@redhat.com> - 1.0-0
a93f27
- import from RHEL6.5
a93f27
- Resolves: #980235