Skip to content

Commit

Permalink
spec file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaer committed Dec 21, 2023
1 parent 8958fea commit e966edc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions rpm_builder/drcm_rhel6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ tar xvf drcm_server.tar.gz -C $RPM_BUILD_ROOT
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/crontab.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr_multi.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr_copy_config.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/nfs.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/service.sh"
%config(noreplace) %dir %attr(0755, root, root) "/etc/drcm/crontabs"
Expand Down Expand Up @@ -102,8 +103,8 @@ fi
/sbin/service drcm_server restart > /dev/null 2>&1 || :

%changelog
* Thu Dec 21 2023 Datareel <datareel.com>
- Added resource scripts

* Sun Oct 02 2016 Datareel <datareel.com>
- Initial RPM build

* Dec 21 2023 Datareel <datareel.com>
- Added resource scripts
6 changes: 4 additions & 2 deletions rpm_builder/drcm_rhel7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ tar xvf drcm_server.tar.gz -C $RPM_BUILD_ROOT
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/crontab.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr_multi.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr_copy_config.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/nfs.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/service.sh"
%config(noreplace) %dir %attr(0755, root, root) "/etc/drcm/crontabs"
Expand Down Expand Up @@ -113,9 +114,10 @@ if [ $1 -ge 1 ] ; then
fi

%changelog
* Thu Dec 21 2023 Datareel <datareel.com>
- Added resource scripts

* Sat Oct 01 2016 Datareel <datareel.com>
- Initial RPM build

* Dec 21 2023 Datareel <datareel.com>
- Added resource scripts

7 changes: 4 additions & 3 deletions rpm_builder/drcm_rhel8.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ tar xvf drcm_server.tar.gz -C $RPM_BUILD_ROOT
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/crontab.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr_multi.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/ipv4addr_copy_config.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/nfs.sh"
%config(noreplace) %attr(0755, root, root) "/etc/drcm/resources/service.sh"
%config(noreplace) %dir %attr(0755, root, root) "/etc/drcm/crontabs"
Expand Down Expand Up @@ -113,8 +114,8 @@ if [ $1 -ge 1 ] ; then
fi

%changelog
* Thu Dec 21 2023 Datareel <datareel.com>
- Added resource scripts

* Sat Oct 01 2016 Datareel <datareel.com>
- Initial RPM build

* Dec 21 2023 Datareel <datareel.com>
- Added resource scripts

0 comments on commit e966edc

Please sign in to comment.