Skip to content

Commit a0a2c8a

Browse files
committed
Minor ice-repo SPEC file fixes
1 parent 9275f45 commit a0a2c8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ice-repo/rpm/ice-repo-aix.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Summary: Yum repo configuration for ZeroC Ice
88
Release: 1%{?dist}
99
License: GPLv2 with exceptions
1010
Vendor: ZeroC, Inc.
11-
URL: https://zeroc.com
11+
URL: https://zeroc.com/
1212
Source0: https://zeroc.com/download/ice/%{version}/%{suffix:%{dist}}/zeroc-ice3.7.repo
1313
Group: System Environment/Base
1414
BuildArch: noarch

ice-repo/rpm/ice-repo.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vendor: ZeroC, Inc.
1111
URL: https://zeroc.com/
1212
Source0: https://zeroc.com/download/ice/%{version}/%{suffix:%{dist}}/zeroc-ice3.7.repo
1313
Group: System Environment/Base
14-
BuildArch: noarch
14+
BuildArch: noarch
1515

1616
%description
1717
This package installs the yum repo file for the ZeroC Ice RPC framework.
@@ -25,7 +25,7 @@ install -pm 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d
2525

2626
%files
2727
%defattr(-,root,root,-)
28-
%config(noreplace) /etc/yum.repos.d/*
28+
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
2929

3030
%changelog
3131
* Thu Feb 28 2019 Bernard Normier <[email protected]> - 3.7-1

0 commit comments

Comments
 (0)