diff --git a/pyxattr.spec b/pyxattr.spec index b5e34e9..a9a78b7 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -8,9 +8,9 @@ Source0: %{URL}/downloads/%{name}-%{version}.tar.gz Source1: %{URL}/downloads/%{name}-%{version}.tar.gz.asc Source2: https://k1024.org/files/key.asc -BuildRequires: gcc -BuildRequires: libattr-devel -BuildRequires: python3-devel +BuildRequires: gcc +BuildRequires: libattr-devel +BuildRequires: python3-devel BuildRequires: gnupg2 BuildRequires: %{py3_dist pytest} @@ -21,7 +21,7 @@ add and remove extended attributes from files and directories. %description %_description %package -n python3-%{name} -Summary: Extended attributes library wrapper for Python 3 +Summary: Extended attributes library wrapper for Python 3 %{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name}