Skip to content

Commit

Permalink
Bump version to 29
Browse files Browse the repository at this point in the history
- Use -pie not -PIE in our linker config
- Fix some overflow checks for gcc < 5.x
- Make variable class probes other than the first one actually work
- Move -flto to CFLAGS
- Pack all of the efi device path headers
- Fix redundant decl of efi_guid_zero()

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Sep 27, 2016
1 parent c8f03e6 commit e04b795
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 28
VERSION = 29
10 changes: 9 additions & 1 deletion efivar.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git config --unset user.email
git config --unset user.name

%build
make libdir=%{_libdir} bindir=%{_bindir} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
make libdir=%{_libdir} bindir=%{_bindir} CFLAGS="$RPM_OPT_FLAGS -flto" LDFLAGS="$RPM_LD_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
Expand Down Expand Up @@ -69,6 +69,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.*

%changelog
* Tue Sep 27 2016 Peter Jones <pjones@redhat.com> - 29-1
- Use -pie not -PIE in our linker config
- Fix some overflow checks for gcc < 5.x
- Make variable class probes other than the first one actually work
- Move -flto to CFLAGS
- Pack all of the efi device path headers
- Fix redundant decl of efi_guid_zero()

* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 28-1
- Make our sonames always lib$FOO.1 , not lib$FOO.$VERSION .

Expand Down

0 comments on commit e04b795

Please sign in to comment.