Skip to content

Commit

Permalink
Update zfs.spec.in to reference updated README.markdown file
Browse files Browse the repository at this point in the history
The spec file references the README by the previous name which
has changed to make it github friendly.  This results in an
rpm build failure.
  • Loading branch information
behlendorf committed Jul 1, 2010
1 parent f28ca65 commit 8db31e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SUBDIRS = $(USER_DIR) $(KERNEL_DIR)
AUTOMAKE_OPTIONS = foreign dist-zip
EXTRA_DIST = autogen.sh config/config.awk
EXTRA_DIST += zfs.spec.in zfs-modules.spec.in
EXTRA_DIST += META DISCLAIMER COPYRIGHT GIT
EXTRA_DIST += META DISCLAIMER COPYRIGHT GIT README.markdown
EXTRA_DIST += OPENSOLARIS.LICENSE ZFS.RELEASE
noinst_HEADERS = zfs_config.h

Expand Down
2 changes: 1 addition & 1 deletion zfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING COPYRIGHT DISCLAIMER
%doc GIT OPENSOLARIS.LICENSE README ZFS.RELEASE
%doc GIT OPENSOLARIS.LICENSE README.markdown ZFS.RELEASE
%{_sbindir}/*
%{_bindir}/*
%{_libdir}/*
Expand Down

0 comments on commit 8db31e2

Please sign in to comment.