File glibc-livepatches.spec of Package glibc-livepatches.34485
#
# spec file for package glibc-livepatches
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define bname glibc-livepatches
Name: %{bname}
Version: 0.2
Release: 0
Summary: Livepatches for Glibc
License: LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later
Group: System/Libraries
URL: https://www.suse.com/products/live-patching
Source: %{bname}-%{version}.tar.xz
# bsc#1226501: glibc livepatches links agains private glibc symbols on purpose
# which glitches out zypper autodependency algorithm. Disable it
# for now.
AutoReq: no
BuildRequires: glibc > 2.31-150300.71.0
BuildRequires: libpulp-tools
BuildRequires: libpulp0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Only available for these architectures.
ExclusiveArch: x86_64
# install if glibc is installed in the system (is there any case it isn't?)
Requires: glibc
Requires: libpulp-tools >= 0.3.0
Requires: coreutils
Requires: glibc-locale
# Only available for these architectures
ExclusiveArch: x86_64
%description
Live patching enables userland processes to be fixed without a restart cycle.
This package provides live patches for the libraries provided by glibc.
Applying a live patch requires libpulp-tools.
%prep
tar -xvf %{_sourcedir}/%{name}-%{version}.tar.xz
%build
make %{?_smp_mflags}
%install
%make_install
%post
# Call the ulp post hook, which will trigger the update.
%{ulp_post_hook %{bname} %{version}}
%files
/usr/lib64/%{bname}