From 663bff85b143bb53d4c143ac4795126803aae225 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:44:16 -0400 Subject: [PATCH] import libgpod-0.8.3-24.el8 --- SPECS/libgpod.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/libgpod.spec b/SPECS/libgpod.spec index e5cd91d..fa18b40 100644 --- a/SPECS/libgpod.spec +++ b/SPECS/libgpod.spec @@ -14,7 +14,7 @@ Summary: Library to access the contents of an iPod Name: libgpod Version: 0.8.3 -Release: 23%{?dist} +Release: 24%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtkpod.org/libgpod.html @@ -149,10 +149,8 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/%{name}-sharp.pc # Setup tmpfiles.d config mkdir -p %{buildroot}%{_tmpfilesdir} -echo "D /var/run/%{name} 0644 root root -" > \ - %{buildroot}%{_tmpfilesdir}/%{name}.conf +echo "D /run/%{name} - - - -" > %{buildroot}%{_tmpfilesdir}/%{name}.conf -mkdir -p %{buildroot}/run install -d -m 0755 %{buildroot}/run/%{name}/ # remove static libs and libtool archives @@ -198,6 +196,11 @@ find %{buildroot} -type f -name "*.a" -delete %endif %changelog +* Tue Nov 03 2020 Bastien Nocera - 0.8.3-24 ++ libgpod-0.8.3-24 +- Fix mode of /run/libgpod in tmpfiles.d config, use /run +- Resolves: #1657264 + * Wed May 30 2018 Petr Viktorin - 0.8.3-23 - Drop the Python2 subpackage https://bugzilla.redhat.com/show_bug.cgi?id=1581162