SHA256
3
0
forked from pool/rpm

Accepting request 287110 from home:msmeissn:branches:Base:System

- add gcc-PIE to requires of rpm-build to make PIE building
  default. bsc#912298

OBS-URL: https://build.opensuse.org/request/show/287110
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=351
This commit is contained in:
Marcus Meissner 2015-02-21 10:59:10 +00:00 committed by Git OBS Bridge
parent f473250138
commit a711ad36f5
4 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package python3-rpm # spec file for package python3-rpm
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,7 +1,7 @@
# #
# spec file for package rpm-python # spec file for package rpm-python
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 20 12:26:17 UTC 2015 - meissner@suse.com
- add gcc-PIE to requires of rpm-build to make PIE building
default. bsc#912298
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 30 02:59:00 UTC 2014 - Led <ledest@gmail.com> Sun Nov 30 02:59:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rpm # spec file for package rpm
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -176,6 +176,7 @@ Requires: file
Requires: findutils Requires: findutils
Requires: gawk Requires: gawk
Requires: gcc Requires: gcc
Requires: gcc-PIE
Requires: gettext-tools Requires: gettext-tools
Requires: glibc-devel Requires: glibc-devel
Requires: glibc-locale Requires: glibc-locale