Skip to content

Commit

Permalink
Merge pull request #104 from cviecco/fix-specfile-0.5.1
Browse files Browse the repository at this point in the history
fixing typo on specfile... upping specfile release
  • Loading branch information
cviecco authored Oct 11, 2017
2 parents ad7e0b7 + 4002bfa commit bdd2c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymaster.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: keymaster
Version: 0.5.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Short term access certificate generator and client

#Group:
Expand Down Expand Up @@ -40,7 +40,7 @@ install -p -m 0644 cmd/keymasterd/static_files/u2f-api.js %{buildroot}/%{_datar
install -p -m 0644 cmd/keymasterd/static_files/keymaster-u2f.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/keymaster-u2f.js
install -p -m 0644 cmd/keymasterd/static_files/webui-2fa-u2f.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/webui-2fa-u2f.js
install -p -m 0644 cmd/keymasterd/static_files/keymaster.css %{buildroot}/%{_datarootdir}/keymasterd/static_files/keymaster.css
install -p -m 0644 cmd/keymasterd/static_files/jquery-1.12.4.patched.min.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/query-1.12.4.patched.min.js
install -p -m 0644 cmd/keymasterd/static_files/jquery-1.12.4.patched.min.js %{buildroot}/%{_datarootdir}/keymasterd/static_files/jquery-1.12.4.patched.min.js
install -d %{buildroot}/%{_datarootdir}/keymasterd/customization_data/templates
install -p -m 0644 cmd/keymasterd/customization_data/templates/header_extra.tmpl %{buildroot}/%{_datarootdir}/keymasterd/customization_data/templates/header_extra.tmpl
install -p -m 0644 cmd/keymasterd/customization_data/templates/footer_extra.tmpl %{buildroot}/%{_datarootdir}/keymasterd/customization_data/templates/footer_extra.tmpl
Expand Down

0 comments on commit bdd2c24

Please sign in to comment.