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

Added initial packit conf file to repo. #12

Merged
merged 4 commits into from
Jan 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Small changes of daemon.spec file
  • Loading branch information
jirihnidek committed Jan 23, 2024
commit f3cba7906c7bdda2e6c6db26c0cea18c2801f83f
18 changes: 15 additions & 3 deletions daemon.spec
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@


Name: daemon
Version: 0.1
Version: 0.2
Release: 1%{?dist}
Summary: Example of daemon

@@ -46,7 +46,7 @@ exit 0
%build

# We have to use build type "Debug" to be able to create all variants of
# rpm packages (debuginfo, debugsource). The normal rpm is stripped from
# rpm packages (debuginfo, debug source). The normal rpm is stripped from
# debug information. Following macro just run cmake and it generates Makefile
%cmake -DCMAKE_BUILD_TYPE="Debug"

@@ -88,9 +88,21 @@ rm -rf $RPM_BUILD_ROOT
# This is section, where you should describe all important changes
# in RPM
%changelog
* Mon Jan 22 2024 Jiri Hnidek <jhnidek@redhat.com>
- Add initial support for Packit
- Updated version of daemon to 0.2

* Tue Oct 24 2023 Jiri Hnidek <jhnidek@redhat.com>
- Fix building of RPM on COPR

* Wed Sep 29 2021 Jiri Hnidek <jhnidek@redhat.com>
- Use non-root user for runnig daemon

* Mon Sep 27 2021 Jiri Hnidek <jhnidek@redhat.com>
- Use GitHub Actions for building RPM

* Fri Aug 27 2021 Jiri Hnidek <jhnidek@redhat.com>
- new package built with tito
- RPM package built with tito

* Fri Aug 27 2021 Jiri Hnidek <jhnidek@redhat.com>
- Added first version of daemon.spec