<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: help with rpmbuild in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179782#M9494</link>
    <description>All, &lt;BR /&gt;I figured it out. But I am wondering if you can add a postinstall  section which can run chkconfig command to activate the startup script? Have any one done this with rpmbuild before?  Thanks.</description>
    <pubDate>Sun, 01 Feb 2004 23:09:12 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2004-02-01T23:09:12Z</dc:date>
    <item>
      <title>help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179777#M9489</link>
      <description>All,&lt;BR /&gt;I am trying to understand and use rpmbuild, so to start out with, I am tring to build an rpm package and have installed just one shell script in /usr/local/bin. But I am getting this error when doing an rpmbuild -bl &lt;SPECFILE&gt;:&lt;BR /&gt;&lt;BR /&gt;installed (but unpackaged) files found&lt;BR /&gt;&lt;BR /&gt;Any idea? thanks.&lt;/SPECFILE&gt;</description>
      <pubDate>Sun, 01 Feb 2004 12:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179777#M9489</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-02-01T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179778#M9490</link>
      <description>Hello K.C.,&lt;BR /&gt;&lt;BR /&gt;you might want to check&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://genetikayos.com/code/repos/rpm-tutorial/trunk/rpm-tutorial.html" target="_blank"&gt;http://genetikayos.com/code/repos/rpm-tutorial/trunk/rpm-tutorial.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Else the contents of the spec file might be of help to diagnose the problem.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Sun, 01 Feb 2004 13:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179778#M9490</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-01T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179779#M9491</link>
      <description>Hi&lt;BR /&gt;rpm-4.1 and later has tough build policy, exits if all files in $RPM_BUILD_ROOT are not found in some %files manifest. Either include files in package, remove from $RPM_BUILD_ROOT, or don't add&lt;BR /&gt; %_unpackage_files_terminate_build 0&lt;BR /&gt;to configuration/specfile.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Sun, 01 Feb 2004 14:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179779#M9491</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-02-01T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179780#M9492</link>
      <description>All,&lt;BR /&gt;here's the file spec:&lt;BR /&gt;&lt;BR /&gt;Summary: A custom shell script to test rpm packing&lt;BR /&gt;Name: myscript&lt;BR /&gt;Version: 1.0&lt;BR /&gt;Release: 1&lt;BR /&gt;Copyright: GPL&lt;BR /&gt;Group: Applications/System&lt;BR /&gt;Source: $RPM_BUILD_SOURCE/myscript-%{version}.tgz&lt;BR /&gt;BuildRoot: /tmp/%{name}-buildroot&lt;BR /&gt;&lt;BR /&gt;%description&lt;BR /&gt;testing building rpm with myscript.sh&lt;BR /&gt;&lt;BR /&gt;%prep&lt;BR /&gt;%setup -q&lt;BR /&gt;%configure&lt;BR /&gt;&lt;BR /&gt;%install&lt;BR /&gt;mkdir -p $RPM_BUILD_ROOT&lt;BR /&gt;make&lt;BR /&gt;install -m 555 myscript.sh  $RPM_BUILD_ROOT/myscript.sh</description>
      <pubDate>Sun, 01 Feb 2004 15:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179780#M9492</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-02-01T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179781#M9493</link>
      <description>Now I am getting this error &lt;BR /&gt;Requires(rpmlib): rpmlib(CompressedFileNames) &amp;lt;= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) &amp;lt;= 4.0-1&lt;BR /&gt;Requires: /bin/bash&lt;BR /&gt;&lt;BR /&gt;Any idea? Thanks.</description>
      <pubDate>Sun, 01 Feb 2004 19:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179781#M9493</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-02-01T19:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179782#M9494</link>
      <description>All, &lt;BR /&gt;I figured it out. But I am wondering if you can add a postinstall  section which can run chkconfig command to activate the startup script? Have any one done this with rpmbuild before?  Thanks.</description>
      <pubDate>Sun, 01 Feb 2004 23:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179782#M9494</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-02-01T23:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: help with rpmbuild</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179783#M9495</link>
      <description>Simply:&lt;BR /&gt;&lt;BR /&gt;%postinstall&lt;BR /&gt;chkconfig &lt;SERVICE&gt; &lt;ON&gt;&lt;BR /&gt;&lt;BR /&gt;tacked onto the end should suffice.&lt;BR /&gt;&lt;BR /&gt;It's when you start mixing it with %pre's and stuff that it gets confusing ;)&lt;/ON&gt;&lt;/SERVICE&gt;</description>
      <pubDate>Mon, 02 Feb 2004 00:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-rpmbuild/m-p/3179783#M9495</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-02T00:23:22Z</dc:date>
    </item>
  </channel>
</rss>

