SHA256
1
0
forked from pool/pagure

Accepting request 665020 from home:jengelh:branches:devel:tools:scm

- Replace old $RPM_* shell vars.

OBS-URL: https://build.opensuse.org/request/show/665020
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=13
This commit is contained in:
Dirk Mueller 2019-01-15 08:33:51 +00:00 committed by Git OBS Bridge
parent c36f891d8a
commit 525793d369
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 12 23:44:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Replace old $RPM_* shell vars.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 10 13:01:50 UTC 2019 - Neal Gompa <ngompa13@gmail.com> Thu Jan 10 13:01:50 UTC 2019 - Neal Gompa <ngompa13@gmail.com>

View File

@ -326,7 +326,7 @@ install -p -m 644 createdb.py %{buildroot}/%{_datadir}/pagure/pagure_createdb.py
install -p -m 644 files/api_key_expire_mail.py %{buildroot}/%{_datadir}/pagure/api_key_expire_mail.py install -p -m 644 files/api_key_expire_mail.py %{buildroot}/%{_datadir}/pagure/api_key_expire_mail.py
# Install the mirror_project_in.py script # Install the mirror_project_in.py script
install -p -m 644 files/mirror_project_in.py $RPM_BUILD_ROOT/%{_datadir}/pagure/mirror_project_in.py install -p -m 644 files/mirror_project_in.py %{buildroot}/%{_datadir}/pagure/mirror_project_in.py
# Install the keyhelper and aclcheck scripts # Install the keyhelper and aclcheck scripts
mkdir -p %{buildroot}/%{_libexecdir}/pagure mkdir -p %{buildroot}/%{_libexecdir}/pagure
@ -377,9 +377,9 @@ install -p -m 644 files/pagure_api_key_expire_mail.timer \
# Install the systemd file for the script updating mirrored project # Install the systemd file for the script updating mirrored project
install -p -m 644 files/pagure_mirror_project_in.service \ install -p -m 644 files/pagure_mirror_project_in.service \
$RPM_BUILD_ROOT/%{_unitdir}/pagure_mirror_project_in.service %{buildroot}/%{_unitdir}/pagure_mirror_project_in.service
install -p -m 644 files/pagure_mirror_project_in.timer \ install -p -m 644 files/pagure_mirror_project_in.timer \
$RPM_BUILD_ROOT/%{_unitdir}/pagure_mirror_project_in.timer %{buildroot}/%{_unitdir}/pagure_mirror_project_in.timer
# Install the milter files # Install the milter files
mkdir -p %{buildroot}/%{_tmpfilesdir} mkdir -p %{buildroot}/%{_tmpfilesdir}