Add libcurl BR and upload tarball without bundled copy
See https://github.com/projectatomic/rpm-ostree/pull/1554 (Also fix the bogus date in the `%changelog`).
This commit is contained in:
parent
6562cb47f3
commit
1f3d574d49
@ -63,6 +63,9 @@ BuildRequires: libattr-devel
|
||||
# We currently interact directly with librepo
|
||||
BuildRequires: pkgconfig(librepo)
|
||||
|
||||
# Needed by curl-rust
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
|
||||
# libdnf bundling
|
||||
# We're using RPATH to pick up our bundled version
|
||||
%global __requires_exclude ^libdnf[.]so[.].*$
|
||||
@ -193,7 +196,7 @@ $PYTHON autofiles.py > files.devel \
|
||||
%files devel -f files.devel
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-1
|
||||
* Tue Sep 11 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-1
|
||||
- New upstream version
|
||||
|
||||
* Thu Aug 09 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.7-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2018.8.tar.xz) = 2d9f50cc684f4d43f4d6047e4d858da0e879a56fbbd392cf9c243ea07cf82d5cf3043611991a6f8b92d8cb77221882eb7135231e11b347c8f87312cf55c17d65
|
||||
SHA512 (rpm-ostree-2018.8.tar.xz) = b2e91f6b92c0654f5f50e664b086457ff0d1cc18f7beed0ed1f8597d1b0fea6bf4b8b401bab7d047c5e7bbe0902efaced13dbfd209ec175f34d55ed095308f75
|
||||
|
Loading…
Reference in New Issue
Block a user