Enable hardened build (#983622)

This commit is contained in:
Tomas Bzatek 2013-07-25 16:20:46 +02:00
parent 2566d5bd12
commit d1463f5208
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,5 @@
%global _hardened_build 1
%define glib2_version 2.31.13
%define gobject_introspection_version 1.30.0
%define polkit_version 0.101
@ -8,7 +10,7 @@
Summary: Disk Manager
Name: udisks2
Version: 2.0.1
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.freedesktop.org/wiki/Software/udisks
@ -155,6 +157,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
# Note: please don't forget the %{?dist} in the changelog. Thanks
%changelog
* Thu Jul 25 2013 Tomas Bzatek <tbzatek@redhat.com> - 2.0.1-3%{?dist}
- Enable hardened build (#983622)
* Thu Mar 28 2013 Tomas Bzatek <tbzatek@redhat.com> - 2.0.1-2%{?dist}
- Fix firewire drives identification (#909010)