2024-01-05 20:03:58 +01:00
|
|
|
Name: zfs
|
2024-01-05 20:04:04 +01:00
|
|
|
Version: 2.1.11
|
2024-01-05 20:03:59 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 20:03:58 +01:00
|
|
|
Summary: An advanced file system and volume manager
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:03:58 +01:00
|
|
|
URL: https://zfsonlinux.org
|
2024-01-05 20:03:58 +01:00
|
|
|
Source: https://github.com/zfsonlinux/zfs.git/zfs-%{version}/zfs-%{version}.tar.bz2
|
2024-01-05 20:03:58 +01:00
|
|
|
Patch0: zfs-2.1.6-only-build-the-module-in-dkms.conf.patch
|
2024-01-05 20:03:58 +01:00
|
|
|
License: Common Development and Distribution License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: libaio-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: libblkid-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: libe2fs-devel
|
|
|
|
BuildRequires: libkrb5-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: libpam-devel
|
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: libtirpc-devel
|
|
|
|
BuildRequires: libudev-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libz-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: perl-devel
|
2024-01-05 20:03:58 +01:00
|
|
|
BuildRequires: python3.7dist(cffi)
|
2024-01-05 20:03:58 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
ZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the Illumos community.
|
|
|
|
ZFS on Linux, which is also known as ZoL, is currently feature complete. It includes fully functional and stable SPA, DMU, ZVOL, and ZPL layers.
|
|
|
|
Full documentation for installing ZoL on your favorite Linux distribution can be found at: http://zfsonlinux.org
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%package dkms
|
|
|
|
Group: System/Kernel and Hardware/Drivers
|
|
|
|
Summary: %{name} kernel module with DKMS build support
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description dkms
|
|
|
|
This package contains the %{name} kernel module with DKMS build support.
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%package -n python-pyzfs-py3
|
2024-01-05 20:03:58 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Pythonlibraries for %{name}
|
2024-01-05 20:03:58 +01:00
|
|
|
Requires: python3
|
|
|
|
Requires: python-cffi-py3
|
2024-01-05 20:03:58 +01:00
|
|
|
Obsoletes: python-pyzfs-py36 < 2.1.99
|
2024-01-05 20:03:58 +01:00
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%description -n python-pyzfs-py3
|
2024-01-05 20:03:58 +01:00
|
|
|
This package contains the Python libraries for %{name}.
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 20:04:02 +01:00
|
|
|
%patch 0 -p1 -b .only-build-the-module-in-dkms.conf
|
2024-01-05 20:03:58 +01:00
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
2024-01-05 20:03:58 +01:00
|
|
|
./autogen.sh
|
2024-01-05 20:03:58 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 20:03:58 +01:00
|
|
|
#:<< _EOF
|
2024-01-05 20:03:58 +01:00
|
|
|
%configure \
|
|
|
|
--disable-sysvinit \
|
|
|
|
--with-config=user \
|
|
|
|
--with-systemdunitdir=%{_unitdir} \
|
2024-01-05 20:03:58 +01:00
|
|
|
--with-systemdpresetdir=%{_presetdir} \
|
2024-01-05 20:03:58 +01:00
|
|
|
--with-udevdir=%{_prefix}/lib/udev \
|
|
|
|
--with-udevrulesdir=%{_udevrulesdir} \
|
|
|
|
--with-mounthelperdir=%{_sbindir} \
|
2024-01-05 20:03:58 +01:00
|
|
|
--with-python=3 \
|
|
|
|
PYTHON=%{__python3}
|
2024-01-05 20:03:58 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
# Create dkms.conf
|
|
|
|
./scripts/dkms.mkconf -n zfs -v %{version} -f dkms.conf
|
|
|
|
./scripts/make_gitrev.sh include/zfs_gitrev.h
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
# We use dracut not initramfs-tools
|
|
|
|
rm -rf %{buildroot}%{_datadir}/initramfs-tools
|
|
|
|
|
|
|
|
# Install dkms with module source dir
|
|
|
|
dkmsdir=%{buildroot}%{_prefix}/src/zfs-%{version}
|
|
|
|
install -d ${dkmsdir}/{config,scripts}
|
|
|
|
cp -a configure dkms.conf Makefile.in META zfs_config.h.in zfs.release.in include/ module/ ${dkmsdir}/
|
|
|
|
cp config/compile config/config.* config/missing config/*sh ${dkmsdir}/config/
|
|
|
|
cp scripts/enum-extract.pl scripts/dkms.postbuild ${dkmsdir}/scripts/
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%preun dkms
|
|
|
|
dkms remove -q -m %{name} -v %{version} --all --rpm_safe_upgrade
|
|
|
|
:
|
|
|
|
|
|
|
|
%posttrans dkms
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
# clean any legacy alternatives symlink
|
|
|
|
dkms remove -q -m %{name} -v %{version} --all --rpm_safe_upgrade
|
|
|
|
dkms add -q -m %{name} -v %{version}
|
|
|
|
dkms install -q -m %{name} -v %{version}
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_sysconfdir}/zfs
|
|
|
|
%{_sysconfdir}/zfs/*.example
|
|
|
|
%dir %{_sysconfdir}/zfs/zed.d
|
|
|
|
%{_sysconfdir}/zfs/zed.d/zed.rc
|
|
|
|
%{_sysconfdir}/zfs/zed.d/*.sh
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sysconfdir}/sudoers.d/zfs
|
|
|
|
%dir %{_sysconfdir}/zfs/zpool.d
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sysconfdir}/zfs/zfs-functions
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sysconfdir}/zfs/zpool.d/*
|
2024-01-05 20:03:58 +01:00
|
|
|
%config %{_sysconfdir}/default/zfs
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_bindir}/arcstat
|
|
|
|
%{_bindir}/arc_summary
|
|
|
|
%{_bindir}/dbufstat
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_bindir}/raidz_test
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_bindir}/zvol_wait
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/fsck.zfs
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/mount.zfs
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/zdb
|
|
|
|
%{_sbindir}/zed
|
|
|
|
%{_sbindir}/zfs
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/zfs_ids_to_path
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/zhack
|
|
|
|
%{_sbindir}/zinject
|
|
|
|
%{_sbindir}/zpool
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/zstream
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/zstreamdump
|
|
|
|
%{_sbindir}/ztest
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_sbindir}/zgenhostid
|
|
|
|
%{_udevrulesdir}/*.rules
|
|
|
|
%{_prefix}/lib/udev/vdev_id
|
|
|
|
%{_prefix}/lib/udev/zvol_id
|
|
|
|
%{_datadir}/pam-configs/zfs_key
|
|
|
|
%{_presetdir}/50-zfs.preset
|
|
|
|
%{_unitdir}/zfs-*.service
|
|
|
|
%{_unitdir}/zfs-*.timer
|
|
|
|
%{_unitdir}/zfs.target
|
|
|
|
%{_unitdir}/zfs-volumes.target
|
2024-01-05 20:03:58 +01:00
|
|
|
%dir %{_datadir}/zfs
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_datadir}/zfs/*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_unitdir}/zfs-import.target
|
|
|
|
%{_prefix}/lib/systemd/system-generators/zfs-mount-generator
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man1/arcstat.1.gz
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man1/raidz_test.1*
|
|
|
|
%{_mandir}/man1/test-runner.1*
|
|
|
|
%{_mandir}/man8/zgenhostid.8*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man1/zhack.1*
|
|
|
|
%{_mandir}/man1/ztest.1*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man1/zvol_wait.1*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man4/spl.4*
|
|
|
|
%{_mandir}/man4/zfs.4*
|
|
|
|
#%{_mandir}/man5/spl-module-parameters.5*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man5/vdev_id.conf.5*
|
2024-01-05 20:03:58 +01:00
|
|
|
#%{_mandir}/man5/zfs-events.5*
|
|
|
|
#%{_mandir}/man5/zfs-module-parameters.5*
|
|
|
|
#%{_mandir}/man5/zpool-features.5*
|
|
|
|
%{_mandir}/man7/dracut.zfs.7*
|
|
|
|
%{_mandir}/man7/zfsconcepts.7*
|
|
|
|
%{_mandir}/man7/zfsprops.7*
|
|
|
|
%{_mandir}/man7/zpool-features.7*
|
|
|
|
%{_mandir}/man7/zpoolconcepts.7*
|
|
|
|
%{_mandir}/man7/zpoolprops.7*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man8/fsck.zfs.8*
|
|
|
|
%{_mandir}/man8/mount.zfs.8*
|
|
|
|
%{_mandir}/man8/vdev_id.8*
|
|
|
|
%{_mandir}/man8/zdb.8*
|
|
|
|
%{_mandir}/man8/zed.8*
|
|
|
|
%{_mandir}/man8/zfs.8*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man8/zfs-*.8*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man8/zinject.8*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man8/zpool*.8*
|
|
|
|
%{_mandir}/man8/zstream.8.gz
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man8/zstreamdump.8*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_mandir}/man8/zfs_ids_to_path.8*
|
|
|
|
#%{_mandir}/man8/zfsconcepts.8*
|
|
|
|
#%{_mandir}/man8/zfsprops.8*
|
2024-01-05 20:03:58 +01:00
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%files dkms
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_prefix}/lib/dracut/modules.d/02zfsexpandknowledge/module-setup.sh
|
|
|
|
%dir %{_prefix}/lib/dracut/modules.d/90zfs
|
|
|
|
%{_prefix}/lib/dracut/modules.d/90zfs/*
|
|
|
|
%{_prefix}/lib/modules-load.d/zfs.conf
|
|
|
|
%dir %{_prefix}/src/zfs-%{version}
|
|
|
|
%{_prefix}/src/zfs-%{version}/*
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libnvpair.so.*
|
|
|
|
%{_libdir}/libuutil.so.*
|
|
|
|
%{_libdir}/libzfs.so.*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/libzfsbootenv.so.*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/libzfs_core.so.*
|
|
|
|
%{_libdir}/libzpool.so.*
|
2024-01-05 20:03:58 +01:00
|
|
|
#%{_libdir}/security/pam_zfs_key.la
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/security/pam_zfs_key.so
|
2024-01-05 20:03:58 +01:00
|
|
|
%dir %{_libexecdir}/zfs
|
|
|
|
%dir %{_libexecdir}/zfs/zed.d
|
2024-01-05 20:03:58 +01:00
|
|
|
%dir %{_libexecdir}/zfs/zpool.d
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libexecdir}/zfs/zpool_influxdb
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libexecdir}/zfs/zpool.d/*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libexecdir}/zfs/zed.d/*.sh
|
|
|
|
%doc AUTHORS
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libspl
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_includedir}/libspl/*
|
2024-01-05 20:03:58 +01:00
|
|
|
%dir %{_includedir}/libzfs
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_includedir}/libzfs/*
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/libnvpair.a
|
|
|
|
%{_libdir}/libnvpair.so
|
|
|
|
%{_libdir}/libuutil.a
|
|
|
|
%{_libdir}/libuutil.so
|
|
|
|
%{_libdir}/libzfs.a
|
|
|
|
%{_libdir}/libzfs.so
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/libzfsbootenv.a
|
|
|
|
%{_libdir}/libzfsbootenv.so
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/libzfs_core.a
|
|
|
|
%{_libdir}/libzfs_core.so
|
|
|
|
%{_libdir}/libzpool.a
|
|
|
|
%{_libdir}/libzpool.so
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/pkgconfig/libzfs.pc
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/pkgconfig/libzfsbootenv.pc
|
2024-01-05 20:03:58 +01:00
|
|
|
%{_libdir}/pkgconfig/libzfs_core.pc
|
2024-01-05 20:03:58 +01:00
|
|
|
#%doc README.markdown
|
2024-01-05 20:03:58 +01:00
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%files -n python-pyzfs-py3
|
2024-01-05 20:03:58 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 20:03:58 +01:00
|
|
|
%dir %{python3_sitelib}/libzfs_core
|
|
|
|
%{python3_sitelib}/libzfs_core/*
|
|
|
|
%dir %{python3_sitelib}/pyzfs-*-py*.egg-info
|
|
|
|
%{python3_sitelib}/pyzfs-*-py*.egg-info/*
|
2024-01-05 20:03:58 +01:00
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
%changelog
|
2024-01-05 20:04:04 +01:00
|
|
|
* Sat Apr 22 2023 Automatic Build System <autodist@mambasoft.it> 2.1.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:04:02 +01:00
|
|
|
* Sat Apr 15 2023 Automatic Build System <autodist@mambasoft.it> 2.1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:04:01 +01:00
|
|
|
* Thu Jan 26 2023 Automatic Build System <autodist@mambasoft.it> 2.1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:04:00 +01:00
|
|
|
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 2.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:59 +01:00
|
|
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 2.1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sat Nov 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.6-2mamba
|
|
|
|
- provide dkms subpackage to build module
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sun Oct 23 2022 Automatic Build System <autodist@mambasoft.it> 2.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Tue Jun 28 2022 Automatic Build System <autodist@mambasoft.it> 2.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 16 2022 Automatic Build System <autodist@mambasoft.it> 2.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 16 2021 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 17 2021 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Sep 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
|
|
|
- update to 2.1.0
|
|
|
|
|
|
|
|
* Wed Mar 10 2021 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Tue Dec 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.5-2mamba
|
|
|
|
- rebuilt with python3
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 0.8.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Wed May 13 2020 Automatic Build System <autodist@mambasoft.it> 0.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 0.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-2mamba
|
|
|
|
- rebuilt with python package
|
|
|
|
|
|
|
|
* Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Tue Mar 05 2019 Automatic Build System <autodist@mambasoft.it> 0.7.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Mon Nov 19 2018 Automatic Build System <autodist@mambasoft.it> 0.7.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sat Nov 03 2018 Automatic Build System <autodist@mambasoft.it> 0.7.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Fri May 25 2018 Automatic Build System <autodist@mambasoft.it> 0.7.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Fri Apr 13 2018 Automatic Build System <autodist@mambasoft.it> 0.7.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Fri Mar 30 2018 Automatic Build System <autodist@mambasoft.it> 0.7.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Mon Oct 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.5.8-1mamba
|
|
|
|
- update to 0.6.5.8
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sat May 14 2016 Automatic Build System <autodist@mambasoft.it> 0.6.5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 0.6.5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Fri Jun 05 2015 Automatic Build System <autodist@mambasoft.it> 0.6.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:03:58 +01:00
|
|
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.3-1mamba
|
|
|
|
- package created using the webbuild interface
|