Use /usr/sbin directory
Resolves: RHEL-70749 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
5bfc11809a
commit
c8e0a7392c
11
fxload.spec
11
fxload.spec
@ -1,6 +1,6 @@
|
|||||||
Name: fxload
|
Name: fxload
|
||||||
Version: 2008_10_13
|
Version: 2008_10_13
|
||||||
Release: 29%{?dist}
|
Release: 30%{?dist}
|
||||||
Summary: A helper program to download firmware into FX and FX2 EZ-USB devices
|
Summary: A helper program to download firmware into FX and FX2 EZ-USB devices
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -36,18 +36,21 @@ appears on the bus.
|
|||||||
%{make_build} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS -pie"
|
%{make_build} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS -pie"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p -m 755 %{buildroot}/sbin
|
mkdir -p -m 755 %{buildroot}/usr/sbin
|
||||||
install -m 755 fxload %{buildroot}/sbin
|
install -m 755 fxload %{buildroot}/usr/sbin
|
||||||
mkdir -p -m 755 %{buildroot}/%{_mandir}/man8/
|
mkdir -p -m 755 %{buildroot}/%{_mandir}/man8/
|
||||||
install -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/
|
install -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
%attr(0755, root, root) /sbin/fxload
|
%attr(0755, root, root) /usr/sbin/fxload
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2024 Jaroslav Kysela <perex@perex.cz> - 2008_10_13-30
|
||||||
|
- use /usr/sbin directory
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2008_10_13-29
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2008_10_13-29
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user