Release 2018.8
This commit is contained in:
parent
1f289f2410
commit
6562cb47f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/rpm-ostree-2018.6.tar.xz
|
||||
/rpm-ostree-2018.6.42.gda27b94b.tar.xz
|
||||
/rpm-ostree-2018.7.tar.xz
|
||||
/rpm-ostree-2018.8.tar.xz
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2018.7
|
||||
Version: 2018.8
|
||||
Release: 1%{?dist}
|
||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
||||
@ -50,7 +50,8 @@ BuildRequires: gperf
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: /usr/bin/g-ir-scanner
|
||||
# Core requirements
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2018.5
|
||||
# Easy way to check this: `objdump -p /path/to/rpm-ostree | grep LIBOSTREE` and pick the highest
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2018.6
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
@ -192,6 +193,9 @@ $PYTHON autofiles.py > files.devel \
|
||||
%files devel -f files.devel
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-1
|
||||
- New upstream version
|
||||
|
||||
* Thu Aug 09 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.7-1
|
||||
- New upstream version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2018.7.tar.xz) = ce33b120bf8bc9bbe82699560c74d8d5469483d56f2a00722e0c42e41651dba2978031dc99df6f37b98667de1547fb79c361c2ef786477fc5dbdee6a1959ac76
|
||||
SHA512 (rpm-ostree-2018.8.tar.xz) = 2d9f50cc684f4d43f4d6047e4d858da0e879a56fbbd392cf9c243ea07cf82d5cf3043611991a6f8b92d8cb77221882eb7135231e11b347c8f87312cf55c17d65
|
||||
|
Loading…
Reference in New Issue
Block a user