Browse Source

ostree-2021.5-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
f2096e3dfa
1 changed files with 8 additions and 1 deletions
  1. 8 1
      o/ostree/ostree-vl.spec

+ 8 - 1
o/ostree/ostree-vl.spec

@@ -3,7 +3,7 @@
 
 Summary:        Tool for managing bootable, immutable filesystem trees
 Name:           ostree
-Version:        2020.8
+Version:        2021.5
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          system
 Vendor:         Project Vine
@@ -107,6 +107,7 @@ the functionality of the installed %{name} package.
 %prep
 %autosetup -Sgit -n libostree-%{version}
 
+
 %build
 env NOCONFIGURE=1 ./autogen.sh
 %configure --disable-silent-rules \
@@ -122,6 +123,7 @@ env NOCONFIGURE=1 ./autogen.sh
 %make_install INSTALL="install -p -c"
 find %{buildroot} -name '*.la' -delete
 
+
 %if %{with systemd}
 # Needed to enable the service at compose time currently
 %post
@@ -184,7 +186,12 @@ find %{buildroot} -name '*.la' -delete
 %{_libexecdir}/libostree/ostree-trivial-httpd
 %endif
 
+
 %changelog
+* Sun Oct 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2021.5-1
+- new upstream release.
+- built with openssl-3.0.0.
+
 * Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2020.8-1
 - new upstream release.