diff --git a/SPECS/cpaste.spec b/SPECS/cpaste.spec index c912fac..6a553e2 100644 --- a/SPECS/cpaste.spec +++ b/SPECS/cpaste.spec @@ -1,6 +1,10 @@ +%if 0%{?rhel} >= 8 +%undefine _debugsource_packages +%endif + Name: cpaste Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command line tool to upload things to pastebin.centos.org License: GPL @@ -62,6 +66,9 @@ install -m 0644 %{SOURCE4} $RPM_BUILD_DIR/%{name}-%{version}/ %config %{_sysconfdir}/%{name}/expiry %changelog +* Thu Nov 7 2019 Fabian Arrotin - 1.0.0-3 +- patched .spec to build on/for .el8 + * Thu Sep 13 2018 Pablo Greco - 1.0.0-2 - Backport patch from stikkit to support private pastes - Backport patch from stikkit to change useragent