summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2017-02-01 15:13:21 -0500
committerStephen Gallagher <sgallagh@redhat.com>2017-02-01 15:13:21 -0500
commit55a0c09e0e30ab1fb7306bc48f5842f08d58201d (patch)
tree8807637856d82a8e4bf2211818b6930ee6851638
parentea08fd31a15cc3d116a091bdff8ac5755bf90629 (diff)
downloade2fsprogs-55a0c09e0e30ab1fb7306bc48f5842f08d58201d.tar.gz
e2fsprogs-55a0c09e0e30ab1fb7306bc48f5842f08d58201d.tar.xz
e2fsprogs-55a0c09e0e30ab1fb7306bc48f5842f08d58201d.zip
Add missing %license macro
-rw-r--r--e2fsprogs.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 7ffdeaf..98f5006 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,7 +1,7 @@
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
Name: e2fsprogs
Version: 1.43.4
-Release: 1%{?dist}
+Release: 2%{?dist}
# License tags based on COPYING file distinctions for various components
License: GPLv2
@@ -278,12 +278,14 @@ exit 0
%files libs
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc}
+%license NOTICE
%{_libdir}/libe2p.so.*
%{_libdir}/libext2fs.so.*
%files static
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc}
+%license NOTICE
%{_libdir}/*.a
%files devel
@@ -300,6 +302,7 @@ exit 0
%files -n libcom_err
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc}
+%license NOTICE
%{_libdir}/libcom_err.so.*
%files -n libcom_err-devel
@@ -316,6 +319,7 @@ exit 0
%files -n libss
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc}
+%license NOTICE
%{_libdir}/libss.so.*
%files -n libss-devel
@@ -328,6 +332,9 @@ exit 0
%{_libdir}/pkgconfig/ss.pc
%changelog
+* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.43.4-2
+- Add missing %%license macro
+
* Tue Jan 31 2017 Eric Sandeen <sandeen@redhat.com> 1.43.4-1
- New upstream release