2024-01-06 08:19:40 +01:00
|
|
|
Name: ostree
|
2024-01-06 08:19:41 +01:00
|
|
|
Version: 2021.3
|
2024-01-06 08:19:40 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Operating system and container binary deployment and upgrades
|
|
|
|
Group: System/Management
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:19:41 +01:00
|
|
|
URL: https://ostree.readthedocs.io/en/latest/
|
2024-01-06 08:19:40 +01:00
|
|
|
## GITSOURCE https://github.com/ostreedev/ostree.git v2019.2
|
|
|
|
Source: https://github.com/ostreedev/ostree.git/v%{version}/ostree-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libacl-devel
|
|
|
|
BuildRequires: libarchive-devel
|
|
|
|
BuildRequires: libassuan-devel
|
2024-01-06 08:19:41 +01:00
|
|
|
BuildRequires: libattr-devel
|
2024-01-06 08:19:40 +01:00
|
|
|
BuildRequires: libavahi-devel
|
|
|
|
BuildRequires: libavahi-glib-devel
|
|
|
|
BuildRequires: libblkid-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libfuse-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgpg-error-devel
|
|
|
|
BuildRequires: libgpgme-devel
|
2024-01-06 08:19:41 +01:00
|
|
|
BuildRequires: liblz4-devel
|
2024-01-06 08:19:40 +01:00
|
|
|
BuildRequires: liblzma-devel
|
2024-01-06 08:19:41 +01:00
|
|
|
BuildRequires: liblzo-devel
|
2024-01-06 08:19:40 +01:00
|
|
|
BuildRequires: libmount-devel
|
|
|
|
BuildRequires: libnettle-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
BuildRequires: libssp-devel
|
|
|
|
BuildRequires: libsystemd-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: libzstd-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Operating system and container binary deployment and upgrades.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%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}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/grub.d/15_ostree
|
|
|
|
%{_systemdgeneratordir}/ostree-system-generator
|
|
|
|
%{_unitdir}/ostree-finalize-staged.path
|
|
|
|
%{_unitdir}/ostree-finalize-staged.service
|
|
|
|
%{_unitdir}/ostree-prepare-root.service
|
|
|
|
%{_unitdir}/ostree-remount.service
|
|
|
|
%{_bindir}/ostree
|
|
|
|
%{_bindir}/rofiles-fuse
|
|
|
|
%{_mandir}/man1/ostree*.1*
|
|
|
|
%{_mandir}/man1/rofiles-fuse.1*
|
|
|
|
%{_mandir}/man5/ostree.repo-config.5*
|
|
|
|
%{_mandir}/man5/ostree.repo.5*
|
|
|
|
%{_datadir}/bash-completion/completions/ostree
|
|
|
|
%{_datadir}/ostree/trusted.gpg.d/README-gpg
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libostree-1.so.*
|
|
|
|
%{_libdir}/girepository-1.0/OSTree-1.0.typelib
|
|
|
|
%dir %{_libexecdir}/libostree
|
|
|
|
%{_libexecdir}/libostree/grub2-15_ostree
|
|
|
|
%{_libexecdir}/libostree/ostree-trivial-httpd
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/ostree-1
|
|
|
|
%{_includedir}/ostree-1/ostree*.h
|
|
|
|
%{_prefix}/lib/ostree/ostree-prepare-root
|
|
|
|
%{_prefix}/lib/ostree/ostree-remount
|
|
|
|
%{_prefix}/lib/tmpfiles.d/ostree-tmpfiles.conf
|
|
|
|
%{_libdir}/libostree-1.la
|
|
|
|
%{_libdir}/libostree-1.so
|
|
|
|
%{_libdir}/pkgconfig/ostree-1.pc
|
|
|
|
%{_datadir}/gir-1.0/OSTree-1.0.gir
|
2024-01-06 08:19:40 +01:00
|
|
|
%doc README.md TODO
|
2024-01-06 08:19:40 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:19:41 +01:00
|
|
|
* Wed Jul 14 2021 Automatic Build System <autodist@mambasoft.it> 2021.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Fri Apr 16 2021 Automatic Build System <autodist@mambasoft.it> 2021.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Thu Mar 25 2021 Automatic Build System <autodist@mambasoft.it> 2021.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 2020.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Wed Apr 08 2020 Automatic Build System <autodist@mambasoft.it> 2020.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Wed Jan 15 2020 Automatic Build System <autodist@mambasoft.it> 2019.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Thu Nov 28 2019 Automatic Build System <autodist@mambasoft.it> 2019.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Tue Oct 08 2019 Automatic Build System <autodist@mambasoft.it> 2019.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 2019.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:19:40 +01:00
|
|
|
* Sat Jul 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019.2-1mamba
|
|
|
|
- package created using the webbuild interface
|