Skip to content

Commit

Permalink
Merge pull request #113 from jhrozek/packaging
Browse files Browse the repository at this point in the history
Some packaging fixes
  • Loading branch information
jhrozek authored Jan 11, 2018
2 parents 0b4185a + f4dd104 commit 6c98584
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ dist_noinst_SCRIPTS = \
dist_doc_DATA = \
COPYING \
README.md \
doc/README.AIX \
doc/README.HPUX \
doc/README.FreeBSD \
doc/README.RHEL-5 \
Expand Down
9 changes: 7 additions & 2 deletions rpm/pam_hbac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%endif

Name: pam_hbac
Version: 1.0
Version: 1.2
Release: 1%{?dist}
Summary: A PAM module that evaluates HBAC rules stored on an IPA server

Expand All @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

License: GPLv3+
URL: https://github.com/jhrozek/pam_hbac
Source0: https://github.com/jhrozek/pam_hbac/archive/1.0.tar.gz
Source0: https://github.com/jhrozek/pam_hbac/archive/1.2.tar.gz

BuildRequires: autoconf
BuildRequires: automake
Expand Down Expand Up @@ -73,13 +73,18 @@ rm -f $RPM_BUILD_ROOT/%{security_parent_dir}/security/*.la
%{_mandir}/man8/pam_hbac.8*
%dir %{_datadir}/doc/pam_hbac
%{_datadir}/doc/pam_hbac/COPYING
%{_datadir}/doc/pam_hbac/README.AIX
%{_datadir}/doc/pam_hbac/README.HPUX
%{_datadir}/doc/pam_hbac/README.FreeBSD
%{_datadir}/doc/pam_hbac/README.Solaris
%{_datadir}/doc/pam_hbac/README.RHEL-5
%{_datadir}/doc/pam_hbac/README.RHEL-6
%{_datadir}/doc/pam_hbac/README.md

%changelog
* Thu Jan 11 2018 Jakub Hrozek <[email protected]> - 1.2-1
- Package 1.2

* Thu May 26 2016 Jakub Hrozek <[email protected]> - 1.0-1
- Package 1.0

Expand Down

0 comments on commit 6c98584

Please sign in to comment.