]> git.pld-linux.org Git - packages/apk-tools.git/commitdiff
package /etc/apk/{keys,protected_paths.d} dirs auto/th/apk-tools-2.10.3-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 May 2019 12:49:58 +0000 (15:49 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 26 May 2019 12:49:58 +0000 (15:49 +0300)
apk-tools.spec

index 1294fd6c81e67d96a4a71907759d500e133df895..10812263ec3c210bc2a9e8bfc746457eca78ff19 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Alpine Package Keeper - package manager for alpine
 Name:          apk-tools
 Version:       2.10.3
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Base
 Source0:       https://dev.alpinelinux.org/archive/apk-tools/%{name}-%{version}.tar.xz
@@ -52,6 +52,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/apk/{keys,protected_paths.d}
+
 # empty file
 %{__rm} $RPM_BUILD_ROOT%{_docdir}/apk/README
 
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/apk
+%dir %{_sysconfdir}/apk/keys
+%dir %{_sysconfdir}/apk/protected_paths.d
 %attr(755,root,root) %{_sbindir}/apk
 
 %if %{with lua}
This page took 0.123771 seconds and 4 git commands to generate.