Coder Social home page Coder Social logo

Comments (4)

ctron avatar ctron commented on August 18, 2024

Which version of the plugin do you use? There was a bug in the 0.9.x versions which made "yum" detect RPMs are source RPMs although they were not. This should be fixes in 0.10.x releases.

From the link you provide I am not really sure what you are pointing to.

Maybe you could also add a bit more context of what is not working. Like something to reproduce.

from rpm-builder.

DevFlorian avatar DevFlorian commented on August 18, 2024

I'm using 0.10.2 and createrepo to create a repomd.xml.
This is my configuration:
<skipSigning>true</skipSigning> <attach>false</attach> <group>default</group> <release>${project.version}</release> <architecture>x86_64</architecture> <vendor>vendor</vendor> <operatingSystem>LINUX</operatingSystem> <leadOverrideArchitecture>AARCH64</leadOverrideArchitecture>

In my repomd.xml it says

<arch>src</arch>

The gradle Plugin sets something as Source RPM Header to prevent this.

if (!sourcePackage) {
// need a source package because createrepo will assume your package is a source package without it
sourcePackage = builder.defaultSourcePackage
}

from rpm-builder.

ctron avatar ctron commented on August 18, 2024

Ok I see … thanks for the update. I guess that could be a quick fix.

from rpm-builder.

ctron avatar ctron commented on August 18, 2024

This should be fixed in version 1.0.0 which I just released. Please re-open otherwise.

from rpm-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.