Skip to content

Commit

Permalink
Upgrade taginfo to latest live version (#51)
Browse files Browse the repository at this point in the history
Upgrade taginfo to latest released version

Co-authored-by: Justin Bronn <jbronn@gmail.com>
  • Loading branch information
hummeltech and jbronn committed Sep 14, 2023
1 parent ee4bd89 commit 4605c42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions SPECS/el7/taginfo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ getent passwd %{taginfo_user} >/dev/null || \
%{taginfo_home}/vendor
%{taginfo_home}/Gemfile*
%dir %{taginfo_home}/web
%{taginfo_home}/web/*.ini
%{taginfo_home}/web/*.rb
%{taginfo_home}/web/i18n
%{taginfo_home}/web/img
%{taginfo_home}/web/lib
%{taginfo_home}/web/public
%{taginfo_home}/web/test
%{taginfo_home}/web/*.rb
%{taginfo_home}/web/*.ini
%{taginfo_home}/web/views
%{taginfo_home}/web/viewsjs
%{_unitdir}/taginfo-update.service
%{_datadir}/taginfo-config.json
# Config files, readable by taginfo only.
Expand Down
6 changes: 3 additions & 3 deletions SPECS/el9/taginfo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ getent passwd %{taginfo_user} >/dev/null || \
%{taginfo_home}/vendor
%{taginfo_home}/Gemfile*
%dir %{taginfo_home}/web
%{taginfo_home}/web/*.ini
%{taginfo_home}/web/*.rb
%{taginfo_home}/web/i18n
%{taginfo_home}/web/img
%{taginfo_home}/web/lib
%{taginfo_home}/web/public
%{taginfo_home}/web/test
%{taginfo_home}/web/*.rb
%{taginfo_home}/web/*.ini
%{taginfo_home}/web/views
%{taginfo_home}/web/viewsjs
%{_unitdir}/taginfo-update.service
%{_datadir}/taginfo-config.json
# Config files, readable by taginfo only.
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.el7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ x-rpmbuild:
taginfo:
defines:
abseil_git_ref: 384a25d5e19228ceb7641676aefd58c4ca7a9568
git_ref: 701e318d1865e186551c887858fbd72561bd375f
git_ref: 4fd19892e1acc736ffd0de740fd0c14acbdc76c7
tools_git_ref: 28264e63a2b3027cec69ae4906ef689029df627b
image: rpmbuild-taginfo
version: &taginfo_version 2023.01.19-1
version: &taginfo_version 2023.09.07-1
service_volumes: &service_volumes
- ./RPMS:/rpmbuild/RPMS:rw
- ./SOURCES/el7:/rpmbuild/SOURCES:rw
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.el9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ x-rpmbuild:
taginfo:
defines:
abseil_git_ref: 384a25d5e19228ceb7641676aefd58c4ca7a9568
git_ref: 701e318d1865e186551c887858fbd72561bd375f
git_ref: 4fd19892e1acc736ffd0de740fd0c14acbdc76c7
tools_git_ref: 28264e63a2b3027cec69ae4906ef689029df627b
image: rpmbuild-taginfo
version: &taginfo_version 2023.01.19-1
version: &taginfo_version 2023.09.07-1
service_volumes: &service_volumes
- ./.cache.el9:/rpmbuild/.cache:rw
- ./RPMS:/rpmbuild/RPMS:rw
Expand Down

0 comments on commit 4605c42

Please sign in to comment.