diff --git a/libgpod.spec b/libgpod.spec index 645df99..908605f 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -18,7 +18,7 @@ Summary: Library to access the contents of an iPod Name: libgpod Version: 0.8.3 -Release: 24%{?dist} +Release: 25%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtkpod.org/libgpod.html @@ -173,8 +173,7 @@ 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}/ @@ -225,6 +224,9 @@ find %{buildroot} -type f -name "*.a" -delete %endif %changelog +* Tue Feb 19 2019 Gwyn Ciesla - 0.8.3-25 +- Backport tmpdir fix. + * Tue Jul 24 2018 Christophe Fergeau - 0.8.3-24 - Fix build with python2