Fix NEWS file to not be executable
Related: #1965888 This tripped up rpminspect's permissions test.
This commit is contained in:
parent
4a34a34d01
commit
631e9e86bc
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libsigc++20
|
Name: libsigc++20
|
||||||
Version: 2.10.7
|
Version: 2.10.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Typesafe signal framework for C++
|
Summary: Typesafe signal framework for C++
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -50,6 +50,8 @@ This package contains the full API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n libsigc++-%{version}
|
%setup -q -n libsigc++-%{version}
|
||||||
|
|
||||||
|
chmod -x NEWS
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dbuild-documentation=true
|
%meson -Dbuild-documentation=true
|
||||||
@ -79,6 +81,9 @@ This package contains the full API documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 2.10.7-2
|
||||||
|
- Fix NEWS file to not be executable
|
||||||
|
|
||||||
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 2.10.7-1
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 2.10.7-1
|
||||||
- Update to 2.10.7
|
- Update to 2.10.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user