From 525793d369a98e3a44b0d85ffdc9f5f0381eb0b480039c4a8b3aa80cf01e6d9a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Jan 2019 08:33:51 +0000 Subject: [PATCH] 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 --- pagure.changes | 5 +++++ pagure.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pagure.changes b/pagure.changes index c0ff025..c379609 100644 --- a/pagure.changes +++ b/pagure.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 12 23:44:52 UTC 2019 - Jan Engelhardt + +- Replace old $RPM_* shell vars. + ------------------------------------------------------------------- Thu Jan 10 13:01:50 UTC 2019 - Neal Gompa diff --git a/pagure.spec b/pagure.spec index 0a9ae46..6fcc416 100644 --- a/pagure.spec +++ b/pagure.spec @@ -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 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 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 -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 \ - $RPM_BUILD_ROOT/%{_unitdir}/pagure_mirror_project_in.timer + %{buildroot}/%{_unitdir}/pagure_mirror_project_in.timer # Install the milter files mkdir -p %{buildroot}/%{_tmpfilesdir}