Release 2020.4
This commit is contained in:
parent
a3e9b71762
commit
cc32ae21b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@
|
||||
/rpm-ostree-2020.1.80.g3ec5e287.tar.xz
|
||||
/rpm-ostree-2020.2.tar.xz
|
||||
/rpm-ostree-2020.3.tar.xz
|
||||
/rpm-ostree-2020.4.tar.xz
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2020.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2020.4
|
||||
Release: 1%{?dist}
|
||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
||||
# in the upstream git. If rust is enabled, it contains vendored sources.
|
||||
@ -131,10 +131,10 @@ The %{name}-devel package includes the header files for %{name}-libs.
|
||||
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-silent-rules --enable-gtk-doc
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
|
||||
%make_install INSTALL="install -p -c"
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
# I try to do continuous delivery via rpmdistro-gitoverlay while
|
||||
@ -194,11 +194,15 @@ $PYTHON autofiles.py > files.devel \
|
||||
|
||||
%files devel -f files.devel
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.4-1
|
||||
- New upstream version
|
||||
https://github.com/coreos/rpm-ostree/releases/tag/v2020.4
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2020.3-2
|
||||
Disable LTO
|
||||
- Disable LTO
|
||||
|
||||
* Wed Feb 05 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.3-1
|
||||
- New upstream version
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2020.3.tar.xz) = 2f15d8ca932acb8586d58ea6eaaead13d409b899329e55f95a40c03a712e6c8dc2cbed59c3e303a904e130a6ac38f592a0d3c951eac5e598b055d3576d310c11
|
||||
SHA512 (rpm-ostree-2020.4.tar.xz) = f6e9e7415fb8d1b2bfef63637fc1b343c942c903db1007dad08176b22cb8c996c1f01d945fb30334aaaada0ec6ecec71a0c105105fdf15e634c11395576436c6
|
||||
|
Loading…
Reference in New Issue
Block a user