diff --git a/efivar.spec b/efivar.spec index bbdaf29..301ddba 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,6 +1,6 @@ Name: efivar -Version: 0.10 -Release: 3%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/vathpela/efivar @@ -8,7 +8,7 @@ Requires: %{name}-libs = %{version}-%{release} ExclusiveArch: i386 x86_64 aarch64 BuildRequires: popt-devel git -Source0: https://github.com/vathpela/%{name}/archive/efivar-%{version}.tar.xz +Source0: https://github.com/vathpela/%{name}/archive/efivar-%{version}.tar.bz2 %description efivar provides a simple command line interface to the UEFI variable facility. @@ -29,7 +29,7 @@ development headers required to use libefivar. %prep %setup -q -n %{name}-%{version} git init -git config user.email "shim-owner@fedoraproject.org" +git config user.email "efivar-owner@fedoraproject.org" git config user.name "Fedora Ninjas" git add . git commit -a -q -m "%{version} baseline." @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Wed Aug 20 2014 Peter Jones - 0.11-1 +- Update to 0.11 + * Sat Aug 16 2014 Fedora Release Engineering - 0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index c32df69..967e35f 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -fd7f6b74dd4a098c1eb3cdc8c1023106 efivar-0.9.tar.xz -f2f5c03e350fcf5f2825b0a812d11a8b efivar-0.10.tar.xz +ad5eef0c9310fb422e3ca677ea6774b9 efivar-0.11.tar.bz2