Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
1b3c6bbbd4
commit
02227fd6bc
@ -9,7 +9,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||||
@ -250,6 +250,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool*
|
|||||||
%{ruby_vendorarchdir}/selinux.so
|
%{ruby_vendorarchdir}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.7-11
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-10
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -554,7 +557,7 @@ Resolves #1013801
|
|||||||
- Add sefcontext_compile.8 man page
|
- Add sefcontext_compile.8 man page
|
||||||
- Add Russell Coker patch to fix man pages
|
- Add Russell Coker patch to fix man pages
|
||||||
- Add patches from Laurent Bigonville to fix Makefiles for debian.
|
- 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 <dwalsh@redhat.com> - 2.1.13-15
|
* Mon May 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-15
|
||||||
- Fix patch that Handles substitutions for /
|
- Fix patch that Handles substitutions for /
|
||||||
@ -1283,7 +1286,7 @@ pthread_key_delete, and is ignored.
|
|||||||
|
|
||||||
* Tue Aug 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-1
|
* Tue Aug 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-1
|
||||||
- Update to Upstream
|
- 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.
|
* Mark setrans socket close-on-exec from Stephen Smalley.
|
||||||
* Only apply nodups checking to base file contexts from Stephen Smalley.
|
* Only apply nodups checking to base file contexts from Stephen Smalley.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user