2017.11-1: New upstream release
This commit is contained in:
parent
b1f1a8a384
commit
0e3b7e4ada
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
||||
/rpm-ostree-2017.8.tar.xz
|
||||
/rpm-ostree-2017.9.tar.xz
|
||||
/rpm-ostree-2017.10.tar.xz
|
||||
/rpm-ostree-2017.11.tar.xz
|
||||
|
@ -1,16 +1,13 @@
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2017.10
|
||||
Release: 3%{?dist}
|
||||
Version: 2017.11
|
||||
Release: 1%{?dist}
|
||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
||||
Source0: rpm-ostree-%{version}.tar.xz
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/projectatomic/rpm-ostree
|
||||
|
||||
Patch0: 0001-compose-CLI-fix-repo-consuming-two-arguments.patch
|
||||
Patch1: 0001-postprocess-Add-envvar-option-and-detect-NFS-skip-os.patch
|
||||
|
||||
# We always run autogen.sh
|
||||
BuildRequires: autoconf automake libtool git
|
||||
# For docs
|
||||
@ -20,7 +17,7 @@ BuildRequires: gperf
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: /usr/bin/g-ir-scanner
|
||||
# Core requirements
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2017.11
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2017.14
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
@ -153,6 +150,9 @@ python autofiles.py > files.devel \
|
||||
%files devel -f files.devel
|
||||
|
||||
%changelog
|
||||
* Tue Dec 04 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.11-1
|
||||
- New upstream version
|
||||
|
||||
* Wed Nov 22 2017 Colin Walters <walters@verbum.org> - 2017.10-3
|
||||
- Backport patch for NFS issues
|
||||
- https://pagure.io/atomic-wg/issue/387
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2017.10.tar.xz) = e07b1d277d5cb0f7023acbf1be46c5829e79baef143f9021f666f40bda0692839a45dae8a15a6a8ee20d204b6b68c0168232cc46ab4ee885dcfa66fa3527bf3b
|
||||
SHA512 (rpm-ostree-2017.11.tar.xz) = c6d8f8fb1f606e3e02b881206d32d66bc83ad861452b6e7a1affe393f780f53cfd31984083a0bf5c2a6bb592e993886701915ac69e71d526edfe6ab06218d35c
|
||||
|
Loading…
Reference in New Issue
Block a user