From affd7d2d43a4db97b57c32e682b200ee59784f7f Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 15 Aug 2019 15:16:25 -0500 Subject: [PATCH 1/3] "Adding package.cfg file" --- package.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package.cfg diff --git a/package.cfg b/package.cfg new file mode 100644 index 0000000..66ea79d --- /dev/null +++ b/package.cfg @@ -0,0 +1,2 @@ +[koji] +targets = epel8 epel8-playground \ No newline at end of file From 5eacc48a48278864772d9f872f84987b018752f7 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 15 Aug 2019 14:41:56 -0600 Subject: [PATCH 2/3] Build without gui for now in EPEL8 --- p7zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/p7zip.spec b/p7zip.spec index 5044a9e..5e99242 100644 --- a/p7zip.spec +++ b/p7zip.spec @@ -1,4 +1,4 @@ -%if 0%{?rhel} && ! 0%{?epel} +%if ( 0%{?rhel} && ! 0%{?epel} ) || 0%{?epel} == 8 %bcond_with gui %else %bcond_without gui @@ -7,7 +7,7 @@ Summary: Very high compression ratio file archiver Name: p7zip Version: 16.02 -Release: 15%{?dist} +Release: 16%{?dist} # Files under C/Compress/Lzma/ are dual LGPL or CPL License: LGPLv2 and (LGPLv2+ or CPL) URL: http://p7zip.sourceforge.net/ @@ -172,6 +172,9 @@ make test %changelog +* Thu Aug 15 2019 Orion Poplawski - 16.02-16 +- Build without gui for now in EPEL8 + * Thu Jul 25 2019 Fedora Release Engineering - 16.02-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 2ba66cc7018e487ec2d8fe3834466354643d4f94 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 24 Sep 2020 17:16:10 +0000 Subject: [PATCH 3/3] remove package.cfg per new epel-playground policy --- package.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package.cfg diff --git a/package.cfg b/package.cfg deleted file mode 100644 index 66ea79d..0000000 --- a/package.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[koji] -targets = epel8 epel8-playground \ No newline at end of file