- Fix hardened build
This commit is contained in:
Martin Kosek 2014-01-29 08:54:27 +01:00
parent 9d21232151
commit 5b79ddb067

View File

@ -6,9 +6,13 @@
%global gettext_domain ipa %global gettext_domain ipa
%global VERSION 3.3.4 %global VERSION 3.3.4
%if (0%{?fedora} > 15 || 0%{?rhel} >= 7)
%define _hardened_build 1
%endif
Name: freeipa Name: freeipa
Version: 3.3.4 Version: 3.3.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Identity, Policy and Audit system Summary: The Identity, Policy and Audit system
Group: System Environment/Base Group: System Environment/Base
@ -921,6 +925,9 @@ fi
%endif # ONLY_CLIENT %endif # ONLY_CLIENT
%changelog %changelog
* Wed Jan 29 2014 Martin Kosek <mkosek@redhat.com> - 3.3.4-2
- Fix hardened build
* Tue Jan 28 2014 Martin Kosek <mkosek@redhat.com> - 3.3.4-1 * Tue Jan 28 2014 Martin Kosek <mkosek@redhat.com> - 3.3.4-1
- Update to upstream 3.3.4 - Update to upstream 3.3.4
- Install CA anchor into standard location (#928478) - Install CA anchor into standard location (#928478)