Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macros.debpkg typo in directory paths #3

Open
non7top opened this issue Feb 14, 2022 · 0 comments
Open

macros.debpkg typo in directory paths #3

non7top opened this issue Feb 14, 2022 · 0 comments

Comments

@non7top
Copy link

non7top commented Feb 14, 2022

From

mkdir -p %{buildroot}/%{1}/DEBIAN \
%{__dpkg_gensymbols} -P%{buildroot} -p%{1} -v%{version}-%{release} -e%{buildroot}%{_libdir}/%{1}.so.%{2} -e%{buildroot}%{_libdir}/%{1}.so.%{2}.* -O%{buildroot}/%{1}%{2}/DEBIAN/symbols \

first line its %{buildroot}/%{1}/DEBIAN
second line it's %{buildroot}/%{1}%{2}/DEBIAN/symbols

Extra %{2}

Results in error when the package follows yum naming scheme, i.e. librsync instead of librsync1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant