import ostree-2019.6-2.el8
This commit is contained in:
parent
9ebaef546d
commit
86d4ae383b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libostree-2018.8.tar.xz
|
SOURCES/libostree-2019.6.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
c8dabfe09e987a15d99e4723be23f23da9f7bbb3 SOURCES/libostree-2018.8.tar.xz
|
afdb1c1aa53a466962fb24f106c6560604c2c5be SOURCES/libostree-2019.6.tar.xz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Summary: Tool for managing bootable, immutable filesystem trees
|
Summary: Tool for managing bootable, immutable filesystem trees
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2018.8
|
Version: 2019.6
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -43,6 +43,7 @@ BuildRequires: bison
|
|||||||
Requires: dracut
|
Requires: dracut
|
||||||
Requires: /usr/bin/gpgv2
|
Requires: /usr/bin/gpgv2
|
||||||
Requires: systemd-units
|
Requires: systemd-units
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libostree is a shared library designed primarily for
|
libostree is a shared library designed primarily for
|
||||||
@ -57,7 +58,7 @@ The %{name}-libs provides shared libraries for %{name}.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers for %{name}
|
Summary: Development headers for %{name}
|
||||||
Requires: %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package includes the header files for the %{name} library.
|
The %{name}-devel package includes the header files for the %{name} library.
|
||||||
@ -79,7 +80,8 @@ GRUB2 integration for OSTree
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%package tests
|
%package tests
|
||||||
Summary: Tests for the %{name} package
|
Summary: Tests for the %{name} package
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
This package contains tests that can be used to verify
|
This package contains tests that can be used to verify
|
||||||
@ -97,8 +99,7 @@ env NOCONFIGURE=1 ./autogen.sh
|
|||||||
--with-curl \
|
--with-curl \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
%{?with_tests:--enable-installed-tests=exclusive} \
|
%{?with_tests:--enable-installed-tests=exclusive} \
|
||||||
--with-dracut=yesbutnoconf \
|
--with-dracut=yesbutnoconf
|
||||||
--disable-http2
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -121,7 +122,7 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%{_datadir}/ostree
|
%{_datadir}/ostree
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
%dir %{_prefix}/lib/dracut/modules.d/98ostree
|
%dir %{_prefix}/lib/dracut/modules.d/98ostree
|
||||||
%{_prefix}/lib/systemd/system/ostree*.service
|
%{_prefix}/lib/systemd/system/ostree*.*
|
||||||
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
||||||
%{_mandir}/man*/*.gz
|
%{_mandir}/man*/*.gz
|
||||||
%{_prefix}/lib/systemd/system-generators/ostree-system-generator
|
%{_prefix}/lib/systemd/system-generators/ostree-system-generator
|
||||||
@ -161,7 +162,38 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 17 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-2
|
* Tue Dec 10 2019 Colin Walters <walters@verbum.org> - 2019.6-2
|
||||||
|
- https://github.com/ostreedev/ostree/releases/tag/v2019.6
|
||||||
|
|
||||||
|
* Wed Oct 30 2019 Colin Walters <walters@verbum.org> - 2019.5-1
|
||||||
|
- https://github.com/ostreedev/ostree/releases/tag/v2019.5
|
||||||
|
|
||||||
|
* Mon Oct 14 2019 Colin Walters <walters@verbum.org> - 2019.4-3
|
||||||
|
- https://github.com/ostreedev/ostree/releases/tag/v2019.4
|
||||||
|
|
||||||
|
* Wed Apr 24 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.2-1
|
||||||
|
- https://github.com/ostreedev/ostree/releases/tag/v2019.2
|
||||||
|
|
||||||
|
* Sat Feb 09 2019 Dusty Mabe <dusty@dustymabe.com> - 2019.1-5
|
||||||
|
- Re-enable http2 in ostree build
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 17 2019 Sinny Kumari <ksinny@gmail.com> - 2019.1-3
|
||||||
|
- Backport patch to fix bare → bare imports
|
||||||
|
- Backport patch to Set xattr on correct fd for bare-user → bare-user imports
|
||||||
|
|
||||||
|
* Fri Jan 11 2019 Colin Walters <walters@verbum.org> - 2019.1-2
|
||||||
|
- https://github.com/ostreedev/ostree/releases/tag/v2019.1
|
||||||
|
|
||||||
|
* Fri Jan 11 2019 Colin Walters <walters@verbum.org> - 2018.9-2
|
||||||
|
- Work around https://src.fedoraproject.org/rpms/nfs-utils/pull-request/7
|
||||||
|
|
||||||
|
* Thu Oct 25 2018 Colin Walters <walters@verbum.org> - 2018.9-1
|
||||||
|
- https://github.com/ostreedev/ostree/releases/tag/v2018.9
|
||||||
|
|
||||||
|
* Wed Oct 17 2018 Jonathan Lebon <jonathan@jlebon.com>
|
||||||
- Add conditional for tests and disable by default on RHEL > 7
|
- Add conditional for tests and disable by default on RHEL > 7
|
||||||
|
|
||||||
* Wed Aug 22 2018 Colin Walters <walters@verbum.org> - 2018.8-1
|
* Wed Aug 22 2018 Colin Walters <walters@verbum.org> - 2018.8-1
|
||||||
|
Loading…
Reference in New Issue
Block a user