import libgpod-0.8.3-24.el8
This commit is contained in:
parent
a9dfeb07f2
commit
9b1b05413b
@ -14,7 +14,7 @@
|
|||||||
Summary: Library to access the contents of an iPod
|
Summary: Library to access the contents of an iPod
|
||||||
Name: libgpod
|
Name: libgpod
|
||||||
Version: 0.8.3
|
Version: 0.8.3
|
||||||
Release: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtkpod.org/libgpod.html
|
URL: http://www.gtkpod.org/libgpod.html
|
||||||
@ -149,10 +149,8 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/%{name}-sharp.pc
|
|||||||
|
|
||||||
# Setup tmpfiles.d config
|
# Setup tmpfiles.d config
|
||||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||||
echo "D /var/run/%{name} 0644 root root -" > \
|
echo "D /run/%{name} - - - -" > %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
||||||
%{buildroot}%{_tmpfilesdir}/%{name}.conf
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}/run
|
|
||||||
install -d -m 0755 %{buildroot}/run/%{name}/
|
install -d -m 0755 %{buildroot}/run/%{name}/
|
||||||
|
|
||||||
# remove static libs and libtool archives
|
# remove static libs and libtool archives
|
||||||
@ -198,6 +196,11 @@ find %{buildroot} -type f -name "*.a" -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 30 2018 Petr Viktorin <pviktori@redhat.com> - 0.8.3-23
|
||||||
- Drop the Python2 subpackage
|
- Drop the Python2 subpackage
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1581162
|
https://bugzilla.redhat.com/show_bug.cgi?id=1581162
|
||||||
|
Loading…
Reference in New Issue
Block a user