From 02227fd6bc45ed4f571f5aced01d6dc87a4f510e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:04:59 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/libselinux.spec b/libselinux.spec index 096fa32..5175450 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -9,7 +9,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.7 -Release: 10%{?dist} +Release: 11%{?dist} License: Public Domain Group: System Environment/Libraries # https://github.com/SELinuxProject/selinux/wiki/Releases @@ -250,6 +250,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.7-11 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 2.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -554,7 +557,7 @@ Resolves #1013801 - Add sefcontext_compile.8 man page - Add Russell Coker patch to fix man pages - Add patches from Laurent Bigonville to fix Makefiles for debian. -- modify spec file to use %{_prefix}/lib +- modify spec file to use %%{_prefix}/lib * Mon May 6 2013 Dan Walsh - 2.1.13-15 - Fix patch that Handles substitutions for / @@ -1283,7 +1286,7 @@ pthread_key_delete, and is ignored. * Tue Aug 5 2008 Dan Walsh - 2.0.71-1 - Update to Upstream - * Add group support to seusers using %groupname syntax from Dan Walsh. + * Add group support to seusers using %%groupname syntax from Dan Walsh. * Mark setrans socket close-on-exec from Stephen Smalley. * Only apply nodups checking to base file contexts from Stephen Smalley.