Skip to content

Commit

Permalink
Do not gzip the man page, fix the source link
Browse files Browse the repository at this point in the history
Addressing the package review feedback [BZ#1575645].
  • Loading branch information
psss committed May 9, 2018
1 parent 9c2a5b8 commit 17f0838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docs: man
man: source
cp docs/header.txt $(TMP)/man.rst
tail -n+7 README.rst >> $(TMP)/man.rst
rst2man $(TMP)/man.rst | gzip > $(TMP)/$(PACKAGE)/fmf.1.gz
rst2man $(TMP)/man.rst > $(TMP)/$(PACKAGE)/fmf.1


# RPM packaging
Expand Down
8 changes: 6 additions & 2 deletions fmf.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Name: fmf
Version: 0.3
Version: 0.4
Release: 1%{?dist}

Summary: Flexible Metadata Format
License: GPLv2+
BuildArch: noarch

URL: https://github.com/psss/fmf
Source: https://github.com/psss/fmf/archive/%{version}/fmf-%{version}.tar.gz
Source: https://github.com/psss/fmf/releases/download/%{version}/fmf-%{version}.tar.gz


# Depending on the distro, we set some defaults.
# Note that the bcond macros are named for the CLI option they create.
Expand Down Expand Up @@ -178,6 +179,9 @@ export LANG=en_US.utf-8


%changelog
* Wed May 09 2018 Petr Šplíchal <[email protected]> 0.4-1
- Do not gzip the man page, fix the source link [BZ#1575645]

* Wed Apr 25 2018 Petr Šplíchal <[email protected]> 0.3-1
- Remove the unreliable syntactic sugar [fix #2]
- Add a simple example of a BeakerLib test
Expand Down

0 comments on commit 17f0838

Please sign in to comment.