-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #517 from BobBall/missing-header-spec-fix
Fix specfile typo
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: xen-missing-headers | ||
Version: 4.4 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
Summary: Headers missing from the ARM xen-4.4 package | ||
License: GPL | ||
Group: Development/Libraries | ||
|
@@ -11,7 +11,7 @@ Source0: xen-missing-headers_usr_include_xen_arch-arm_hvm_save.h | |
Headers missing from the ARM xen-4.4 package. | ||
|
||
%prep | ||
cp ${SOURCE0} save.h | ||
cp %{SOURCE0} save.h | ||
|
||
%build | ||
touch save.h | ||
|
@@ -24,6 +24,9 @@ cp save.h %{buildroot}/usr/include/xen/arch-arm/hvm/save.h | |
/usr/include/xen/arch-arm/hvm/save.h | ||
|
||
%changelog | ||
* Tue Aug 18 2014 Bob Ball <[email protected]> - 4.4-4 | ||
- Fix spec file typo | ||
|
||
* Thu May 15 2014 David Scott <[email protected]> - 4.4-3 | ||
- Initial package | ||
|