Skip to content

Commit

Permalink
issue: 2510071 Rename README.txt and journal.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ivanov <[email protected]>
  • Loading branch information
igor-ivanov committed Mar 25, 2021
1 parent 381d2cd commit 0e26740
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ noinst_SCRIPTS = \
EXTRA_DIST = \
contrib \
debian \
journal.txt \
README.txt
CHANGES \
README


.PHONY: tests

mydocdir = $(if $(docdir),$(docdir),${datadir}/doc/$(distdir))
mydoc_DATA = README.txt journal.txt
mydoc_DATA = README CHANGES

install-exec-hook:
if type systemctl >/dev/null 2>&1; then \
Expand Down
2 changes: 1 addition & 1 deletion README.txt → README
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Install the package as any other rpm or debian package [rpm -i libvma.X.Y.Z-R.rp
The installation copies the VMA library to: /usr/lib[64]/libvma.so
The VMA monitoring utility is installed at: /usr/bin/vma_stat
The VMA extra socket API is located at: /usr/include/mellanox/vma_extra.h
The installation location of the README.txt and journal.txt, are as follows:
The installation location of the README and CHANGES, are as follows:
- Redhat: /usr/share/doc/libvma-X.Y.Z-R/
- SuSE: /usr/share/doc/packages/libvma-X.Y.Z-R/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ or some quick instruction in order to [build VMA from source](https://github.com
Have a question? please open a [github issue](https://github.com/Mellanox/libvma/issues) or contact [email protected].

### Additional Information
* Refer to the libvma [README.txt](https://github.com/Mellanox/libvma/blob/master/README.txt)
* Refer to the libvma [README](https://github.com/Mellanox/libvma/blob/master/README)
* Messaging Accelerator [VMA](https://www.mellanox.com/products/software/accelerator-software/vma?mtag=vma) page
* Check out the rest of the Wiki pages in this project
4 changes: 2 additions & 2 deletions contrib/scripts/libvma.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ fi
%files
%{_libdir}/%{name}.so*
%dir %{_pkgdocdir}
%doc %{_pkgdocdir}/README.txt
%doc %{_pkgdocdir}/journal.txt
%doc %{_pkgdocdir}/README
%doc %{_pkgdocdir}/CHANGES
%config(noreplace) %{_sysconfdir}/libvma.conf
%{_sbindir}/vmad
%if "%{use_systemd}" == "1"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libvma (@VERSION@-@VMA_LIBRARY_RELEASE@) release; urgency=low

* Please refer to journal.txt for full changelog.
* Please refer to CHANGES for full changelog.

-- Liran Oz <[email protected]> @BUILD_DATE_CHANGELOG@
4 changes: 2 additions & 2 deletions debian/libvma.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usr/lib/libvma*.so.*
usr/lib/libvma.so
usr/share/doc/libvma/README.txt
usr/share/doc/libvma/journal.txt
usr/share/doc/libvma/README
usr/share/doc/libvma/CHANGES
usr/sbin/
etc/libvma.conf
etc/
Expand Down

0 comments on commit 0e26740

Please sign in to comment.