automatic version update by autodist [release 2022.6-1mamba;Fri Oct 28 2022]
This commit is contained in:
parent
19b21c72c2
commit
cfc5de72a2
28
ostree.spec
28
ostree.spec
@ -1,5 +1,5 @@
|
||||
Name: ostree
|
||||
Version: 2022.5
|
||||
Version: 2022.6
|
||||
Release: 1mamba
|
||||
Summary: Operating system and container binary deployment and upgrades
|
||||
Group: System/Management
|
||||
@ -7,7 +7,6 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://ostree.readthedocs.io/en/latest/
|
||||
## 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
|
||||
@ -21,7 +20,6 @@ BuildRequires: libavahi-glib-devel
|
||||
BuildRequires: libb2-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libfuse3-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgomp-devel
|
||||
@ -35,9 +33,7 @@ BuildRequires: libnettle-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsoup2-devel
|
||||
BuildRequires: libssp-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -63,7 +59,6 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -88,20 +83,24 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/grub.d/15_ostree
|
||||
%{_systemdgeneratordir}/ostree-system-generator
|
||||
%{_bindir}/ostree
|
||||
%{_bindir}/rofiles-fuse
|
||||
%{_unitdir}/ostree-boot-complete.service
|
||||
%{_unitdir}/ostree-finalize-staged.path
|
||||
%{_unitdir}/ostree-finalize-staged.service
|
||||
%{_unitdir}/ostree-finalize-staged-hold.service
|
||||
%{_unitdir}/ostree-prepare-root.service
|
||||
%{_unitdir}/ostree-remount.service
|
||||
%{_bindir}/ostree
|
||||
%{_bindir}/rofiles-fuse
|
||||
%{_systemdgeneratordir}/ostree-system-generator
|
||||
%{_tmpfilesdir}/ostree-tmpfiles.conf
|
||||
%dir %{_prefix}/lib/ostree
|
||||
%{_prefix}/lib/ostree/*
|
||||
%{_datadir}/bash-completion/completions/ostree
|
||||
%{_datadir}/ostree/trusted.gpg.d/README-gpg
|
||||
%{_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)
|
||||
@ -115,16 +114,15 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%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
|
||||
%doc README.md TODO
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 2022.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 23 2022 Automatic Build System <autodist@mambasoft.it> 2022.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user