Build with _hardened_build macro
This commit is contained in:
parent
679b5f7a1b
commit
04d8c969b5
@ -3,13 +3,17 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if (0%{?fedora} > 15)
|
||||||
|
%define _hardened_build 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Determine the location of the LDB modules directory
|
# Determine the location of the LDB modules directory
|
||||||
%global ldb_modulesdir %(pkg-config --variable=modulesdir ldb)
|
%global ldb_modulesdir %(pkg-config --variable=modulesdir ldb)
|
||||||
%global ldb_version 1.1.0
|
%global ldb_version 1.1.0
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -349,6 +353,9 @@ fi
|
|||||||
%postun -n libipa_hbac -p /sbin/ldconfig
|
%postun -n libipa_hbac -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 03 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-2
|
||||||
|
- Build with _hardened_build macro
|
||||||
|
|
||||||
* Wed Aug 03 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-1
|
* Wed Aug 03 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.6.0-1
|
||||||
- New upstream release 1.6.0
|
- New upstream release 1.6.0
|
||||||
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.0
|
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user