Maybe fewer typoes would be better.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
cf2e7981ef
commit
721793f5a5
@ -22,7 +22,7 @@ index 22a3ee6..1665b4c 100644
|
|||||||
+ grep -q ID=fedora /etc/os-release && \\\
|
+ grep -q ID=fedora /etc/os-release && \\\
|
||||||
+ [[ "%{_buildhost}" =~ ^bkernel.* ]] && \\\
|
+ [[ "%{_buildhost}" =~ ^bkernel.* ]] && \\\
|
||||||
+ ! [ -S /var/run/pesign/socket ]; then \
|
+ ! [ -S /var/run/pesign/socket ]; then \
|
||||||
+ echo "No socket even though this is "%{_buildhost}" \
|
+ echo "No socket even though this is %{_buildhost}" \
|
||||||
+ ls -ld /var/run/pesign || : \
|
+ ls -ld /var/run/pesign || : \
|
||||||
+ getfacl /var/run/pesign || : \
|
+ getfacl /var/run/pesign || : \
|
||||||
+ ls -l /var/run/pesign/socket || : \
|
+ ls -l /var/run/pesign/socket || : \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Name: pesign
|
Name: pesign
|
||||||
Version: 0.112
|
Version: 0.112
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vathpela/pesign
|
URL: https://github.com/vathpela/pesign
|
||||||
@ -165,6 +165,9 @@ exit 0
|
|||||||
%{python3_sitelib}/mockbuild/plugins/pesign.*
|
%{python3_sitelib}/mockbuild/plugins/pesign.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2017 Peter Jones <pjones@redhat.com> - 0.112-20
|
||||||
|
- Maybe fewer typoes would be better.
|
||||||
|
|
||||||
* Tue Aug 15 2017 Peter Jones <pjones@redhat.com> - 0.112-19
|
* Tue Aug 15 2017 Peter Jones <pjones@redhat.com> - 0.112-19
|
||||||
- Update to match f26's build so new kernel builds will work.
|
- Update to match f26's build so new kernel builds will work.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user