From c0cf59cfb21159fca703f207fe4d3fb631466ca1 Mon Sep 17 00:00:00 2001 From: Juha Kallioinen Date: Mon, 4 Nov 2013 18:26:57 +0200 Subject: [PATCH] [packaging] Modify source url and add file attrs --- rpm/busybox.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpm/busybox.spec b/rpm/busybox.spec index 3fa5e6f..fd47ddf 100644 --- a/rpm/busybox.spec +++ b/rpm/busybox.spec @@ -4,7 +4,7 @@ Version: 1.21.0 Release: 1 License: GPLv2 Group: System/Shells -Source: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2 +Source: https://github.com/mer-packages/busybox URL: http://www.busybox.net %define debug_package %{nil} @@ -60,9 +60,11 @@ applets/install.sh %{buildroot} --symlinks /bin/busybox %files docs +%defattr(-,root,root,-) %doc LICENSE docs/busybox.net/*.html %files symlinks-gzip +%defattr(-,root,root,-) /bin/gunzip /usr/bin/gunzip /bin/gzip -- 2.23.0