Skip to content

Commit

Permalink
Merge pull request #211 from useidel/master
Browse files Browse the repository at this point in the history
rebased SPEC file to current version
  • Loading branch information
sjenning committed May 27, 2014
2 parents 5411137 + d6af58d commit 82f0951
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions contrib/kpatch.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.0.1
Version: 0.1.2
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Release: 3%{?dist}
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz

Requires: kmod bash
Expand Down Expand Up @@ -85,7 +85,7 @@ rm -rf %{buildroot}

%files %{KVER}
%defattr(-,root,root,-)
%{_usr}/lib/modules/%{KVER}/%{name}/*
%{_usr}/lib/modules/%{KVER}/extra/%{name}/*

%files build
%defattr(-,root,root,-)
Expand All @@ -95,6 +95,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Sat May 24 2014 Udo Seidel <udoseidel@gmx.de> - 0.1.1-1
- rebased to current version

* Tue Apr 10 2014 Udo Seidel <udoseidel@gmx.de> - 0.0.1-3
- added dracut module

Expand Down

0 comments on commit 82f0951

Please sign in to comment.