rebuilt with python3 [release 0.8.5-2mamba;Tue Dec 08 2020]
This commit is contained in:
parent
5400f79c69
commit
13f3e3e3b5
39
zfs.spec
39
zfs.spec
@ -1,6 +1,6 @@
|
|||||||
Name: zfs
|
Name: zfs
|
||||||
Version: 0.8.5
|
Version: 0.8.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An advanced file system and volume manager
|
Summary: An advanced file system and volume manager
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,12 +12,19 @@ Source: https://github.com/zfsonlinux/zfs.git/zfs-%{version}/zfs-%{versio
|
|||||||
License: Common Development and Distribution License
|
License: Common Development and Distribution License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: libkrb5-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libtirpc-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: python-cffi-py3
|
||||||
|
BuildRequires: python3
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python36
|
|
||||||
BuildRequires: python-cffi-py36
|
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -41,13 +48,14 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%package -n python-pyzfs-py36
|
%package -n python-pyzfs-py3
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Pythonlibraries for %{name}
|
Summary: Pythonlibraries for %{name}
|
||||||
Requires: python36
|
Requires: python3
|
||||||
Requires: python-cffi-py36
|
Requires: python-cffi-py3
|
||||||
|
Obsoletes: python-pyzfs-py36
|
||||||
|
|
||||||
%description -n python-pyzfs-py36
|
%description -n python-pyzfs-py3
|
||||||
This package contains the Python libraries for %{name}.
|
This package contains the Python libraries for %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -62,8 +70,8 @@ This package contains the Python libraries for %{name}.
|
|||||||
--with-config=user \
|
--with-config=user \
|
||||||
--with-systemdunitdir=%{_unitdir} \
|
--with-systemdunitdir=%{_unitdir} \
|
||||||
--with-systemdpresetdir=%{_presetdir} \
|
--with-systemdpresetdir=%{_presetdir} \
|
||||||
--with-python=3.6 \
|
--with-python=3 \
|
||||||
PYTHON=%{__python36}
|
PYTHON=%{__python3}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -189,14 +197,17 @@ This package contains the Python libraries for %{name}.
|
|||||||
%{_libdir}/pkgconfig/libzfs_core.pc
|
%{_libdir}/pkgconfig/libzfs_core.pc
|
||||||
#%doc README.markdown
|
#%doc README.markdown
|
||||||
|
|
||||||
%files -n python-pyzfs-py36
|
%files -n python-pyzfs-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python36_sitelib}/libzfs_core
|
%dir %{python3_sitelib}/libzfs_core
|
||||||
%{python36_sitelib}/libzfs_core/*
|
%{python3_sitelib}/libzfs_core/*
|
||||||
%dir %{python36_sitelib}/pyzfs-*-py*.egg-info
|
%dir %{python3_sitelib}/pyzfs-*-py*.egg-info
|
||||||
%{python36_sitelib}/pyzfs-*-py*.egg-info/*
|
%{python3_sitelib}/pyzfs-*-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.5-2mamba
|
||||||
|
- rebuilt with python3
|
||||||
|
|
||||||
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 0.8.5-1mamba
|
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 0.8.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user