unconditionally enable hardening (#965527)
This commit is contained in:
parent
47244ebc84
commit
a16dbf58e3
@ -34,6 +34,9 @@
|
||||
# enable tests (disabled by default)
|
||||
#global tests 1
|
||||
|
||||
# unconditionally enable hardening, http://bugzilla.redhat.com/965527
|
||||
%global _hardened_build 1
|
||||
|
||||
%global phonon_version %(pkg-config --modversion phonon 2>/dev/null || echo %{phonon_ver})
|
||||
%global shared_desktop_ontologies_version %(pkg-config --modversion shared-desktop-ontologies 2>/dev/null || echo %{shared_desktop_ontologies_ver})
|
||||
%global soprano_version %(pkg-config --modversion soprano 2>/dev/null || echo %{soprano_ver})
|
||||
@ -48,7 +51,7 @@ Summary: KDE Libraries
|
||||
# shipped with kde applications, version...
|
||||
%global apps_version 15.12.1
|
||||
Version: 4.14.16
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.1
|
||||
|
||||
Name: kdelibs
|
||||
Epoch: 6
|
||||
@ -792,6 +795,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 21 2016 Rex Dieter <rdieter@fedoraproject.org> 6:4.14.16-1.1
|
||||
- unconditionally enable hardening (#965527)
|
||||
|
||||
* Fri Jan 08 2016 Rex Dieter <rdieter@fedoraproject.org> 6:4.14.16-1
|
||||
- 4.14.16 (kde-apps-15.12.1), drop pre-f22 support patches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user