[X2Go-Commits] [x2gokdrive] 23/28: x2gokdrive.spec: enable hardening in a low-effort way.
git-admin at x2go.org
git-admin at x2go.org
Sat Oct 26 23:00:32 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdrive.
commit ced999e7a6f036c44585b5c7d06413dd155b3251
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Oct 25 00:33:49 2019 +0200
x2gokdrive.spec: enable hardening in a low-effort way.
---
debian/changelog | 1 +
x2gokdrive.spec | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b1cabce..47f027c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
+ Copy *.la file removal mechanism from debian/rules.
+ Pull in lsb-release on *SuSE systems and redhat-lsb otherwise for
lsb_release, needed at package configuration time.
+ + Enable hardening in a low-effort way.
* debian/rules:
+ Remove weird empty variable reference construct.
+ Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index ca1e8f8..5ae4412 100644
--- a/x2gokdrive.spec
+++ b/x2gokdrive.spec
@@ -3,6 +3,8 @@
# without rpmlint throwing an error.
%define _debugsource_packages 0
+%global _hardened_build 1
+
Name: x2gokdrive
Version: 0.0.0.1
Release: 0.0x2go1%{?dist}
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
More information about the x2go-commits
mailing list