%define debug_package %{nil} %global go_arches x86_64 s390x ppc64le Name: rhc Version: 0.2.0 Release: 3%{?dist} Epoch: 1 Summary: Message dispatch agent for cloud-connected systems License: GPLv3 URL: https://github.com/redhatinsights/yggdrasil Source0: %{name}-%{version}.tar.gz Source1: config.toml Patch0: Use-gzip-c-instead-of-k.patch Patch1: build-Remove-the-Makefile-preamble.patch ExclusiveArch: %{go_arches} BuildRequires: git BuildRequires: go-toolset-1.16-golang BuildRequires: dbus-devel BuildRequires: systemd-devel %description %{name} is pair of utilities that register systems with RHSM and establishes a receiving queue for instructions to be sent to the system via a broker. %prep %autosetup -p1 %global ldflags %{expand:-linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'} %global buildflags %{expand:-compiler gc -buildmode pie -tags=\\"rpm_crashtraceback libtrust_openssl\\" -ldflags \\"%ldflags\\" -a -v -x %{?**}} %build CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" \ BUILDFLAGS="%buildflags" \ scl enable go-toolset-1.16 -- \ make PREFIX=%{_prefix} \ SYSCONFDIR=%{_sysconfdir} \ LOCALSTATEDIR=%{_localstatedir} \ SHORTNAME=%{name} \ LONGNAME=%{name} \ PKGNAME=%{name} \ 'BRANDNAME=Red Hat connector' \ TOPICPREFIX=redhat/insights \ VERSION=%{version} \ DATAHOST=cert.cloud.redhat.com \ 'PROVIDER=Red Hat' %install CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all" \ BUILDFLAGS="%buildflags" \ scl enable go-toolset-1.16 -- \ make PREFIX=%{_prefix} \ SYSCONFDIR=%{_sysconfdir} \ LOCALSTATEDIR=%{_localstatedir} \ DESTDIR=%{buildroot} \ SHORTNAME=%{name} \ LONGNAME=%{name} \ PKGNAME=%{name} \ 'BRANDNAME=Red Hat connector' \ TOPICPREFIX=redhat/insights \ VERSION=%{version} \ DATAHOST=cert.cloud.redhat.com \ 'PROVIDER=Red Hat' \ install %{__install} -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/ %files %doc README.md %{_bindir}/%{name} %{_sbindir}/%{name}d %config(noreplace) %{_sysconfdir}/%{name}/config.toml %{_unitdir}/%{name}d.service %{_datadir}/bash-completion/completions/* %{_mandir}/man1/* %{_prefix}/share/pkgconfig/%{name}.pc %{_libexecdir}/%{name} %changelog * Mon Oct 24 2022 Link Dupont - 0.2.0-3 - Rebuild with Go 1.16 (RHBZ#2028560) * Wed Aug 25 2021 Link Dupont - 0.2.0-2 - Rebuild for new build target * Mon Jun 28 2021 Link Dupont - 0.2.0-1 - New upstream release - Mark config file as a noreplace config file * Fri Apr 9 2021 Link Dupont - 0.1.4-1 - New upstream release * Fri Feb 19 2021 Link Dupont - 0.1.2-2 - Update default broker URI - Set Epoch to 1 * Thu Feb 18 2021 Link Dupont - 0.1.2-1 - New upstream release * Wed Feb 17 2021 Link Dupont - 0.1.1-1 - New upstream release * Fri Feb 12 2021 Link Dupont - 0.1-1 - Initial release