|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: RPM local_generator support
|
|
|
|
Summary: RPM local_generator support
|
|
|
|
Name: rpm-local-generator-support
|
|
|
|
Name: rpm-local-generator-support
|
|
|
|
Version: 1
|
|
|
|
Version: 1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# It is not really clear if the one empty file shipped by this package is even
|
|
|
|
# It is not really clear if the one empty file shipped by this package is even
|
|
|
|
# copyrightable. But let's go with GPLv2+ which is the license used by RPM,
|
|
|
|
# copyrightable. But let's go with GPLv2+ which is the license used by RPM,
|
|
|
@ -28,7 +28,7 @@ files, which ships them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
install %{SOURCE1} %{basename:%{SOURCE1}}
|
|
|
|
install %{SOURCE1} %{basename %{SOURCE1}}
|
|
|
|
|
|
|
|
|
|
|
|
install -d %{buildroot}%{_fileattrsdir}
|
|
|
|
install -d %{buildroot}%{_fileattrsdir}
|
|
|
|
touch %{buildroot}%{_fileattrsdir}/local_generator.attr
|
|
|
|
touch %{buildroot}%{_fileattrsdir}/local_generator.attr
|
|
|
@ -41,5 +41,14 @@ touch %{buildroot}%{_fileattrsdir}/local_generator.attr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 16 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1-3
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 06 2023 Vít Ondruch <vondruch@redhat.com> - 1-1
|
|
|
|
* Fri Oct 06 2023 Vít Ondruch <vondruch@redhat.com> - 1-1
|
|
|
|
- Initial version.
|
|
|
|
- Initial version.
|
|
|
|