From 25a0e888d50a20309eed46f68c2f3af343cf1019 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Thu, 18 May 2017 10:23:13 +0900 Subject: [PATCH] License: install license file (LICENSE.Apache-2.0) in the spec Signed-off-by: INSUN PYO Change-Id: If71867aefe0145d6e3bb4d58a83aaac050b5d9bf --- LICENSE => LICENSE.Apache-2.0 | 3 +++ packaging/initrd.spec | 1 + 2 files changed, 4 insertions(+) rename LICENSE => LICENSE.Apache-2.0 (99%) diff --git a/LICENSE b/LICENSE.Apache-2.0 similarity index 99% rename from LICENSE rename to LICENSE.Apache-2.0 index d645695..8aa906c 100644 --- a/LICENSE +++ b/LICENSE.Apache-2.0 @@ -200,3 +200,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + + diff --git a/packaging/initrd.spec b/packaging/initrd.spec index 6bee1ed..baff86e 100644 --- a/packaging/initrd.spec +++ b/packaging/initrd.spec @@ -48,6 +48,7 @@ rm -rf %{_initrd_dir} %files %manifest initrd.manifest +%license LICENSE.Apache-2.0 %defattr(-,root,root,-) %{_initrd_dir}/mkinitrd.sh %{_initrd_dir}/initrd-file.list -- 2.7.4