Remove fcct upgrade compatibility
Resolves: rhbz#2013681
This commit is contained in:
parent
1bda253b40
commit
178183fd13
@ -24,11 +24,6 @@ License: ASL 2.0
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
|
||||
# Upgrade path from old FCCT package; can be dropped in Fedora 36
|
||||
Provides: fedora-coreos-config-transpiler = %{version}-%{release}
|
||||
Obsoletes: fedora-coreos-config-transpiler < 0.10.0-2
|
||||
# Provided by FCCT package; can be dropped in Fedora 36
|
||||
Provides: fcct = %{version}-%{release}
|
||||
|
||||
# Generated by go-mods-to-bundled-provides.py
|
||||
Provides: bundled(golang(github.com/clarketm/json)) = 1.14.1
|
||||
@ -93,7 +88,6 @@ GOARCH=amd64 GOOS=windows %gocrossbuild -o butane-windows-amd64.exe internal/mai
|
||||
%install
|
||||
install -d -p %{buildroot}%{_bindir}
|
||||
install -p -m 0755 ./butane %{buildroot}%{_bindir}
|
||||
ln -s butane %{buildroot}%{_bindir}/fcct
|
||||
install -d -p %{buildroot}%{_datadir}/butane-redistributable
|
||||
install -p -m 0644 ./butane-darwin-amd64 %{buildroot}%{_datadir}/butane-redistributable
|
||||
install -p -m 0644 ./butane-windows-amd64.exe %{buildroot}%{_datadir}/butane-redistributable
|
||||
@ -107,7 +101,6 @@ install -p -m 0644 ./butane-windows-amd64.exe %{buildroot}%{_datadir}/butane-red
|
||||
%license %{golicenses}
|
||||
%doc %{godocs}
|
||||
%{_bindir}/butane
|
||||
%{_bindir}/fcct
|
||||
|
||||
%files redistributable
|
||||
%license %{golicenses}
|
||||
|
Loading…
Reference in New Issue
Block a user