import libgpod-0.8.3-24.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:44:16 -04:00 committed by Andrew Lukoshko
parent 51af2c6770
commit 663bff85b1
1 changed files with 7 additions and 4 deletions

View File

@ -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 <bnocera@redhat.com> - 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 <pviktori@redhat.com> - 0.8.3-23
- Drop the Python2 subpackage
https://bugzilla.redhat.com/show_bug.cgi?id=1581162