New upstream version
This commit is contained in:
parent
9a85acc79d
commit
d1aa087229
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
|||||||
/libostree-2017.6.tar.xz
|
/libostree-2017.6.tar.xz
|
||||||
/libostree-2017.7.tar.xz
|
/libostree-2017.7.tar.xz
|
||||||
/libostree-2017.8.tar.xz
|
/libostree-2017.8.tar.xz
|
||||||
|
/libostree-2017.9.tar.xz
|
||||||
|
29
ostree.spec
29
ostree.spec
@ -1,17 +1,7 @@
|
|||||||
# Currently libcurl for 27+; we will likely expand this
|
|
||||||
# to 26/25 soon. See https://bugzilla.redhat.com/show_bug.cgi?id=1430489
|
|
||||||
%if 0%{?fedora} > 25
|
|
||||||
# This is supported by upstream currently, so we'll expose it as well,
|
|
||||||
# even though (main) Fedora doesn't use bconds.
|
|
||||||
%bcond_without curl
|
|
||||||
%else
|
|
||||||
%bcond_with curl
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Summary: Tool for managing bootable, immutable filesystem trees
|
Summary: Tool for managing bootable, immutable filesystem trees
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2017.8
|
Version: 2017.9
|
||||||
Release: 4%{?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
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1451458
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1451458
|
||||||
Source1: 91-ostree.preset
|
Source1: 91-ostree.preset
|
||||||
@ -25,10 +15,8 @@ BuildRequires: autoconf automake libtool
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
# Core requirements
|
# Core requirements
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
%if %{with curl}
|
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
%endif
|
|
||||||
# The tests still require soup
|
# The tests still require soup
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
@ -48,10 +36,6 @@ BuildRequires: bison
|
|||||||
|
|
||||||
# Runtime requirements
|
# Runtime requirements
|
||||||
Requires: dracut
|
Requires: dracut
|
||||||
%if !%{with curl}
|
|
||||||
# To ensure we have TLS
|
|
||||||
Requires: glib-networking
|
|
||||||
%endif
|
|
||||||
Requires: /usr/bin/gpgv2
|
Requires: /usr/bin/gpgv2
|
||||||
Requires: systemd-units
|
Requires: systemd-units
|
||||||
|
|
||||||
@ -101,10 +85,8 @@ env NOCONFIGURE=1 ./autogen.sh
|
|||||||
%configure --disable-silent-rules \
|
%configure --disable-silent-rules \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
%if %{with curl}
|
--with-curl \
|
||||||
--with-curl \
|
--with-openssl \
|
||||||
--with-openssl \
|
|
||||||
%endif
|
|
||||||
--with-dracut=yesbutnoconf
|
--with-dracut=yesbutnoconf
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -161,6 +143,9 @@ rm -f %{buildroot}%{_libexecdir}/libostree/ostree-trivial-httpd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 27 2017 Colin Walters <walters@verbum.org> - 2017.9-2
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.8-4
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.8-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libostree-2017.8.tar.xz) = c95787ae91723f9afe37f52c4e142ec1e0bdc45e587e605921bb8d2b4889233741956d4fdac7a69180b141982849defe4dc28c28f3f6a2d70d352daa55251f33
|
SHA512 (libostree-2017.9.tar.xz) = ef0e4399cfa808a88024992e3aa82e56b68c6209aa675c71a985c128a12e99e782677bf058c233b9257c9b99a1a7596711425c36fc94676e7d5de72d8d6a3585
|
||||||
|
Loading…
Reference in New Issue
Block a user