diff options
author | Brian Behlendorf <[email protected]> | 2010-09-01 12:54:51 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-09-01 15:42:32 -0700 |
commit | 1ae93745d2eadcdfdf1ab677180f28922e7c7d26 (patch) | |
tree | b1f9ec0a398bdbda7c893e8a16bbe46437142b88 /zfs.spec.in | |
parent | 9691eb9fee92301869ae34f750279f93504f7db1 (diff) |
Minor packaging fixes
The GIT file was removed from the tree because I have stopped
using TopGit. Because of this is must also be removed from
the top level Makefile.am as will as the zfs.spec.in file
which referenced it.
Fix type in lib/libzpool/Makefile.am which was preventing
the needed zrlock.h header from being included by 'make dist'.
I simply had the name wrong in the Makefile.am.
Regenerated autogen.sh build products.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'zfs.spec.in')
-rw-r--r-- | zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.spec.in b/zfs.spec.in index 17e0131ad..9bec437b9 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING COPYRIGHT DISCLAIMER -%doc GIT OPENSOLARIS.LICENSE README.markdown ZFS.RELEASE +%doc OPENSOLARIS.LICENSE README.markdown ZFS.RELEASE %{_sbindir}/* %{_bindir}/* %{_libdir}/* |